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.
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)