Commit 4ec26e2f authored by Jason Swails's avatar Jason Swails
Browse files

Docker containers do not have 'module' command.

parent a150d570
...@@ -15,7 +15,6 @@ pipeline { ...@@ -15,7 +15,6 @@ pipeline {
sh '''#!/bin/bash -lex sh '''#!/bin/bash -lex
git clean -fxd && git checkout . git clean -fxd && git checkout .
env env
module load cuda conda
export OPENMM_CUDA_COMPILER=`which nvcc` export OPENMM_CUDA_COMPILER=`which nvcc`
bash -e devtools/ci/jenkins/install.sh bash -e devtools/ci/jenkins/install.sh
bash -e devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2 bash -e devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2
...@@ -34,7 +33,6 @@ pipeline { ...@@ -34,7 +33,6 @@ pipeline {
sh '''#!/bin/bash -lex sh '''#!/bin/bash -lex
git clean -fxd && git checkout . git clean -fxd && git checkout .
env env
module load cuda conda
export OPENMM_CUDA_COMPILER=`which nvcc` export OPENMM_CUDA_COMPILER=`which nvcc`
bash -e devtools/ci/jenkins/install.sh bash -e devtools/ci/jenkins/install.sh
bash -e devtools/ci/jenkins/test.sh -R 'TestOpenCL' --parallel 2 bash -e devtools/ci/jenkins/test.sh -R 'TestOpenCL' --parallel 2
...@@ -56,7 +54,7 @@ pipeline { ...@@ -56,7 +54,7 @@ pipeline {
''' '''
} }
} }
} // parallel }
} }
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment