Skip to content
Snippets Groups Projects
Commit f9431589 authored by Ionizing's avatar Ionizing :new_moon_with_face:
Browse files

[README.md] format

parent f5b96845
No related branches found
No related tags found
No related merge requests found
......@@ -118,10 +118,11 @@ Source on [GitHub](https://github.com/vtzf/MPI_Comm_Test)
### 根据 NAMD-EPC 32 核测试结果:
系统更新后,
Transpose 模块与一次 `MPI_Alltoallv` 大规模通信和多层 for 循环计算相关,
TimeProp 模块与 mkl 计算库和中等次数 `MPI_Iallgatherv` 的小规模通信相关,
SurfHop 模块与中等次数 `MPI_Allgather` 和大量次数 `MPI_Isend`/`Irecv` 的小规模通信相关,
系统更新后
- Transpose 模块与一次 `MPI_Alltoallv` 大规模通信和多层 for 循环计算相关,
- TimeProp 模块与 mkl 计算库和中等次数 `MPI_Iallgatherv` 的小规模通信相关,
- SurfHop 模块与中等次数 `MPI_Allgather` 和大量次数 `MPI_Isend`/`Irecv` 的小规模通信相关,
1. Transpose 模块上,
- h3c 单节点计算效率基本不变,跨节点计算效率提升 1.5-2 倍,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment