Home
last modified time | relevance | path

Searched refs:ncore_tot (Results 1 – 4 of 4) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/hardware/
H A Dhw_info.h80 int ncore_tot; /* Sum of #cores over all nodes, can be 0 */ member
H A Ddetecthardware.cpp282 hardwareInfo->ncore_tot = countsReduced[1]; in gmx_collect_hardware_mpi()
297 hardwareInfo->ncore_tot = ncore; in gmx_collect_hardware_mpi()
H A Dprinthardware.cpp143 if (hwinfo->ncore_tot > 0) in detected_hardware_string()
145 s += gmx::formatString(" %d cores,", hwinfo->ncore_tot); in detected_hardware_string()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/taskassignment/
H A Dresourcedivision.cpp932 int numCoresPerRank = hwinfo.ncore_tot / numRanksTot; in checkAndUpdateRequestedNumOpenmpThreads()