-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding gpu aware mpi to osu-micro-benchmarks w/ rocm variant #581
base: develop
Are you sure you want to change the base?
Conversation
removing old experiment location
repo/osu-micro-benchmarks/package.py
Outdated
env.prepend_path("PATH", join_path(mpidir, "one-sided")) | ||
env.prepend_path("PATH", join_path(mpidir, "collective")) | ||
if self.spec.satisfies("+rocm"): | ||
env.prepend_path("LOCAL_RANK", "$MV2_COMM_WORLD_LOCAL_RANK") |
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.
@august-knox Is this variable system/mpi specific or application-specific?
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.
@rfhaque It's an application-specific variable used to identify the process rank on a node
Description
Adding compatibility with gpu-aware mpi on rocm for osu-micro-benchmarks.
Tested with the following system description:
benchpark system init --dest=tioga-gtl llnl-elcapitan cluster=tioga +gtl
Adding/modifying a benchmark (docs: Adding a Benchmark)
repo/benchmark_name/package.py
repo/benchmark_name/application.py
application.py
or inrepo/benchmark_name/application.py
will appear in the docs catalogueexperiments/benchmark_name/experiment.py
to define a single node and multi-node experiments.github/workflows/run.yml