GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MPE_IO_Stdout_to_file(4) MPE MPE_IO_Stdout_to_file(4)

MPE_IO_Stdout_to_file - Re-direct stdout to a file

void MPE_IO_Stdout_to_file( char *name, int mode )

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.

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

11/2/2007

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.