diff options
| author | Mahmoud <[email protected]> | 2017-09-14 11:45:21 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-09-14 11:45:21 -0400 |
| commit | 375533963bef3d528ba3c8527ae786bc12f024cd (patch) | |
| tree | 4d84c2e2c8dc52838486ec2227406651f15c38d7 /Jenkinsfile | |
| parent | 4d299b2fe8a2511cc6fba9e2d883249de9e0da74 (diff) | |
fixing jenkinsfile 3
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 4 |
1 files 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'){ |
