summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-08-27 20:56:19 -0400
committertgrogers <[email protected]>2019-08-27 20:56:19 -0400
commit1adee975ba69136e287c31b5f6ca4f3baef017f1 (patch)
tree9663b58ef8444469879b78157f7b1cf438c2d748
parentada3ac698cd01557281c8f265b083a0459c39c07 (diff)
making correl file more friendly
-rw-r--r--nightly.jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 146c505..e47b8bf 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
source `pwd`/setup_environment &&\
./gpgpu-sim_simulations/util/plotting/plot-correlation.py -c per-kernel-merge-9.1.csv \
-p cuda-9.1.nightly -b ./gpgpu-sim_simulations/util/plotting/known.correlation.outliers.list \
- | grep "Correl=" | tee correl.9.1.txt &&\
+ | grep "Correl=" -B 1 | tee correl.9.1.txt &&\
cp stats-per-*.csv ./gpgpu-sim-results-repo/${JOB_NAME}/ &&\
cd ./gpgpu-sim-results-repo &&\
git pull &&\