summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-08-27 15:46:32 -0400
committertgrogers <[email protected]>2019-08-27 15:46:32 -0400
commit0e9fd736c820f842f733d72568457d6e19d0de26 (patch)
treea4610914ec4dfced0f38010c3f6a1f59ac6d732d
parent93e98042f7c4a589bf0e4c7cfcc639c316c8a4b2 (diff)
do not correlate so much stuff
-rw-r--r--nightly.jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 79e2719..4e73a93 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
source `pwd`/setup_environment &&\
./gpgpu-sim_simulations/util/job_launching/run_simulations.py \
- -B `cat ./gpgpu-sim_simulations/util/job_launching/apps/all-apps.list` -C TITANV-2B -N nightly-$$ && \
+ -B `cat ./gpgpu-sim_simulations/util/job_launching/apps/correlation-apps.list` -C TITANV-2B -N nightly-$$ && \
./gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -I -S 1800 -v \
-s stats-per-app-9.1.csv -T 12 -K -N nightly-$$ && \
./gpgpu-sim_simulations/util/plotting/plot-get-stats.py -c stats-per-app-9.1.csv -P cuda-9.1.nightly'