The ExampleForce tests fail in the CUDA platform when executing the following line:
|
params.upload(paramVector); |
I compiled both OpenMM and this plugin with the same GCC compiler (version 11.2.0) and CudaToolkit installation (version 11.7).
The error message I get is:
exception: Error uploading array bondParams: CUDA_ERROR_INVALID_CONTEXT (201)
The
ExampleForcetests fail in the CUDA platform when executing the following line:openmmexampleplugin/platforms/common/src/CommonExampleKernels.cpp
Line 83 in 6340817
I compiled both OpenMM and this plugin with the same GCC compiler (version 11.2.0) and CudaToolkit installation (version 11.7).
The error message I get is: