00001 #ifdef CH_LANG_CC 00002 /* 00003 * _______ __ 00004 * / ___/ / ___ __ _ / / ___ 00005 * / /__/ _ \/ _ \/ V \/ _ \/ _ \ 00006 * \___/_//_/\___/_/_/_/_.__/\___/ 00007 * Please refer to Copyright.txt, in Chombo's root directory. 00008 */ 00009 #endif 00010 00011 #ifndef _CH_ATTACH_H_ 00012 #define _CH_ATTACH_H_ 00013 #include "BaseNamespaceHeader.H" 00014 00016 00141 int registerDebugger(); // you use this function up in main, after MPI_Init 00142 00143 00144 00154 int setChomboMPIErrorHandler(); // you use this function up in main, after MPI_Init 00155 00156 00157 00161 void AttachDebugger(int a_sig = 4); 00162 #include "BaseNamespaceFooter.H" 00163 #endif