From ecd578574c4b544bf5a18fd010db8aab1a6a88a3 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Fri, 8 Aug 2025 20:46:49 +0000 Subject: [PATCH] cscs image --- ci/cscs_eiger_spack_psmp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/cscs_eiger_spack_psmp.yaml b/ci/cscs_eiger_spack_psmp.yaml index e930372702..f2c809e59d 100644 --- a/ci/cscs_eiger_spack_psmp.yaml +++ b/ci/cscs_eiger_spack_psmp.yaml @@ -66,7 +66,7 @@ test cp2k eiger: needs: ["build cp2k eiger"] timeout: 1h script: - - podman run --shm-size=1g -v ${PWD}:/mnt ${DOCKERHUB_IMAGE_NAME} mpiexec -genv OMP_NUM_THREADS=${SLURM_CPUS_PER_TASK} -n ${SLURM_NTASKS} cp2k /opt/cp2k/benchmarks/CI/H2O-32_md.inp + - podman run --shm-size=1g -v ${PWD}:/mnt ${CSCS_IMAGE_NAME} mpiexec -genv OMP_NUM_THREADS=${SLURM_CPUS_PER_TASK} -n ${SLURM_NTASKS} cp2k /opt/cp2k/benchmarks/CI/H2O-32_md.inp variables: SLURM_CONSTRAINT: mc SLURM_CPUS_PER_TASK: 4 @@ -85,7 +85,7 @@ regression test cp2k eiger: timeout: 1h script: - git --no-pager log -1 --pretty="%nCommitSHA:%x20%H%nCommitTime:%x20%ci%nCommitAuthor:%x20%an%nCommitSubject:%x20%s%n" - - podman run --shm-size=1g -v ${PWD}:/mnt ${DOCKERHUB_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks ${SLURM_NTASKS} --mpiexec "mpiexec -bind-to none" --keepalive /opt/cp2k/bin ${VERSION} 2>&1 || true + - podman run --shm-size=1g -v ${PWD}:/mnt ${CSCS_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks ${SLURM_NTASKS} --mpiexec "mpiexec -bind-to none" --keepalive /opt/cp2k/bin ${VERSION} 2>&1 || true variables: SLURM_CONSTRAINT: mc SLURM_DEBUG: 1 @@ -111,7 +111,7 @@ benchmark cp2k 1 eiger node: SLURM_DEBUG: 1 SLURM_HINT: nomultithread SLURM_JOB_NUM_NODES: 1 - SLURM_MPI_TYPE: pmi2 + SLURM_MPI_TYPE: cray_shasta SLURM_NTASKS: 128 SLURM_NTASKS_PER_NODE: 128 SLURM_TIMELIMIT: 30 @@ -133,7 +133,7 @@ benchmark cp2k 2 eiger nodes: SLURM_DEBUG: 1 SLURM_HINT: nomultithread SLURM_JOB_NUM_NODES: 2 - SLURM_MPI_TYPE: pmi2 + SLURM_MPI_TYPE: cray_shasta SLURM_NTASKS: 256 SLURM_NTASKS_PER_NODE: 128 SLURM_TIMELIMIT: 30