HTML version of Scripted Foils prepared 11 November 1996

Foil 12 MPI_Comm_rank -- Environment Inquiry

From CPS615-Initial Lecture on MPI ending with discussion of basic MPI_SEND Delivered Lectures of CPS615 Basic Simulation Track for Computational Science -- 31 October 96. by Geoffrey C. Fox *
Secs 136.8
1 This allows you to identify each processor by a unique integer called the rank which runs from 0 to N-1 where there are N processors
2 If we divide the region 0 to 1 by domain decomposition into N parts, the processor with rank r controls
  • region: r/N to (r+1)/N
3 for C:int MPI_Comm_rank(MPI_Comm comm, int *rank)
  • comm is an MPI communicator of type MPI_Comm
4 for FORTRAN: call MPI_COMM_RANK (comm,rank,mpierr)

Table Font Size


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Fri Aug 15 1997