-
Notifications
You must be signed in to change notification settings - Fork 42
Add OpenMC benchmark #149
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
base: develop
Are you sure you want to change the base?
Add OpenMC benchmark #149
Conversation
OpenMC is an open source Monte Carlo transport simulation code.
|
Thank you for your contribution, @amklinv-nnl! It will be great to have openmc in benchpark. Which programming model does this benchmark use (e.g., MPI, OpenMP, CUDA, ROCM)? On what platform are you running them (e.g., x86 with MPI, x86 with OpenMP or both, any GPU machines)? To integrate this into Benchpark, we need to add benchpark/experiments/openmc/ProgrammingModel/ramble.yaml, which would then describe how to run a specific test. Happy to help writing this if you provide what you are currently doing. |
pearce8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution, @amklinv-nnl! It will be great to have openmc in benchpark.
Which programming model does this benchmark use (e.g., MPI, OpenMP, CUDA, ROCM)? On what platform are you running them (e.g., x86 with MPI, x86 with OpenMP or both, any GPU machines)?
To integrate this into Benchpark, we need to add benchpark/experiments/openmc/ProgrammingModel/ramble.yaml, which would then describe how to run a specific test. Happy to help writing this if you provide what you are currently doing.
Description
OpenMC is an open source Monte Carlo transport simulation code.
Dependencies: FIXME:Add a list of any dependencies.
Fixes issue(s): FIXME:Add list of relevant issues.
Type of Change
Checklist:
If adding/modifying a system:
system.pyfile.github/workflowsIf adding/modifying a benchpark:
application.pyand (maybe)package.pyunder a new directoryfor this benchmark
section
If adding/modifying a experiment:
experiment.pyunder existing directory for specific benchmarkIf adding/modifying core functionality:
.github/workflowsand.gitlab/ciunit tests (if needed)