Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
4ec26e2f
Commit
4ec26e2f
authored
Mar 05, 2019
by
Jason Swails
Browse files
Docker containers do not have 'module' command.
parent
a150d570
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
devtools/Jenkinsfile
devtools/Jenkinsfile
+1
-3
No files found.
devtools/Jenkinsfile
View file @
4ec26e2f
...
...
@@ -15,7 +15,6 @@ pipeline {
sh
'''#!/bin/bash -lex
git clean -fxd && git checkout .
env
module load cuda conda
export OPENMM_CUDA_COMPILER=`which nvcc`
bash -e devtools/ci/jenkins/install.sh
bash -e devtools/ci/jenkins/test.sh -R 'TestCuda' --parallel 2
...
...
@@ -34,7 +33,6 @@ pipeline {
sh
'''#!/bin/bash -lex
git clean -fxd && git checkout .
env
module load cuda conda
export OPENMM_CUDA_COMPILER=`which nvcc`
bash -e devtools/ci/jenkins/install.sh
bash -e devtools/ci/jenkins/test.sh -R 'TestOpenCL' --parallel 2
...
...
@@ -56,7 +54,7 @@ pipeline {
'''
}
}
}
// parallel
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment