#include "petscsys.h" PetscErrorCode PetscSetDebugTerminal(const char terminal[])Not Collective
mpirun -n 4 ./myapp -start_in_debugger -debug_terminal "screen -X -S debug screen"
will open 4 windows in the session named "debug".
Level:developer
Location:src/sys/error/adebug.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
terminal | - name of terminal and any flags required to execute a program. For example "xterm -e", "urxvt -e". |