MPE_Seq_begin man page on YellowDog

Man page or keyword search:  
man Server   18644 pages
apropos Keyword Search (all sections)
Output format
YellowDog logo
[printable version]

MPE_Seq_begin(4)		      MPE		      MPE_Seq_begin(4)

NAME
       MPE_Seq_begin -	Begins a sequential section of code.

SYNOPSIS
       void MPE_Seq_begin( MPI_Comm comm, int ng )

INPUT PARAMETERS
       comm   - Communicator to sequentialize.
       ng     -	 Number	 in group.  This many processes are allowed to execute
	      at the same time.	 Usually one.

NOTES
       MPE_Seq_begin and MPE_Seq_end provide a way to force a section of  code
       to be executed by the processes in rank order.  Typically, this is done
       with
       MPE_Seq_begin( comm, 1 );
       <code to be executed sequentially>
       MPE_Seq_end( comm, 1 );

       Often, the sequential code contains output statements (e.g.,  printf  )
       to be executed.	Note that you may need to flush the I/O buffers before
       calling MPE_Seq_end ; also note that some systems do not propagate  I/O
       in  any	order  to the controling terminal (in other words, even if you
       flush the output, you may not get the data in the order that you want).

LOCATION
       mpe_seq.c

				   6/14/2000		      MPE_Seq_begin(4)
[top]

List of man pages available for YellowDog

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net