📄 mpe_io_stdout_to_file.4
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -