MPE_IO_Stdout_to_file

Langue: en

Autres versions - même langue

Version: 173321 (fedora - 06/07/09)

Section: 4 (Pilotes et protocoles réseau)

NAME

MPE_IO_Stdout_to_file - Re-direct stdout to a file

SYNOPSIS

 void MPE_IO_Stdout_to_file( char *name, int mode )
 

PARAMETERS

name
- Name of file. If it contains '%d', this value will be replaced with the rank of the process in 'MPI_COMM_WORLD'.
mode
- Mode to open the file in (see the man page for 'open'). A common value is '0644' (Read/Write for owner, Read for everyone else). Note that this value is `anded` with your current 'umask' value.

NOTES

Some systems may complain when standard output ('stdout') is closed.

LOCATION