Program: gmx mdrun, version 2025.2-EasyBuild_5.1.1
Source file: src/gromacs/utility/futil.cpp (line 357)
MPI rank: 0 (out of 72)
Fatal error:
Won’t make more than 99 backups of md.log for you.
The env.var. GMX_MAXBACKUP controls this maximum, -1 disables backups.
I know it makes no sense to use more tasks for gromp but for mdrun it is starnge why i am getting this error. Currently i am using 72 tasks and 2 cpus-per-tasks.
I tried both mpirun and srun execution and get same error
mpirun gmx_mpi mdrun -s lignocellulose-rf.tpr -pin on -noconfout -nsteps 20000 -nstlist 200 -ntomp 1
GROMACS tools automatically back up output files when you try to overwrite them. This means that you ran gmx mdrun 100 times in the same directory. The simplest solution is to remove all backup files. They start with #
Like here you said that the gmx md production steps is running many times. then how we will run the gmx production step by distributing single job in mutiple nodes. like parallel processing of the single job.
yes similar kind of issue. i using HPC to do simulation and wants to use the multiple node for the simulation. but when i run the simulation production step, then the independent job is running on each node. so how i will resolve this issue so that i can run the single simulation by using multiple node so that the job could complete in 1 day. i am using Slurm as job scheduler for simulation production step in the HPC