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

Commit d73f0f1

Browse files
committed
move to archive
1 parent fbfa72d commit d73f0f1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

tests/jenkins/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
pipeline {
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',

tests/jenkins/_env_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Upstream modules
22
unset MODULEPATH
33
source /gpfs/bbp.cscs.ch/apps/hpc/jenkins/config/modules.sh
4-
module load unstable
4+
module load archive/2020-12
55

66
# Local spack
77
BUILD_HOME="${WORKSPACE}/BUILD_HOME"

tests/jenkins/install_coreneuron.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ source ${JENKINS_DIR:-.}/_env_setup.sh
1010
CORENRN_TYPE="$1"
1111

1212
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
1514
mkdir build_${CORENRN_TYPE}
1615
else
1716
module load boost intel hpe-mpi cmake

0 commit comments

Comments
 (0)