From 80b54162a6b69a01bdc3189d0cbcb141cf32bfff Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Fri, 24 May 2024 14:19:34 +0200 Subject: [PATCH] Switching back to jed --- .gitlab-ci.yml | 12 ++++++------ stacks/pinot-noir/config.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23122bc..5d73abf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,15 +23,15 @@ variables: image: registry.c4science.ch/scitas-stack/rhel:9.3 parallel: matrix: - # - environment: [jed] - # slurm_options: ["-c 72 -p jed -q jed"] - # stack: ["pinot-noir"] + - environment: [jed] + slurm_options: ["-c 72 -p jed -q jed"] + stack: ["pinot-noir"] # - environment: [izar] # slurm_options: ['-c 40 --gres gpu:2'] # apptainer_options: ['-nv'] - - environment: [helvetios] - slurm_options: ["-c 36"] - stack: ["pinot-noir"] + # - environment: [helvetios] + # slurm_options: ["-c 36"] + # stack: ["pinot-noir"] tags: - ${environment} - stack diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json index bec44f0..9e085fc 100644 --- a/stacks/pinot-noir/config.json +++ b/stacks/pinot-noir/config.json @@ -1,6 +1,6 @@ { "spack": { - "version": "v0.21.2", + "version": "0.22.0", "repos": { "scitas-externals": { "url": "https://gitlab.epfl.ch/SCITAS/software-stack/spack-repo-externals.git", @@ -35,7 +35,7 @@ "spec": "gcc@13.2.0 %gcc@11.4.1", "version": "13.2.0" }, - "oneapi": { + "oneapi": { # just in case it works out of the box "compiler": "oneapi", "spec": "intel-oneapi-compilers@2024.0.2 %gcc@11.4.1", "version": "2024.0.2" -- GitLab