Commit a5863177 authored by Sean Talts's avatar Sean Talts
Browse files

Allow device ID to be configured per node for GPU

parent 9dbab912
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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() } } }
......
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