From 1b29cd0c35a89defce7ad53ab5653a089919b64c Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Mon, 27 Nov 2023 13:59:36 +1100 Subject: [PATCH] Update build script: use development version of spack environment and add fortranxml to list of modules to load. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 3fea3cf..8f5fbb4 100755 --- a/build.sh +++ b/build.sh @@ -20,8 +20,8 @@ OPENMPI_VERSION=4.1.4 module purge module load cmake/3.24.2 -module use /g/data/ik11/spack/0.20.1/modules/access-om3/0.2.0/linux-rocky8-x86_64 # requires membership of "ik11" group -module load esmf/8.4.2 fms/git.2021.03.01=2021.03.01 parallelio/2.5.10 +module use /g/data/ik11/spack/0.20.1/modules/access-om3/0.x.0/linux-rocky8-cascadelake # requires membership of "ik11" group +module load esmf/8.4.2 fms/git.2021.03.01=2021.03.01 parallelio/2.5.10 fortranxml/4.1.2 module load intel-compiler/${COMPILER_VERSION} openmpi/${OPENMPI_VERSION} cd ${SCRIPT_DIR}