Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPI kernel #86

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

MPI kernel #86

wants to merge 33 commits into from

Conversation

wohlbier
Copy link

@wohlbier wohlbier commented Dec 1, 2017

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.

John Wohlbier and others added 30 commits November 29, 2017 14:42
…/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.
John Wohlbier added 3 commits April 24, 2018 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant