We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2c2a commit a66e714Copy full SHA for a66e714
ci/cscs-daint.yml
@@ -68,7 +68,6 @@ build sirius eiger:
68
SLURM_LABELIO: 1
69
script:
70
- |
71
- echo "SLURM_LOCALID: $SLURM_LOCALID"
72
if [ $SLURM_LOCALID -eq 0 ]; then
73
tar xf ./builddir.tar -C /
74
touch /dev/shm/unpack_done
@@ -79,8 +78,8 @@ build sirius eiger:
79
78
sleep 0.2
80
done
81
82
- ls -alhrt /dev/shm/
83
- ls -alhrt /dev/shm/antonk/spack-stage*
+ # ls -alhrt /dev/shm/
+ # ls -alhrt /dev/shm//spack-stage/antonk/*
84
85
stagedir=$(find /dev/shm -type d -name spack-stage-sirius-*)
86
echo "stagedir: $stagedir"
0 commit comments