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

Method GetCSSize

Src/Extern/ProfParser/AMReX_CommProfStats.H:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 static int GetCPVersion() { return cpVersion; }
207 virtual void SetCSSize(const int css) { csSize = css; }
208 static int GetCSSize() { return csSize; }
209 virtual void AddFinestLevel(const int lev) { finestLevel = lev; }
210 static int GetFinestLevel() { return finestLevel; }
211 virtual void AddMaxLevel(const int lev) { maxLevel = lev; }

Callers 1

PrintCommStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected