From 375533963bef3d528ba3c8527ae786bc12f024cd Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Thu, 14 Sep 2017 11:45:21 -0400 Subject: fixing jenkinsfile 3 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 526c45f..6e180a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { }, "8.0" : { sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/8.0_env_setup.sh &&\ source `pwd`/setup_environment &&\ - make -j -f Makefile.PTX5' + make -j' } } } @@ -33,7 +33,7 @@ pipeline { source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ source ./benchmarks/src/setup_environment && \ - make -j -f Makefile.PTX5 ./benchmarks/src all' + make -j -f Makefile.PTX./benchmarks/src all' } } stage('rodinia-regress'){ -- cgit v1.3