This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
pipeline {
2
2
agent {
3
- label ' bb5 && !bb5-07'
3
+ node {
4
+ label ' bb5 && !bb5-07'
5
+ customWorkspace " /gpfs/bbp.cscs.ch/project/proj16/kumbhar/pramod_scratch/jenkins/${ BUILD_TAG} "
6
+ }
4
7
}
5
8
parameters {
6
9
string(name : ' sha1' , defaultValue : ' master' ,
@@ -402,9 +405,10 @@ pipeline {
402
405
}
403
406
}*/
404
407
}
408
+ /*
405
409
post {
406
410
always {
407
411
cleanWs()
408
412
}
409
- }
413
+ }*/
410
414
}
Original file line number Diff line number Diff line change 1
1
# Upstream modules
2
2
unset MODULEPATH
3
3
source /gpfs/bbp.cscs.ch/apps/hpc/jenkins/config/modules.sh
4
- module load unstable
4
+ module load archive/2020-12
5
5
6
6
# Local spack
7
7
BUILD_HOME=" ${WORKSPACE} /BUILD_HOME"
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ source ${JENKINS_DIR:-.}/_env_setup.sh
10
10
CORENRN_TYPE=" $1 "
11
11
12
12
if [ " ${CORENRN_TYPE} " = " GPU-non-unified" ] || [ " ${CORENRN_TYPE} " = " GPU-unified" ]; then
13
- module load nvhpc/20.9 cuda/10.1.243 hpe-mpi cmake boost
14
-
13
+ module load pgi/19.10 cuda hpe-mpi cmake boost
15
14
mkdir build_${CORENRN_TYPE}
16
15
else
17
16
module load boost intel hpe-mpi cmake
You can’t perform that action at this time.
0 commit comments