Unverified Commit a2f4ab8b authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

UseBlockingSync defaults to false (#3720)

parent ae341831
...@@ -118,7 +118,7 @@ CudaPlatform::CudaPlatform() { ...@@ -118,7 +118,7 @@ CudaPlatform::CudaPlatform() {
platformProperties.push_back(CudaDeterministicForces()); platformProperties.push_back(CudaDeterministicForces());
setPropertyDefaultValue(CudaDeviceIndex(), ""); setPropertyDefaultValue(CudaDeviceIndex(), "");
setPropertyDefaultValue(CudaDeviceName(), ""); setPropertyDefaultValue(CudaDeviceName(), "");
setPropertyDefaultValue(CudaUseBlockingSync(), "true"); setPropertyDefaultValue(CudaUseBlockingSync(), "false");
setPropertyDefaultValue(CudaPrecision(), "single"); setPropertyDefaultValue(CudaPrecision(), "single");
setPropertyDefaultValue(CudaUseCpuPme(), "false"); setPropertyDefaultValue(CudaUseCpuPme(), "false");
setPropertyDefaultValue(CudaDisablePmeStream(), "false"); setPropertyDefaultValue(CudaDisablePmeStream(), "false");
......
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