Hera_setup_intel.csh #514
-
where is Hera_setup_intel.csh/Hera_setup_intel.sh now? I have just clone the scm by git clone --recursive https://github.com/NCAR/ccpp-scm, but cannot find the script to configure the environment in hera. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi. Actually, we have moved to using modules to set up the environment. Once you clone the code, you can load the module with the following commands (see section 4.2.3 of the Users Guide): module purge Also please note, that the v7.0.0 release was released yesterday - to get that: git clone --recursive -b v7.0.0 https://github.com/NCAR/ccpp-scm Please note that some dependencies on mpi may require you to submit your SCM runs on a compute node. |
Beta Was this translation helpful? Give feedback.
-
@hertneky Does the above apply to orion/hercules too? To be specific, can I use orion_intel.lua? |
Beta Was this translation helpful? Give feedback.
Hi. Actually, we have moved to using modules to set up the environment. Once you clone the code, you can load the module with the following commands (see section 4.2.3 of the Users Guide):
module purge
module use scm/etc/modules
module load hera_intel
Also please note, that the v7.0.0 release was released yesterday - to get that:
git clone --recursive -b v7.0.0 https://github.com/NCAR/ccpp-scm
Please note that some dependencies on mpi may require you to submit your SCM runs on a compute node.