diff options
| author | tgrogers <[email protected]> | 2020-06-23 11:10:49 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-06-23 11:10:49 -0400 |
| commit | c83e6fcfe79eb3a4fa829711849ef7e08eb6c2a1 (patch) | |
| tree | d309b4d117d4903bdbc4b2e65fefc0ca82c0577f | |
| parent | 5842a4b1cfbc56a77c0851332e331ef765ac4d62 (diff) | |
no more old sdk regression
| -rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index f0c9da6..2be3b61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { source `pwd`/setup_environment cd gpgpu-sim_simulations source ./benchmarks/src/setup_environment - make -j 10 -C ./benchmarks/src/ rodinia_2.0-ft sdk-4.2 + make -j 10 -C ./benchmarks/src/ rodinia_2.0-ft make -C ./benchmarks/src data''' } } @@ -56,7 +56,7 @@ pipeline { sh '''#!/bin/bash source ./env-setup/11.0_env_setup.sh source `pwd`/setup_environment - ./gpgpu-sim_simulations/util/job_launching/run_simulations.py -B rodinia_2.0-ft,sdk-4.2 -C QV100 -N regress-$$ + ./gpgpu-sim_simulations/util/job_launching/run_simulations.py -B rodinia_2.0-ft -C QV100 -N regress-$$ PLOTDIR="jenkins/${JOB_NAME}/${BUILD_NUMBER}/11.0" && ssh [email protected] mkdir -p /home/dynamo/a/tgrogers/website/gpgpu-sim-plots/$PLOTDIR ./gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -s stats-per-app-11.0.csv -N regress-$$''' } @@ -68,7 +68,7 @@ pipeline { sh 'git clone [email protected]:purdue-aalp/gpgpu-sim-results-repo.git' sh '''#!/bin/bash source ./env-setup/11.0_env_setup.sh - ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft,sdk-4.2 -C QV100 -A > stats-per-kernel-11.0.csv''' + ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft -C QV100 -A > stats-per-kernel-11.0.csv''' sh 'if [ ! -d ./gpgpu-sim-results-repo/${JOB_NAME} ]; then mkdir -p ./gpgpu-sim-results-repo/${JOB_NAME}/ ; cp ./gpgpu-sim-results-repo/purdue-aalp/gpgpu-sim_distribution/dev/* ./gpgpu-sim-results-repo/${JOB_NAME}/ ; fi' sh './gpgpu-sim_simulations/util/plotting/merge-stats.py -c ./gpgpu-sim-results-repo/${JOB_NAME}/stats-per-app-11.0.csv,./stats-per-app-11.0.csv -R > per-app-merge-11.0.csv' sh 'PLOTDIR="jenkins/${JOB_NAME}" &&\ |
