From 104a8594d92f8d9bae9ac032ed347cdab93d087d Mon Sep 17 00:00:00 2001 From: Enric Tejedor Saavedra Date: Mon, 2 Oct 2023 15:28:09 +0200 Subject: [PATCH] Warm up LCG 104a and 104 CUDA --- swan-cern/values.yaml | 4 ++-- swan/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/swan-cern/values.yaml b/swan-cern/values.yaml index 16950853..2c084b6d 100644 --- a/swan-cern/values.yaml +++ b/swan-cern/values.yaml @@ -9,7 +9,7 @@ swan: # ROOT cron_opennotebook_root_kernel: command: >- - source /cvmfs/sft.cern.ch/lcg/views/LCG_103swan/x86_64-centos7-gcc11-opt/setup.sh && + source /cvmfs/sft.cern.ch/lcg/views/LCG_104a_swan/x86_64-centos7-gcc11-opt/setup.sh && (timeout 20s python3 -m JupyROOT.kernel.rootkernel > /dev/null 2>&1 || true) minute: '*/15' # NXCALS @@ -23,7 +23,7 @@ swan: cron_opennotebook_cuda: command: >- (lsmod | grep nvidia) && - source /cvmfs/sft.cern.ch/lcg/views/LCG_103cuda/x86_64-centos7-gcc11-opt/setup.sh && + source /cvmfs/sft.cern.ch/lcg/views/LCG_104a_cuda/x86_64-centos7-gcc11-opt/setup.sh && (timeout 20s python3 -c 'import tensorflow' || true) && (timeout 20s python3 -c 'import torch' || true) minute: '*/15' diff --git a/swan/values.yaml b/swan/values.yaml index 49302809..f88ce19e 100644 --- a/swan/values.yaml +++ b/swan/values.yaml @@ -36,7 +36,7 @@ cvmfs: # Python3 kernel cron_opennotebook_python3_kernel: command: >- - source /cvmfs/sft.cern.ch/lcg/views/LCG_103swan/x86_64-centos7-gcc11-opt/setup.sh && + source /cvmfs/sft.cern.ch/lcg/views/LCG_104a_swan/x86_64-centos7-gcc11-opt/setup.sh && (timeout 20s python3 -m ipykernel > /dev/null 2>&1 || true) minute: '*/15'