summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-09-14 13:54:42 -0400
committertgrogers <[email protected]>2017-09-14 13:54:42 -0400
commita4d5a911660629713f8fa87272f7abadcf6676d2 (patch)
tree1a4446334c8e8115beacc2056073ec89d8093b39
parentf9ffcb4a6932eb8484d8f9be81ba5653429c3f63 (diff)
Getting rid of -j since it is making the build output harder to read
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index de37bb4..289fef4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,12 +28,12 @@ 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 -C ./benchmarks/src/ all'
+ make -f Makefile.PTX5 -C ./benchmarks/src/ all'
}
}
stage('rodinia-regress'){