Difference between revisions of "Main Page/PIO"
From Nekcem
Jump to navigationJump to search (Created page with 'This is the page for parallel I/O library developed in summer 2010 by Jing Fu and Misun Min.') |
|||
| Line 1: | Line 1: | ||
| − | This is the page for parallel I/O library developed in summer 2010 by Jing Fu and Misun Min. | + | This is the document page for parallel I/O library developed in summer 2010 by Jing Fu and Misun Min. |
| + | |||
| + | Generally, several new parallel I/O approaches were developed, namely #3, 4, 5, 6, 7, 8. | ||
| + | These numbers were used to indicate which I/O to use, in .rea file for a specific example. | ||
| + | |||
| + | #3 is NN binary case, #4 is N1 binary case, #5 is NM binary case, #6 is NM1 binary case, #8 is NMM binary case. | ||
Revision as of 18:16, 24 August 2010
This is the document page for parallel I/O library developed in summer 2010 by Jing Fu and Misun Min.
Generally, several new parallel I/O approaches were developed, namely #3, 4, 5, 6, 7, 8. These numbers were used to indicate which I/O to use, in .rea file for a specific example.
- 3 is NN binary case, #4 is N1 binary case, #5 is NM binary case, #6 is NM1 binary case, #8 is NMM binary case.