Panzer Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
Panzer_PauseToAttach.hpp File Reference
#include "Teuchos_RCP.hpp"
#include "Teuchos_DefaultMpiComm.hpp"
#include "Teuchos_FancyOStream.hpp"
#include <iostream>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for Panzer_PauseToAttach.hpp:

Go to the source code of this file.

Namespaces

namespace  panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

Functions

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.