Gromacs
2018.7
|
#include <gromacs/analysisdata/paralleloptions.h>
Parallelization options for analysis data objects.
Methods in this class do not throw.
Public Member Functions | |
AnalysisDataParallelOptions () | |
Constructs options for serial execution. | |
AnalysisDataParallelOptions (int parallelizationFactor) | |
Constructs options for parallel execution with given number of concurrent frames. More... | |
int | parallelizationFactor () const |
Returns the number of frames that may be constructed concurrently. | |
|
explicit |
Constructs options for parallel execution with given number of concurrent frames.
[in] | parallelizationFactor | Number of frames that may be constructed concurrently. Must be >= 1. |