Index of /examples/mpi/examples/Fortran

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]example2.f 2021-06-10 12:47 2.4K 
[TXT]example1.f 2013-11-23 14:06 1.6K 

Example Programs

  1. Program to print the statement "Hello, I am process X of Y processes" where X is the current process while Y is the number of processes for job.
  2. Program to do the following: On process 0, send a message "Hello, I am process 0" to other processes. On each processe other than 0, print the process's ID, the message it receives and where the message came from.

Program Compilation

Program Execution

Contact: Kadin Tseng, kadin@bu.edu

Dates

  1. Created: November 24, 2013
  2. Modified: