diff options
| author | tgrogers <[email protected]> | 2019-08-28 22:07:14 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-08-28 22:07:14 -0400 |
| commit | f237486cce3852b3416188f2a9e18eb8e5393f5e (patch) | |
| tree | 053cfa952ac44226d9c5aa41b892e379a7329863 | |
| parent | 208654625cf668978d249359fcb85b1f7edd13dd (diff) | |
only do correlation apps
| -rw-r--r-- | nightly.jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index e47b8bf..c841fb0 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -65,7 +65,7 @@ pipeline { sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\ ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k \ - -B `cat ./gpgpu-sim_simulations/util/job_launching/apps/all-apps.list` \ + -B `cat ./gpgpu-sim_simulations/util/job_launching/apps/correlation-apps.list` \ -C QV100-2B > stats-per-kernel-9.1.csv &&\ ./gpgpu-sim_simulations/util/plotting/merge-stats.py \ -c ./gpgpu-sim-results-repo/${JOB_NAME}/stats-per-app-9.1.csv,./stats-per-app-9.1.csv -R \ |
