Skip to content

Commit

Permalink
add pm-gpu MOAB root
Browse files Browse the repository at this point in the history
tested on perlmutter
compiled with "gnugpu" compiler environment
  • Loading branch information
iulian787 committed Sep 20, 2024
1 parent a8019dc commit af5bc64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@
<environment_variables compiler="nvidiagpu">
<env name="MPICH_GPU_SUPPORT_ENABLED">1</env>
</environment_variables>
<environment_variables compiler="gnugpu">
<env name="MOAB_ROOT">$SHELL{if [ -z "$MOAB_ROOT" ]; then echo /global/cfs/cdirs/e3sm/software/moab/gnugpu ; else echo "$MOAB_ROOT"; fi}</env>
</environment_variables>
<environment_variables compiler="gnu.*" mpilib="mpich">
<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>
</environment_variables>
Expand Down

0 comments on commit af5bc64

Please sign in to comment.