parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Counting of cores


From: Joe Sapp
Subject: Counting of cores
Date: Wed, 28 Nov 2018 20:07:44 -0500

It seems like the number of physical compute cores counted by Parallel
is less than other tools (e.g., lscpu) by a factor of the number of
sockets, but I haven't tested it on many architectures.  In order to
fix this, I think the socket/core/thread counting scheme implemented
by Parallel should be changed.  Specifically, the "core id" associated
with a particular "physical id" should be counted, not just the unique
number of "core id" values.  Alternatively one could just multiply the
number of cores by the number of sockets and be done, but that doesn't
seem as reliable.  What do you think?

--
Thanks,
Joe Sapp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]