-
Notifications
You must be signed in to change notification settings - Fork 117
[WIP] [ci] MCH settings for C2SM environments #435
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
Conversation
| }, | ||
| 'PrgEnv-c2sm-gnu-gpu': { | ||
| 'type': 'ProgEnvironment', | ||
| 'modules': ['PrgEnv-gnu', '/apps/common/UES/sandbox/kraushm/c2sm-rcm-env/env', 'c2sm/gnu-env/gpu'], |
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.
For
'modules': ['PrgEnv-gnu', '/scratch/ajocksch/c2sm-rcm-env.git/modules/kesch/c2sm/gnu-env/gpu', 'mvapich2gdr_gnu/2.2_cuda_8.0'],
it is working
btw. why is 'PrgEnv-gnu' needed?
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.
btw. why is 'PrgEnv-gnu' needed?
I think we should focus only on the Cray and PGI version for the moment.
| 'modules': ['/apps/common/UES/sandbox/kraushm/c2sm-rcm-env/env', 'c2sm/cray-env/base'], | ||
| 'cc': 'cc', | ||
| 'cxx': 'CC', | ||
| 'ftn': 'ftn -D__CRAY_FORTRAN_', |
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.
I think the compiler variables should be using the corresponding environment variables that the guys set, e.g. $CXX etc. That's because they have a complex environment setup that is mixing up the standard programming environment. I don't think what we have here is enough.
|
Closing this. Replaced by #512. |
Settings file changed to incorporate the c2sm modules provided by MCH.
Fixes #430.