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

Function MPI_Error

Src/Base/AMReX_ParallelDescriptor.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void
219MPI_Error (const char* file, int line, const char* str, int rc)
220{
221 amrex::Error(the_message_string(file, line, str, rc));
222}
223
224// coverity[+kill]
225void

Callers

nothing calls this directly

Calls 1

the_message_stringFunction · 0.85

Tested by

no test coverage detected