Open
Conversation
…apps/kernel_extractor/kext_make.py
…/extractor/main.py and kgenapps/kernel_extractor/kext_tool.py
…iver.py to kgen/extractor/plugins/gencore/gen_driver.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_driver.py.
…rnel_callsite_file.py to kgen/extractor/plugins/gencore/gen_kernel_callsite_file.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_kernel_callsite_file.py.
…ate_callsite_file.py to kgen/extractor/plugins/gencore/gen_state_callsite_file.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_state_callsite_file.py.
…pe.py to kgen/extractor/plugins/gencore/gen_type.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_type.py.
…pedecl_in_module.py to kgen/extractor/plugins/gencore/gen_typedecl_in_module.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_typedecl_in_module.py.
…pedecl_in_parentblock.py to kgen/extractor/plugins/gencore/gen_typedecl_in_parentblock.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_typedecl_in_parentblock.py.
…pedecl_in_type.py to kgen/extractor/plugins/gencore/gen_typedecl_in_type.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gen_typedecl_in_type.py.
…e_utils.py to kgen/extractor/plugins/gencore/gencore_utils.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/gencore_utils.py.
…_timing.py to kgen/extractor/plugins/simple_timing/simple_timing.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/simple_timing.py.
…_callsite_file.py to kgen/extractor/plugins/verification/verify_callsite_file.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/verify_callsite_file.py.
…_subr.py to kgen/extractor/plugins/verification/verify_subr.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/verify_subr.py.
…_type.py to kgen/extractor/plugins/verification/verify_type.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/verify_type.py.
…_typedecl_in_module.py to kgen/extractor/plugins/verification/verify_typedecl_in_module.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/verify_typedecl_in_module.py.
…_typedecl_in_parentblock.py to kgen/extractor/plugins/verification/verify_typedecl_in_parentblock.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/plugins/gencore/verify_typedecl_in_parentblock.py.
…erify_utils.py to kgen/extractor/plugins/verification/verify_utils.py. Did not also apply the changes to the obsolete version of kgenapps/kernel_extractor/verification/verify_utils.py.
added 3 commits
April 24, 2018 13:22
Other minor edits to generated files.
add mpi barriers before and after timing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The MPI_kernel branch includes changes that I made to create MPI kernels. It has been merged to the most recent master commit. Also included are some call site files generated for my project. This is meant just to represent ideas of what it might mean for KGen to be able to generate MPI kernels.