From 1adee975ba69136e287c31b5f6ca4f3baef017f1 Mon Sep 17 00:00:00 2001 From: tgrogers Date: Tue, 27 Aug 2019 20:56:19 -0400 Subject: making correl file more friendly --- nightly.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&\ -- cgit v1.3