Skip to content

Commit

Permalink
Warm up LCG 104a and 104 CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
etejedor committed Oct 2, 2023
1 parent 99d8f4d commit 3267122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions swan-cern/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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_104cuda/x86_64-centos7-gcc11-opt/setup.sh &&
(timeout 20s python3 -c 'import tensorflow' || true) &&
(timeout 20s python3 -c 'import torch' || true)
minute: '*/15'
Expand Down
2 changes: 1 addition & 1 deletion swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 3267122

Please sign in to comment.