Skip to content

Commit

Permalink
pm-cpu/gnu use Generic blas/lapack
Browse files Browse the repository at this point in the history
Not the 'implicitly linked' ones.

This fixes DIFFs.
  • Loading branch information
jgfouca committed Oct 13, 2023
1 parent 97e527f commit 396bcb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
</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.8.3.patch/cray-mpich-8.1.15/gcc-11.2.0; else echo "$ADIOS2_ROOT"; fi}</env>
<env name="BLA_VENDOR">Generic</env>
</environment_variables>
<environment_variables compiler="nvidia" mpilib="mpich">
<env name="ADIOS2_ROOT">$SHELL{if [ -z "$ADIOS2_ROOT" ]; then echo /global/cfs/cdirs/e3sm/3rdparty/adios2/2.8.3.patch/cray-mpich-8.1.15/nvidia-21.11; else echo "$ADIOS2_ROOT"; fi}</env>
Expand Down

0 comments on commit 396bcb4

Please sign in to comment.