summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2017-09-14 22:20:35 -0400
committerGitHub Enterprise <[email protected]>2017-09-14 22:20:35 -0400
commit44127df0e7884f7daead45dc1a49b83cfa212201 (patch)
treedb7d096eacbe9045fb889e0e7bc5fc29448d4830
parent5b9e91d9b2b5d017a196eb4e02cc7215ec48f692 (diff)
parenta4d5a911660629713f8fa87272f7abadcf6676d2 (diff)
Merge branch 'dev-purdue-integration' into dev-purdue-integration
-rw-r--r--Jenkinsfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 3a716b4..99ae406 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,12 +28,13 @@ pipeline {
source `pwd`/setup_environment &&\
cd gpgpu-sim_simulations && \
source ./benchmarks/src/setup_environment && \
- make -j -C ./benchmarks/src all'
+ make -C ./benchmarks/src all'
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/8.0_env_setup.sh &&\
source `pwd`/setup_environment &&\
cd gpgpu-sim_simulations && \
source ./benchmarks/src/setup_environment && \
- make -j -f Makefile.PTX5 ./benchmarks/src all'
+
+ make -f Makefile.PTX5 -C ./benchmarks/src/ all'
}
}
stage('rodinia-regress'){