MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / MyProgId

Function MyProgId

Src/Base/AMReX_MPMD.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137int MyProgId ()
138{
139 return (myproc == ParallelDescriptor::MyProc()) ? 0 : 1;
140}
141
142Copier::Copier (BoxArray const& ba, DistributionMapping const& dm,
143 bool send_ba)

Callers 1

handlerMethod · 0.85

Calls 1

MyProcFunction · 0.70

Tested by

no test coverage detected