Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
move to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Jan 7, 2021
1 parent fbfa72d commit 631f04c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions tests/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
pipeline {
agent {
label 'bb5 && !bb5-07'
node {
label 'bb5 && !bb5-07'
customWorkspace "/gpfs/bbp.cscs.ch/project/proj16/kumbhar/pramod_scratch/jenkins/${BUILD_TAG}"
}
}
parameters {
string(name: 'sha1', defaultValue: 'master',
Expand Down Expand Up @@ -402,9 +405,10 @@ pipeline {
}
}*/
}
/*
post {
always {
cleanWs()
}
}
}*/
}
2 changes: 1 addition & 1 deletion tests/jenkins/_env_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Upstream modules
unset MODULEPATH
source /gpfs/bbp.cscs.ch/apps/hpc/jenkins/config/modules.sh
module load unstable
module load archive/2020-12

# Local spack
BUILD_HOME="${WORKSPACE}/BUILD_HOME"
Expand Down
3 changes: 1 addition & 2 deletions tests/jenkins/install_coreneuron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source ${JENKINS_DIR:-.}/_env_setup.sh
CORENRN_TYPE="$1"

if [ "${CORENRN_TYPE}" = "GPU-non-unified" ] || [ "${CORENRN_TYPE}" = "GPU-unified" ]; then
module load nvhpc/20.9 cuda/10.1.243 hpe-mpi cmake boost

module load pgi/19.10 cuda hpe-mpi cmake boost
mkdir build_${CORENRN_TYPE}
else
module load boost intel hpe-mpi cmake
Expand Down

0 comments on commit 631f04c

Please sign in to comment.