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

Method count

Src/Base/AMReX_ParallelDescriptor.cpp:287–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287size_t
288Message::count () const
289{
290 if ( m_type == MPI_DATATYPE_NULL ) { amrex::Error("Message::count: Bad Type!"); }
291 if ( !m_finished ) { amrex::Error("Message::count: Not Finished!"); }
292 int cnt;
293 BL_MPI_REQUIRE( MPI_Get_count(&m_stat, m_type, &cnt) );
294 return cnt;
295}
296
297void
298StartParallel (int* argc, char*** argv, MPI_Comm a_mpi_comm)

Callers 10

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
initializeMethod · 0.80
finalizeMethod · 0.80
ReadFunction · 0.80
secondMethod · 0.80
ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected