Home
last modified time | relevance | path

Searched defs:gmx_hw_info_t (Results 1 – 2 of 2) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/hardware/
H A Dhw_info.h58 struct gmx_hw_info_t struct
70 int nthreads_hw_avail;
79 int nphysicalnode; /* Number of physical nodes */
81 int ncore_min; /* Min #cores over all nodes */
82 int ncore_max; /* Max #cores over all nodes */
84 int nhwthread_min; /* Min #hwthreads over all nodes */
85 int nhwthread_max; /* Max #hwthreads over all nodes */
86 int ngpu_compatible_tot; /* Sum of #GPUs over all nodes */
87 int ngpu_compatible_min; /* Min #GPUs over all nodes */
88 int ngpu_compatible_max; /* Max #GPUs over all nodes */
[all …]
H A Ddetecthardware.cpp72 gmx_hw_info_t::gmx_hw_info_t(std::unique_ptr<gmx::CpuInfo> cpuInfo, in gmx_hw_info_t() function in gmx_hw_info_t