BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
ThreadInfo () | |
Public Attributes | |
unsigned | n_threads |
unsigned | n_batches |
unsigned | current_batch |
Information to run simulation with dedicated number of threads.
Definition at line 21 of file ThreadInfo.h.
|
inline |
Definition at line 28 of file ThreadInfo.h.
unsigned ThreadInfo::n_threads |
Definition at line 23 of file ThreadInfo.h.
Referenced by SimulationOptions::getNumberOfThreads(), SimulationOptions::setNumberOfThreads(), and SimulationOptions::SimulationOptions().
unsigned ThreadInfo::n_batches |
Definition at line 24 of file ThreadInfo.h.
Referenced by SimulationOptions::getNumberOfBatches(), and SimulationOptions::setNumberOfBatches().
unsigned ThreadInfo::current_batch |
Definition at line 25 of file ThreadInfo.h.
Referenced by SimulationOptions::getCurrentBatch().