It's UWAweek 47

help5507

This forum is provided to promote discussion amongst students enrolled in CITS5507 High Performance Computing.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying the 2 articles in this topic
Showing 2 of 148 articles.
Currently 14 other people reading this forum.


 UWA week 40 (2nd semester, week 10) ↓
SVG not supported

Login to reply

👍?
helpful

Hi, just a bit confused about some concepts.

Can anyone help explain the difference, thank you.


 UWA week 41 (2nd semester, week 11) ↓
SVG not supported

Login to reply

👍x1
helpful

Sequential I/O: Only one process performs I/O. Think regular fwrite from stdio.h.

Independent I/O: Parallel I/O, where each process performs its own I/O, without coordination with the other processes. Think MPI_File_write_at.

Collective I/O: Parallel I/O, where all processes (in a communicator) perform I/O together. MPI coordinates and optimises the operations. For example, MPI_File_write_all.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy