MCPcopy 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

44namespace amrex {
45
46ForkJoin::ForkJoin (const Vector<int> &task_rank_n)
47{
48 init(task_rank_n);
49}
50
51ForkJoin::ForkJoin (const Vector<double> &task_rank_pct)
52{

Callers

nothing calls this directly

Calls 3

NProcsSubFunction · 0.85
initFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected