summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-10-27 23:32:42 -0400
committertgrogers <[email protected]>2017-10-27 23:32:42 -0400
commit6852a6f17d31b7caea48255f1a00778d986a72fa (patch)
tree3d040a9c53e5b0f866a92f69e621cbc8678c1186
parentbe9d240c3f8b0c1c4083dc2b6173a50f55cbe52e (diff)
parallelizing the benchmark build
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 63d14d2..474bc45 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,12 +28,12 @@ pipeline {
source `pwd`/setup_environment &&\
cd gpgpu-sim_simulations && \
source ./benchmarks/src/setup_environment && \
- make -C ./benchmarks/src all'
+ make -j -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 -f Makefile.PTX5 -C ./benchmarks/src/ all'
+ make -j -f Makefile.PTX5 -C ./benchmarks/src/ all'
}
}
stage('regress'){