#include <dpf_api.h>
Inherits ansys::dpf::RuntimeConfig.
Public Member Functions | |
RuntimeCoreConfig (RuntimeCoreConfig const &rhs) | |
RuntimeCoreConfig (RuntimeCoreConfig &&rhs) | |
void | setNumberOfThreadsToUse (int num_threads) |
int | getNumberOfThreadsToUse () const |
enables to set runtime configuration options to the DPF process (DataProcessingCore).
int ansys::dpf::RuntimeCoreConfig::getNumberOfThreadsToUse | ( | ) | const |
void ansys::dpf::RuntimeCoreConfig::setNumberOfThreadsToUse | ( | int | num_threads | ) |
Sets the default number of threads to use for all operators, default is omp_get_num_threads.