-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSU results added, TBD and details added to IOR.
- Loading branch information
1 parent
6d4090c
commit 1651eb0
Showing
4 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
doc/sphinx/09_Microbenchmarks/M3_OSUMB/OSU_ats3_results.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"Test","Rank settings","Message Size","Nodes","Result" | ||
"osu_latency","1 per node","8 B","2", | ||
"osu_bibw","1 per node","1 MB","2", | ||
"osu_mbw_mr","1 per NIC","16 KB","2", | ||
"osu_mbw_mr","1 per core","16 KB","2", | ||
"osu_get_acc_latency","1 per node","8 B","2", | ||
"osu_get","1 per node","8 B","2", | ||
"osu_put","1 per node","8 B","2", | ||
"osu_barrier","1 per physical core","N/A","full-system", | ||
"osu_ibarrier","1 per physical core","N/A","full-system", | ||
"osu_allreduce","1 per physical core","8B, 25 MB","full-system", | ||
"osu_alltoall","1 per physical core","1 MB","full-system", | ||
"osu_latency","1 per node","8 B","2","1.61 us" | ||
"osu_bibw","1 per node","1 MB","2","45307.17 MB/s" | ||
"osu_mbw_mr","1 per NIC","16 KB","2","49656.45 MB/s" | ||
"osu_mbw_mr","1 per core","16 KB","2","45198.46 MB/s" | ||
"osu_get_acc_latency","1 per node","8 B","2","10.85 us" | ||
"osu_get","1 per node","8 B","2","3.59 us" | ||
"osu_put","1 per node","8 B","2","4.87 us" | ||
"osu_barrier","1 per physical core","N/A","full-system","550.66 us" | ||
"osu_ibarrier","1 per physical core","N/A","full-system","4802.82 us" | ||
"osu_allreduce","1 per physical core","8B, 16 MB","full-system","345.55, 2477365.95 us" | ||
"osu_alltoall","1 per node","8B","full-system","1954.35 us" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Node_Config,MPIIO_task,POSIX_task,MPIIO_shared,POSIX_shared | ||
"Single Write",38615.88,38508.96,35964.32,37724.38 | ||
"Single Read",41830.12,42963.57,41933.79,42000.99 | ||
"Full System Write",1213100.17,1292122.2,, | ||
"Full System Read",863661.43,858742.17,, | ||
"Full System Write",1213100.17,1292122.2,TBD,TBD | ||
"Full System Read",863661.43,858742.17,TBD,TBD |