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

Method GetCPVersion

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

Source from the content-addressed store, hash-verified

204
205 virtual void SetCPVersion(const int cpv) { cpVersion = cpv; }
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; }

Callers 1

PrintCommStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected