distmod.f

来自「网络带宽测试工具」· F 代码 · 共 11 行

F
11
字号
      Module dist_module! ---------------------------------------------------------------------! --- This module contains information for communication and data !     distribution.! ---------------------------------------------------------------------      Integer            :: nodes      Integer, Parameter :: maxnod = 2048      Integer            :: offset(0:maxnod), sizes(0:maxnod-1)! ---------------------------------------------------------------------      End Module dist_module

⌨️ 快捷键说明

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