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

Commit 29ed9a4

Browse files
committed
minimize builds
1 parent c6526e2 commit 29ed9a4

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

tests/jenkins/Jenkinsfile

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pipeline {
1818

1919
stages {
2020

21+
/*
2122
stage('install Spack'){
2223
steps {
2324
sh 'source $WORKSPACE/tests/jenkins/spack_setup.sh'
@@ -29,9 +30,11 @@ pipeline {
2930
sh 'sh tests/jenkins/install_neuron_reportinglib.sh'
3031
}
3132
}
33+
*/
3234

3335
stage('build CoreNeuron'){
3436
parallel{
37+
/*
3538
stage('AoS'){
3639
stages{
3740
stage('build'){
@@ -61,6 +64,7 @@ pipeline {
6164
}
6265
}
6366
}
67+
*/
6468

6569
stage('GPU-non-unified'){
6670
stages{
@@ -94,6 +98,7 @@ pipeline {
9498
}
9599
}
96100

101+
/*
97102
stage('neuron_direct'){
98103
parallel{
99104
stage('AoS'){
@@ -107,8 +112,9 @@ pipeline {
107112
}
108113
}
109114
}
110-
}
115+
}*/
111116

117+
/*
112118
stage('checkout tests'){
113119
parallel{
114120
stage('testcorenrn'){
@@ -133,8 +139,9 @@ pipeline {
133139
}
134140
}
135141
}
136-
}
142+
}*/
137143

144+
/*
138145
stage('nrnivmodl'){
139146
parallel{
140147
stage('nrnivmodl testcorenrn'){
@@ -183,8 +190,8 @@ pipeline {
183190
}
184191
}
185192
}
186-
}
187-
193+
}*/
194+
/*
188195
stage('testcorenrn'){
189196
parallel{
190197
stage('deriv'){
@@ -393,7 +400,7 @@ pipeline {
393400
}
394401
}
395402
}
396-
}
403+
}*/
397404
}
398405
post {
399406
always {

tests/jenkins/install_coreneuron.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55

66
source ${JENKINS_DIR:-.}/_env_setup.sh
77

8-
reportinglib_dir=$(spack location --install-dir --latest reportinglib%intel)
8+
#reportinglib_dir=$(spack location --install-dir --latest reportinglib%intel)
99

1010
CORENRN_TYPE="$1"
1111

@@ -66,7 +66,7 @@ elif [ "${CORENRN_TYPE}" = "AoS" ] || [ "${CORENRN_TYPE}" = "SoA" ]; then
6666
-DCMAKE_BUILD_TYPE=Debug \
6767
-DCORENRN_ENABLE_SOA=$CORENRN_ENABLE_SOA \
6868
-DCORENRN_ENABLE_OPENMP=$ENABLE_OPENMP \
69-
-DCORENRN_ENABLE_BIN_REPORTS=ON \
69+
-DCORENRN_ENABLE_BIN_REPORTS=OFF \
7070
-DCMAKE_PREFIX_PATH=$reportinglib_dir \
7171
-DTEST_MPI_EXEC_BIN="mpirun" \
7272
-DTEST_EXEC_PREFIX="mpirun;-n;2" \

0 commit comments

Comments
 (0)