From 26901af4919ba570d5727514356410bc5e54ef49 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 17 Jan 2025 12:40:12 -0700 Subject: [PATCH] [skip ci] Bug fix in configs/sites/tier1/atlantis/packages_gcc.yaml: must load slurm before openmpi on Atlantis/GCC (#1459) --- configs/sites/tier1/atlantis/packages_gcc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/sites/tier1/atlantis/packages_gcc.yaml b/configs/sites/tier1/atlantis/packages_gcc.yaml index 0d85ceef2..e74bb0640 100644 --- a/configs/sites/tier1/atlantis/packages_gcc.yaml +++ b/configs/sites/tier1/atlantis/packages_gcc.yaml @@ -9,6 +9,7 @@ packages: buildable: False externals: - spec: openmpi@4.1.5%gcc@=11.2.0~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath fabrics=ucx schedulers=slurm + # Note: slurm must be loaded before openmpi on Atlantis modules: - - openmpi/mlnx/gcc/64/4.1.5a1 - slurm + - openmpi/mlnx/gcc/64/4.1.5a1