Home
last modified time | relevance | path

Searched refs:totNumThreadsIsAuto (Results 1 – 5 of 5) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdrunutility/tests/
H A Dthreadaffinitytest.cpp81 hwOpt_.totNumThreadsIsAuto = false; in ThreadAffinityTestHelper()
H A Dthreadaffinitytest.h98 void setTotNumThreadsIsAuto(bool isAuto) { hwOpt_.totNumThreadsIsAuto = isAuto; } in setTotNumThreadsIsAuto()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/hardware/
H A Dhw_info.h141 bool totNumThreadsIsAuto; member
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdrunutility/
H A Dthreadaffinity.cpp448 (hw_opt->threadAffinity == ThreadAffinity::Auto && !hw_opt->totNumThreadsIsAuto); in gmx_set_thread_affinity()
576 if (hw_opt->threadAffinity == ThreadAffinity::On || hw_opt->totNumThreadsIsAuto) in gmx_check_thread_affinity_set()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/taskassignment/
H A Dresourcedivision.cpp742 hw_opt->totNumThreadsIsAuto = (hw_opt->nthreads_omp == 0 && hw_opt->nthreads_omp_pme == 0 in checkAndUpdateHardwareOptions()