GROMACS version:2020.4
I have laptop with RTX … Is it possible to use my VGA card with 6 cores in doing 6 numbers of temperature and what is the command
i tried this command
for i in 0 1 2 3 4 5
do
gmx grompp -f nvt_$i.mdp -c nvt.gro -t nvt.cpt -p topol.top -o remd$i.tpr -maxwarn 10;
done
mpirun -np 6 mdrun_mpi -v -deffnm remd -multi 6 -replex 500
but i got
It seems that there is no lamd running on the host user.
This indicates that the LAM/MPI runtime environment is not operating.
The LAM/MPI runtime environment is necessary for the “mpirun” command.Please run the “lamboot” command the start the LAM/MPI runtime
environment. See the LAM/MPI documentation for how to invoke
“lamboot” across multiple machines.