Simple MPI I/O and Error Handling

In this section, we will delve into few aspects of MPI we have not looked at before. You'll need to pay careful attention since it introduces multiple (and up to some extent unrelated/tangentially related) concepts.


Program: mpi_io.c


The mpi_io Program Explained

Now that you've seen the program work (hopefully!), let us see how the code worked and what the various MPI functions mean...


Previous:  Parallel Numerical Solution... Up: Table of Contents Next:  Tweaking Security Settings