-
Notifications
You must be signed in to change notification settings - Fork 374
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
Updates LC machines #6528
Updates LC machines #6528
Conversation
<DOUT_S_ROOT>/p/lustre2/$USER/archive/$CASE</DOUT_S_ROOT> | ||
<BASELINE_ROOT>/p/lustre2/$USER/ccsm_baselines/$COMPILER</BASELINE_ROOT> | ||
<CCSM_CPRNC>/usr/gdata/e3sm/tools/cprnc</CCSM_CPRNC> | ||
<CCSM_CPRNC>/usr/workspace/e3sm/tools/cprnc</CCSM_CPRNC> | ||
<GMAKE_J>8</GMAKE_J> | ||
<BATCH_SYSTEM>lc_slurm</BATCH_SYSTEM> | ||
<SUPPORTED_BY>donahue5 -at- llnl.gov</SUPPORTED_BY> |
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.
Jason, you could change this line to your name.
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.
This looks great @jasonb5 . Thank you, I have a few comments that shouldn't hold the PR up, but you are welcome to address if you want.
@@ -3096,7 +3096,7 @@ | |||
<RUNDIR>$CIME_OUTPUT_ROOT/$CASE/run</RUNDIR> | |||
<EXEROOT>$CIME_OUTPUT_ROOT/$CASE/bld</EXEROOT> | |||
<environment_variables compiler="intel"> | |||
<env name="NETCDF_PATH">/usr/gdata/e3sm/install/quartz/netcdf-fortran/</env> | |||
<env name="NETCDF_PATH">/usr/workspace/e3sm/install/quartz/netcdf-fortran/</env> |
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 next step will be to redo this install, so maybe we can leave it like this for now. But having quartz
in the name of the path I think would be confusing, since quartz no longer exists.
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.
We'll leave this for the moment. There will be another update to use the new modules I'm building once I sort out the last couple issues.
|
…6528) - Replaces gdata with workspace - Removes quartz machine - Adds dane machine [BFB]
[BFB]