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_Errors_call_debugger(4) MPE MPE_Errors_call_debugger(4)

MPE_Errors_call_debugger - On an error, print a message and (attempt) to start the specified debugger on the program

void MPE_Errors_call_debugger( pgm, dbg, args )
char *pgm, *dbg, **args;

pgm
- Name of the program.
dbg
- Name of the debugger. If null, use a default (usually dbx)
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).

You may need to ignore some signals, depending on the signals that the MPICH and underlying communications code is using. You can do 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.

3/11/2008

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.