Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void
219
MPI_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]
225
void
Callers
nothing calls this directly
Calls
1
the_message_string
Function · 0.85
Tested by
no test coverage detected