Skip to content

Commit

Permalink
Merge branch 'jgfouca/pm_cpu_gnu_lapack_blas' into master (PR #5998)
Browse files Browse the repository at this point in the history
pm-cpu/gnu use Generic blas/lapack

Not the 'implicitly linked' ones.

This fixes DIFFs.
  • Loading branch information
jgfouca committed Oct 13, 2023
2 parents 95a13d9 + 396bcb4 commit cff4226
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 cff4226

Please sign in to comment.