Skip to content

Commit

Permalink
Merge pull request #48 from COSIMA/update_build_script
Browse files Browse the repository at this point in the history
Update build script to use latest spack environment.
  • Loading branch information
micaeljtoliveira committed Jul 19, 2023
2 parents ce8d88e + 8844c57 commit 0fb7fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ OPENMPI_VERSION=4.1.4

module purge
module load cmake/3.24.2
module use /g/data/ik11/spack/0.19.0/share/modules/linux-rocky8-cascadelake # requires membership of "ik11" group
module load esmf/8.3.1-intel-${COMPILER_VERSION} fms/2020.04.03-intel-${COMPILER_VERSION} parallelio/2.5.9-intel-${COMPILER_VERSION}
module use /g/data/ik11/spack/0.20.1/share/modules/linux-rocky8-cascadelake # requires membership of "ik11" group
module load esmf/8.3.1-intel-${COMPILER_VERSION} fms/2023.01-intel-${COMPILER_VERSION} parallelio/2.5.10-intel-${COMPILER_VERSION}
module load intel-compiler/${COMPILER_VERSION} openmpi/${OPENMPI_VERSION}

cd ${SCRIPT_DIR}
Expand Down

0 comments on commit 0fb7fc2

Please sign in to comment.