bsc-pm / dlb

DLB (Dynamic Load Balancing) library is a tool, transparent to the user, that will dynamically react to the application imbalance modifying the number of resources at any given time.
https://pm.bsc.es/dlb
GNU Lesser General Public License v3.0
21 stars 6 forks source link

`DLB_TALP_GetNumCPUs()` returns total number of processes instead of that in a node #9

Open kingshuk00 opened 8 months ago

vlopezh commented 8 months ago

I'm sorry, can you elaborate? DLB_TALP_GetNumCPUs should return the number of logical CPUs in the node. The same as nproc, for instance. What is the value that you expect?