|
|
这是一个比较典型的计算异常,把关键信息整理出来讨论一下。
我之前在做蛋白的仿真的时候,正式MD过程使用了GPU加速,但是现在做蛋白-配体的仿真,发现使用GPU会错误提示,不使用GPU则没有问题Command line: , VERSION 2016.4 (single precision)Note: file tpx version 110, software tpx version 112Multiple energy groups is not implemented for GPUs……
关键命令:- gmx_mpi mdrun -deffnm md01 -nb gpuReading file md01.tpr
- gmx mdrun -rerun option on the trajectory with an energy group .tpr file.-------------------------------------------------------Program: gmx mdrun
复制代码
核心报错/现象:- 错误提示,不使用GPU则没有疑问Command line:gmx_mpi mdrun -deffnm md01 -nb gpuReading file md01.tpr, VERSION 2016.4 (single precision)Note: file tpx version 110, software tpx version 112Multiple ener
复制代码
主要想确认:这个现象通常应该优先检查哪些文件或参数,怎样定位根因? |
|