-
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 lammps #107
Adding lammps #107
Conversation
pearce8
commented
Jan 9, 2024
- experiment specification
- additional tags
experiments/lammps/rocm/ramble.yaml
Outdated
env_vars: | ||
set: | ||
LD_LIBRARY_PATH: '/opt/cray/pe/cce/16.0.0/cce/x86_64/lib:$LD_LIBRARY_PATH' | ||
MPICH_GPU_SUPPORT_ENABLED: 0 |
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.
@pearce8 @scheibelp The code works on tioga, but I could not get around having to hard code LD_LIBRARY_PATH
and MPICH_GPU_SUPPORT_ENABLED
directly in ramble.yaml
. Is it ok if we merge the PR right now and tackle this issue in a separate PR?
@pearce8 @scheibelp This PR works on tioga. I was able to pass the runtime environment variables using package.py. We do not need any platform-specific variables in ramble.yaml |