MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / abort

Function abort

src/Pstream/mpi/UPstream.C:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186void Foam::UPstream::abort()
187{
188 MPI_Abort(MPI_COMM_WORLD, 1);
189}
190
191
192void Foam::reduce

Callers 15

checkCommunicatorFunction · 0.70
initFunction · 0.70
allToAllFunction · 0.70
writeFunction · 0.70
UIPread.CFile · 0.70
_Template.CFile · 0.50
checkFaceEdgesFunction · 0.50
GatherBase.CFile · 0.50
mainFunction · 0.50
createNeighboursFunction · 0.50

Calls

no outgoing calls

Tested by 2

checkFaceEdgesFunction · 0.40
mainFunction · 0.40