mpe_errors_call_debugger.4
来自「fortran并行计算包」· 4 代码 · 共 38 行
4
38 行
.TH MPE_Errors_call_debugger 4 "3/12/2008" " " "MPE".SH NAMEMPE_Errors_call_debugger \- On an error, print a message and (attempt) to start the specified debugger on the program .SH SYNOPSIS.nfvoid MPE_Errors_call_debugger( pgm, dbg, args )char *pgm, *dbg, **args;.fi.SH INPUT PARAMETERS.PD 0.TP.B pgm - Name of the program..PD 1.PD 0.TP.B dbg - Name of the debugger. If null, use a default (usually dbx).PD 1.PD 0.TP.B args - arguments to use in generating the debugger.This allows things like "'xterm -e dbx pgm pid'", or "'xdbx -geometry +%d+%d pgm pid'". The list should be null terminated.(The '%d %d' format is not yet supported)..PD 1.SH NOTESYou may need to ignore some signals, depending on the signals thatthe MPICH and underlying communications code is using. You cando this in dbx by adding "ignore signal-name" to your .dbxinit file.For example, to ignore 'SIGUSR1', use "'ignore USR1'".Currently, there is no Fortran interface for this routine..SH LOCATION../src/misc/src/dbxerr.c.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?