MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetNumberThreads

Method SetNumberThreads

source/run/src/G4WorkerThread.cc:58–61  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56
57// --------------------------------------------------------------------
58void G4WorkerThread::SetNumberThreads(G4int nw)
59{
60 numThreads = nw;
61}
62
63// --------------------------------------------------------------------
64G4int G4WorkerThread::GetNumberThreads() const

Callers 2

CreateAndStartWorkersMethod · 0.80
InitializeWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected