readme

来自「最著名最快的分子模拟软件」· 代码 · 共 16 行

TXT
16
字号
This directory contains double-precision Gromacsloops where the innermost loops have been modulo-scheduledfor the Itanium2 (4 cycle FP latency). For this reason theyshould NOT be used on Merced (Itanium1) - they might evenbe slower than C code in that case due to all the stalls.On McKinley they achieve over 90% of the peak floating pointperformance of the machine when running real neighborlistsand small size systems. The only reason why it is not 98-100%is that there are always empty slots in the software pipelineat the start and end of each inner loop.If Intel ever increases the FP latencies, the innermost loop might need rescheduling.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?