Skip to content

Commit

Permalink
Deduce MPI_ROOT in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Sep 12, 2024
1 parent 85ad5fa commit bab8c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
export GC_F_INCLUDE=${NETCDF_F_HOME}/include
export GC_F_LIB=${NETCDF_F_HOME}/lib
# Environment variable for OpenMPI build
export MPI_ROOT=/opt/software/linux-ubuntu22.04-skylake/gcc-11.4.0/openmpi-4.1.6-s3fu5gvaasgjy4jecnb6rvemx7oofexx
MPIF90=$(find /opt/software -name mpif90)
export MPI_ROOT=${MPIF90::-10}
# Copy over rundeck and modelErc
cp .github/rundecks/${RUNID}.R decks
cp .github/modelErc ~/.modelErc
Expand Down

0 comments on commit bab8c2e

Please sign in to comment.