diff options
| author | Tor Aamodt <[email protected]> | 2016-07-06 16:52:35 -0700 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2016-07-06 16:52:35 -0700 |
| commit | 7ce3005d27cfa68d6ed1fea001eb22cf0da628c2 (patch) | |
| tree | 36d439bffb5e496cfde2e15810ec75fa4469c0e8 | |
| parent | c9852bfe00b508644e894c1ebc34d90081d907c5 (diff) | |
pull torque queue manger setup for github/travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 18fcd7a..525fa4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ dist: trusty before_install: + - git clone https://github.com/gpgpu-sim/setup_torque_on_ubuntu_14.04.git + - ./setup_torque_on_ubuntu_14.04/install_torque.sh - wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_7.5-18_amd64.deb - sudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb - sudo apt-get -qq update |
