Skip to content

Commit

Permalink
added perl modules for XIOS, NEMO and OIFS compilation, replaces cust…
Browse files Browse the repository at this point in the history
…om perl installation
  • Loading branch information
seb-wahl committed Nov 27, 2024
1 parent 445a7b9 commit 6655469
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions configs/machines/glogin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ launcher_flags: ""
module_actions:
- "purge"
- "load git-lfs"
- "load perl"
- "load perl-uri"
# cmake is used by OpenIFS and some versions of ECHAM and OASIS
- "load cmake/3.27.7"

choose_compiler_mpi:

Expand Down Expand Up @@ -230,8 +234,6 @@ choose_compiler_mpi:
- "load intel-oneapi-mpi/2021.10.0"
# MKL needed for OpenIFS
- "load intel-oneapi-mkl/2023.2.0"
# required for CMake
- "load cmake/3.27.7"

# Note: Intel compilers now have new names:
# mpiicc (C) = mpiicx
Expand Down Expand Up @@ -299,8 +301,6 @@ choose_compiler_mpi:
- "load openmpi/4.1.6"
# MKL needed for OpenIFS
- "load intel-oneapi-mkl/2023.2.0"
# CMake to compile OASIS etc
- "load cmake/3.27.7"

# Note: OpenMPI compilers link to new Intel compilers, e.g.
# mpicc (C) = icx
Expand Down Expand Up @@ -339,7 +339,6 @@ choose_compiler_mpi:
- "load fftw/3.3.10"
# required for CMake
#- "load curl/8.4.0-5rlmgmu ncurses/6.4-u72r7qn zlib-ng/2.1.4-ftbye2s"
- "load cmake/3.27.7"
# git conflicts
#- "load git/2.42.0"

Expand Down

0 comments on commit 6655469

Please sign in to comment.