diff options
| author | Mahmoud <[email protected]> | 2018-05-15 20:03:45 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-05-15 20:03:45 -0400 |
| commit | a25caee6acbd801b055bdb1136b55ba09daff49b (patch) | |
| tree | 720cb17bdc3ec5f86de9231ea53c74c56d485317 /Jenkinsfile | |
| parent | e06cd8efa02bf54f4788b0655930c9c6c0e12311 (diff) | |
| parent | ddf9da221c3e14e1e4204aba3fdaa59bca917ec6 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index a8bd7f7..4e4ef8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ git pull && \ - rm -r ./benchmarks/data_dirs && ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' + ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\ source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ |
