Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
int
281
Message::pid () const
282
{
283
if ( !m_finished ) { amrex::Error(
"Message::pid: Not Finished!"
); }
284
return m_stat.MPI_SOURCE;
285
}
286
287
size_t
288
Message::count () const
Callers
3
Read
Function · 0.80
Read
Method · 0.80
ReadyToWrite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected