diff options
| author | tgrogers <[email protected]> | 2018-06-30 13:38:48 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-06-30 13:38:48 -0400 |
| commit | 09b3873528b7e881a71e0d77e2136874050d2434 (patch) | |
| tree | d2bee462ddc69a03038f62221fd394fc63bbbd77 | |
| parent | a72f1d829205b9bfc4070cbb2ff46e7d7aba1fc6 (diff) | |
Adding the 9.2 option to the PASCAL config
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6ef6730..db51ede 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,6 @@ matrix: env: CONFIG=configs.teslac2050.yml - services: docker env: CONFIG=configs.gtx1080ti.yml + env: PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.2/ script: docker run -v `pwd`:/home/runner/gpgpu-sim_distribution:rw tgrogers/gpgpu-sim_regress:latest /bin/bash -c "./start_torque.sh; chown -R runner /home/runner/gpgpu-sim_distribution; su - runner -c 'source /home/runner/gpgpu-sim_distribution/setup_environment && make -j -C /home/runner/gpgpu-sim_distribution && cd /home/runner/gpgpu-sim_simulations/ && git pull && /home/runner/gpgpu-sim_simulations/util/job_launching/run_simulations.py -c /home/runner/gpgpu-sim_simulations/util/job_launching/regression_recipies/rodinia_2.0-ft/$CONFIG -N regress && /home/runner/gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -N regress'" |
