mpe_io_stdout_to_file.4

来自「fortran并行计算包」· 4 代码 · 共 29 行

4
29
字号
.TH MPE_IO_Stdout_to_file 4 "11/2/2007" " " "MPE".SH NAMEMPE_IO_Stdout_to_file \-  Re-direct stdout to a file .SH SYNOPSIS.nfvoid MPE_IO_Stdout_to_file( char *name, int mode ).fi.SH PARAMETERS.PD 0.TP.B name - Name of file.  If it contains '%d', this value will be replaced withthe rank of the process in 'MPI_COMM_WORLD'..PD 1.PD 0.TP.B mode - Mode to open the file in (see the man page for 'open').  A commonvalue is '0644' (Read/Write for owner, Read for everyone else).  Note that thisvalue is `anded` with your current 'umask' value..PD 1.SH NOTESSome systems may complain when standard output ('stdout') is closed..SH LOCATION../src/misc/src/mpe_io.c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?