ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4VUserMPIrunMerger.hh"
#include <mpi.h>
#include <assert.h>
#include <algorithm>
#include <functional>
#include "G4MPIutils.hh"
#include "G4MPImanager.hh"
Go to the source code of this file.
Macros | |
#define | DMSG(LVL, MSG) { if ( verbose > LVL ) { G4cout << MSG << G4endl; } } |
Definition at line 45 of file G4VUserMPIrunMerger.cc.
View newest version in sPHENIX GitHub at line 45 of file G4VUserMPIrunMerger.cc
Referenced by G4VUserMPIrunMerger::Merge(), G4VUserMPIrunMerger::Receive(), and G4VUserMPIrunMerger::Send().