|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#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 (size_t parallelizationFactor) | |
| Constructs options for parallel execution with given number of concurrent frames. More... | |
| size_t | 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. |
1.8.5