#include "Teuchos_RCP.hpp"
#include "Teuchos_DefaultMpiComm.hpp"
#include "Teuchos_FancyOStream.hpp"
#include <iostream>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
|
| void | panzer::pauseToAttach (MPI_Comm mpicomm) |
| | Debugging aid: has rank 0 print its PID and block on getchar() so a debugger can be attached to the running process before execution continues; every rank in the given communicator waits at a barrier both before and after the pause so all ranks resume together.
|
| |
| void | panzer::pauseToAttach () |
| | Calls pauseToAttach(MPI_Comm) with mpi comm world.
|
| |