Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francesco Brarda
stan-math-petsc
Commits
a5863177
Commit
a5863177
authored
6 years ago
by
Sean Talts
Browse files
Options
Download
Email Patches
Plain Diff
Allow device ID to be configured per node for GPU
parent
9dbab912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+1
-1
Jenkinsfile
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
View file @
a5863177
...
...
@@ -153,7 +153,7 @@ pipeline {
sh
"echo CXX=${env.CXX} -Werror > make/local"
sh
"echo STAN_OPENCL=true>> make/local"
sh
"echo OPENCL_PLATFORM_ID=0>> make/local"
sh
"echo OPENCL_DEVICE_ID=
1
>> make/local"
sh
"echo OPENCL_DEVICE_ID=
${OPENCL_DEVICE_ID}
>> make/local"
runTests
(
"test/unit/math/gpu"
)
}
post
{
always
{
retry
(
3
)
{
deleteDir
()
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help