-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Dear SIRAHff's developers,
I successfully run the tutorial using NAMD2. However, when I run it using NAMD3, I received a error in the heat step. The error is the next:
"FATAL ERROR: CUDA cuRAND error curandGenerateNormal(gen, gaussrand_x, n, 0, 1) in file src/SequencerCUDAKernel.cu, function langevinVelocitiesBBK2, line 4418".
I search by this error in NAMD's list, and it seems to be related to constraints and CUDASOAintegrate (https://www.ks.uiuc.edu/Research/namd/mailing_list/namd-l.2020-2021/1313.html". When I deleted (actually, let 0 the if condition) the constraints lines or CUDASOAintegrate one, the simulation successfully run.
I run run on a RTX 3060, Driver Version: 565.77, CUDA Version: 12.7.
I would like to report this issue and ask if you found a solution to this.
Thank you in advance.
Gabriel