Hello,
I am trying to simulate 20 ns of solvated T4 Lysozyme system (approx 47000 atoms) with targeted MD, on gromacs-2022.3 patched with plumed-2.8.1.
When I tried running the simulation on gpu and got this error:
Program: gmx mdrun, version 2022.3-plumed_2.8.1
Source file: src/gromacs/gpu_utils/devicebuffer.cuh (line 91)
Function: freeDeviceBuffer(DeviceBuffer*) [with DeviceBuffer = float2*]::<lambda()>
Assertion failed:
Condition: stat == cudaSuccess
Freeing of the device buffer failed. CUDA error #1 (cudaErrorInvalidValue):
invalid argument.
When I tried running it on CPU I got this error:
+++ PLUMED error
+++ at tools/../../tools/Stopwatch.h:385, function PLMD::Stopwatch::Watch& PLMD::Stopwatch::Watch::pause()
+++ assertion failed: running>0
+++ message follows +++
Non matching start/pause or start/stop commands in a Stopwatch
terminate called recursively
terminate called recursively
I am able to run gromacs without piping the plumed script to mdrun successfully with no errors. What could the problem be here?
Salsabil