Parallel I/O introductory tutorial: Difference between revisions

No edit summary
Line 186: Line 186:
[[File:serial_IO.png|400px|center]]
[[File:serial_IO.png|400px|center]]


==Serial I/O (N processors)===
==Serial I/O (N processors)==


What you can do instead is to organize each participating process to do a serial I/O. In other words, all processes perform I/O to individual files. It is somewhat efficient than the previous model but up to a certain limit.
What you can do instead is to organize each participating process to do a serial I/O. In other words, all processes perform I/O to individual files. It is somewhat efficient than the previous model but up to a certain limit.
cc_staff
12

edits