Skip to content

Commit

Permalink
Update build script: use development version of spack environment and…
Browse files Browse the repository at this point in the history
… add fortranxml to list of modules to load.
  • Loading branch information
micaeljtoliveira committed Nov 27, 2023
1 parent 5b8fa4a commit 1b29cd0
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.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}
Expand Down

0 comments on commit 1b29cd0

Please sign in to comment.