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
f1de425f
Commit
f1de425f
authored
Feb 27, 2017
by
Jason Swails
Browse files
Set OPENMM_CUDA_COMPILER
parent
236fb79b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
devtools/ci/jenkins/install.sh
devtools/ci/jenkins/install.sh
+1
-0
No files found.
devtools/ci/jenkins/install.sh
View file @
f1de425f
...
@@ -17,6 +17,7 @@ module load cuda conda/jenkins
...
@@ -17,6 +17,7 @@ module load cuda conda/jenkins
CONDAENV
=
openmm-test-3.5
CONDAENV
=
openmm-test-3.5
INSTALL_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-install"
INSTALL_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-install"
SRC_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-src"
# set in the Jenkins configuration
SRC_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-src"
# set in the Jenkins configuration
export
OPENMM_CUDA_COMPILER
=
`
which nvcc
`
# Create a conda environment, but clean up after one first. If it doesn't exist, don't complain.
# Create a conda environment, but clean up after one first. If it doesn't exist, don't complain.
# But since we are invoking this shell with -e (exit on all errors), we need || true to prevent this
# But since we are invoking this shell with -e (exit on all errors), we need || true to prevent this
...
...
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