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

Method pid

Src/Base/AMReX_ParallelDescriptor.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280int
281Message::pid () const
282{
283 if ( !m_finished ) { amrex::Error("Message::pid: Not Finished!"); }
284 return m_stat.MPI_SOURCE;
285}
286
287size_t
288Message::count () const

Callers 3

ReadFunction · 0.80
ReadMethod · 0.80
ReadyToWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected