Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ForkJoin
Method
ForkJoin
Src/Base/AMReX_ForkJoin.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
namespace amrex {
45
46
ForkJoin::ForkJoin (const Vector<int> &task_rank_n)
47
{
48
init(task_rank_n);
49
}
50
51
ForkJoin::ForkJoin (const Vector<double> &task_rank_pct)
52
{
Callers
nothing calls this directly
Calls
3
NProcsSub
Function · 0.85
init
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected