输出文件中出现WARNING,但并不影响作业运行:
“
Using 12 MPI processes
Using 12 OpenMP threads per process
WARNING: Oversubscribing the available 12 logical CPU cores with 144 threads.
This will cause considerable performance loss!
"
如果不用pbs,直接在管理节点用”mdrun_mpi -deffnm nvt“进行计算,则显示
”
Using 1 MPI processes
Using 24 OpenMP threads per process
“
管理节点没有关闭超线程,所以有24个线程,计算速度是24个线程并行的速度
如果用pbs脚本指定计算节点中一个cpu计算,则输出
”
Using 1 MPI processes
Using 1 threads per process
”
计算速度是一个线程的速度