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 11pipeline {
22 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+ }
47 }
58 parameters {
69 string(name : ' sha1' , defaultValue : ' master' ,
@@ -402,9 +405,10 @@ pipeline {
402405 }
403406 }*/
404407 }
408+ /*
405409 post {
406410 always {
407411 cleanWs()
408412 }
409- }
413+ }*/
410414}
Original file line number Diff line number Diff line change 11# Upstream modules
22unset MODULEPATH
33source /gpfs/bbp.cscs.ch/apps/hpc/jenkins/config/modules.sh
4- module load unstable
4+ module load archive/2020-12
55
66# Local spack
77BUILD_HOME=" ${WORKSPACE} /BUILD_HOME"
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ source ${JENKINS_DIR:-.}/_env_setup.sh
1010CORENRN_TYPE=" $1 "
1111
1212if [ " ${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
1514 mkdir build_${CORENRN_TYPE}
1615else
1716 module load boost intel hpe-mpi cmake
You can’t perform that action at this time.
0 commit comments