We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8019dc commit af5bc64Copy full SHA for af5bc64
cime_config/machines/config_machines.xml
@@ -441,6 +441,9 @@
441
<environment_variables compiler="nvidiagpu">
442
<env name="MPICH_GPU_SUPPORT_ENABLED">1</env>
443
</environment_variables>
444
+ <environment_variables compiler="gnugpu">
445
+ <env name="MOAB_ROOT">$SHELL{if [ -z "$MOAB_ROOT" ]; then echo /global/cfs/cdirs/e3sm/software/moab/gnugpu ; else echo "$MOAB_ROOT"; fi}</env>
446
+ </environment_variables>
447
<environment_variables compiler="gnu.*" mpilib="mpich">
448
<env name="ADIOS2_ROOT">$SHELL{if [ -z "$ADIOS2_ROOT" ]; then echo /global/cfs/cdirs/e3sm/3rdparty/adios2/2.9.1/cray-mpich-8.1.25/gcc-11.2.0; else echo "$ADIOS2_ROOT"; fi}</env>
449
0 commit comments