diff options
| author | tgrogers <[email protected]> | 2020-06-23 10:15:45 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-06-23 10:15:45 -0400 |
| commit | 5842a4b1cfbc56a77c0851332e331ef765ac4d62 (patch) | |
| tree | 1cd67c4fa3f7fa72bbbf7260c80a47c4324173b0 /Jenkinsfile | |
| parent | cbd9868621b08f0bd59cadf9f6cdaa2d899384b8 (diff) | |
Not sure we still need this
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index cd3ec73..f0c9da6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,6 @@ pipeline { stage('11.0 Regressions'){ steps { sh '''#!/bin/bash - module load slurm source ./env-setup/11.0_env_setup.sh source `pwd`/setup_environment ./gpgpu-sim_simulations/util/job_launching/run_simulations.py -B rodinia_2.0-ft,sdk-4.2 -C QV100 -N regress-$$ @@ -68,7 +67,6 @@ pipeline { sh 'rm -rf ./gpgpu-sim_simulations/util/plotting/correl-html && rm -rf gpgpu-sim-results-repo && rm -rf ./gpgpu-sim_simulations/util/plotting/htmls' sh 'git clone [email protected]:purdue-aalp/gpgpu-sim-results-repo.git' sh '''#!/bin/bash - module load slurm source ./env-setup/11.0_env_setup.sh ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft,sdk-4.2 -C QV100 -A > stats-per-kernel-11.0.csv''' sh 'if [ ! -d ./gpgpu-sim-results-repo/${JOB_NAME} ]; then mkdir -p ./gpgpu-sim-results-repo/${JOB_NAME}/ ; cp ./gpgpu-sim-results-repo/purdue-aalp/gpgpu-sim_distribution/dev/* ./gpgpu-sim-results-repo/${JOB_NAME}/ ; fi' |
