From b44873c12d23502eef9ebe2ec8bf12a7a9ce27c1 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Fri, 6 Mar 2026 15:40:35 +0100 Subject: [PATCH] Increase number of packages built in parallel for the CI tester --- ci/cscs_daint_spack_psmp.yaml | 2 +- ci/cscs_daint_spack_psmp_h100.yaml | 2 +- ci/cscs_eiger_spack_psmp.yaml | 2 +- ci/cscs_eiger_spack_ssmp.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/cscs_daint_spack_psmp.yaml b/ci/cscs_daint_spack_psmp.yaml index 44b0977d6f..b24814fb4e 100644 --- a/ci/cscs_daint_spack_psmp.yaml +++ b/ci/cscs_daint_spack_psmp.yaml @@ -36,7 +36,7 @@ build deps daint: DOCKERFILE: ci/docker/build_${CI_JOB_STAGE}_${BUILDER}.Dockerfile BASE_IMAGE: ${UBUNTU_IMAGE_NAME} CP2K_VERSION: ${VERSION} - FEATURE_FLAGS: "" + FEATURE_FLAGS: "-np 8" build cp2k daint: extends: .container-builder-cscs-gh200 diff --git a/ci/cscs_daint_spack_psmp_h100.yaml b/ci/cscs_daint_spack_psmp_h100.yaml index 2d91506699..933cc8cbbd 100644 --- a/ci/cscs_daint_spack_psmp_h100.yaml +++ b/ci/cscs_daint_spack_psmp_h100.yaml @@ -36,7 +36,7 @@ build deps daint: DOCKERFILE: ci/docker/build_${CI_JOB_STAGE}_${BUILDER}.Dockerfile BASE_IMAGE: ${UBUNTU_IMAGE_NAME} CP2K_VERSION: ${VERSION} - FEATURE_FLAGS: "-gpu H100" + FEATURE_FLAGS: "-gpu H100 -np 8" build cp2k daint: extends: .container-builder-cscs-gh200 diff --git a/ci/cscs_eiger_spack_psmp.yaml b/ci/cscs_eiger_spack_psmp.yaml index 67311dfd27..0590730320 100644 --- a/ci/cscs_eiger_spack_psmp.yaml +++ b/ci/cscs_eiger_spack_psmp.yaml @@ -36,7 +36,7 @@ build deps eiger: DOCKERFILE: ci/docker/build_${CI_JOB_STAGE}_${BUILDER}.Dockerfile BASE_IMAGE: ${UBUNTU_IMAGE_NAME} CP2K_VERSION: ${VERSION} - FEATURE_FLAGS: "-ef openpmd" + FEATURE_FLAGS: "-ef openpmd -np 8" build cp2k eiger: extends: .container-builder-cscs-zen2 diff --git a/ci/cscs_eiger_spack_ssmp.yaml b/ci/cscs_eiger_spack_ssmp.yaml index 68c2b50258..f454508926 100644 --- a/ci/cscs_eiger_spack_ssmp.yaml +++ b/ci/cscs_eiger_spack_ssmp.yaml @@ -35,7 +35,7 @@ build deps eiger: DOCKERFILE: ci/docker/build_${CI_JOB_STAGE}_${BUILDER}.Dockerfile BASE_IMAGE: ${UBUNTU_IMAGE_NAME} CP2K_VERSION: ${VERSION} - FEATURE_FLAGS: "" + FEATURE_FLAGS: "-np 8" build cp2k eiger: extends: .container-builder-cscs-zen2