MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / GetNProcs

Method GetNProcs

Src/Extern/ProfParser/AMReX_BLProfStats.H:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128 static void SetNProcs(int p) { dataNProcs = p; }
129 static int GetNProcs() { return dataNProcs; }
130
131 void SetMaxRNumber(int n) { maxRNumber = n; }
132 int GetMaxRNumber() const { return maxRNumber; }

Callers 1

PrintCommStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected