出现了报错,具体如下:
Fatal error:
File appending requested, but 3 of the 3 output files are not present or are named differently. For safety reasons,GROMACS-2016 and later only allows file appending to be used when all files have the same names as they had in the original run. Checkpointing is merely intended for plain continuation of runs. For safety reasons you must specify all file names (e.g. with -deffnm), and all these files must match the names used in the run prior to checkpointing since we will append to them by default. If you used -deffnm and the files listed above as not present are in fact present, try explicitly specifying
them in respective mdrun options. If the files are not available, you can add the -noappend flag to mdrun and write separate new parts. For mere concatenation of files, you should use the gmx trjcat tool instead.
说我的log、xtc、edr文件有问题,可是我没有碰过这些文件。
然后我就在命令后面加入了 -noappend,出现了Turning on dynamic load balancing,because the performance loss due to load imbalance is 9.5%和turn off dynamic load balancing,it is degrading performance,现在gromacs在跑,不知道这两个问题会不会影响到后续的结果呢?如果有影响要如何解决呢,没断电之前跑是没有问题的。
希望得到各位老师的答复。