Hello,
I am new to MD simulations, Ubuntu and also for GPU powered computing. I had run some basic simulations using gromacs earlier but with a non GPU system. Now I have upgraded my work station with a nvidia rtx2070 gpu and want to run some intense simulations. I have installed the appropriate graphic drivers and also CUDA and ubuntu is displaying the installed graphics card and display details (with command sudo nvidia-smi for which the screenshot is attached). I have installed gromacs 2018 with cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON -DGMX_GPU=ON.
When i invoke mdrun the program is getting killed with the message mentioned below (also attached the screenshot for more details)
Reading file em.tpr, VERSION 2018 (single precision)
No option -multi
Using 1 MPI thread
Using 12 OpenMP threads
1 GPU auto-selected for this run.
Mapping of GPU IDs to the 2 GPU tasks in the 1 rank on this node:
PP:0,PME:0
Killed
Can anyone suggest me where i am doing wrong and please suggest me the right commands to utilize the GPU for my simulations.