Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ MyProgId
Function
MyProgId
Src/Base/AMReX_MPMD.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
int MyProgId ()
138
{
139
return (myproc == ParallelDescriptor::MyProc()) ? 0 : 1;
140
}
141
142
Copier::Copier (BoxArray const& ba, DistributionMapping const& dm,
143
bool send_ba)
Callers
1
handler
Method · 0.85
Calls
1
MyProc
Function · 0.70
Tested by
no test coverage detected