diff options
| author | tgrogers <[email protected]> | 2019-06-04 08:48:21 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-04 08:48:21 -0400 |
| commit | 4f5624885a7c3a7b6a50c0a215f55ef5ad6a5d54 (patch) | |
| tree | fef3bacac3eb42dd36cac6bba8d729052df59e46 | |
| parent | 0c7ceaec3e1d00da72621ddce7be53f3f4f53bcd (diff) | |
Forgot ampra
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index d192073..5f206d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { source `pwd`/setup_environment &&\ PLOTDIR="jenkins/${JOB_NAME}" &&\ ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft,sdk-4.2 -C TITANV > stats-per-kernel-9.1.csv &&\ - ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-9.1.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.9.1.txt + ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-9.1.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.9.1.txt &&\ export CORREL_91=`sed "s/$/<br>/" correl.9.1.txt`"' } } |
