Skip to content

Commit af5bc64

Browse files
committed
add pm-gpu MOAB root
tested on perlmutter compiled with "gnugpu" compiler environment
1 parent a8019dc commit af5bc64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cime_config/machines/config_machines.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,9 @@
441441
<environment_variables compiler="nvidiagpu">
442442
<env name="MPICH_GPU_SUPPORT_ENABLED">1</env>
443443
</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>
444447
<environment_variables compiler="gnu.*" mpilib="mpich">
445448
<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>
446449
</environment_variables>

0 commit comments

Comments
 (0)