From 41b75f49b24d031177daa32f9d7bf18072cf93a2 Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Fri, 5 Apr 2024 12:38:22 +1100 Subject: [PATCH] Remove environment modules stuff from config.yaml. Because we are now using a spack built executable, all dependencies are handled through rpath and we can leave payu to figure out whatever is missing. --- config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.yaml b/config.yaml index 9f279e7..1519a51 100644 --- a/config.yaml +++ b/config.yaml @@ -37,11 +37,3 @@ input: collate: false runlog: false - -modules: - use: - - /g/data/ik11/spack/0.20.1/modules/access-om3/0.x.0/linux-rocky8-cascadelake - load: - - intel-compiler/2021.6.0 - - openmpi/4.1.4 - - parallelio/2.5.10