[petsc-users] Parallelization efficiency diagnose

Jed Brown jed at jedbrown.org
Thu Dec 4 19:02:42 CST 2014


"Sun, Hui" <hus003 at ucsd.edu> writes:

> Estimation of possible speedup of MPI programs based on Streams benchmark.
>
> It appears you have 1 node(s)
>
>
> Does this result basically says that my MacBook only have one node?
> However, I know my computer has 4 cores, as I type sysctl -n hw.ncpu
> in bash, it gives me 4. What does it really mean? By the way, here is
> my configuration for this installation:

Use "lstopo" from the hwloc package to see how your cores are laid out.
You probably have two physical cores, each with hypethreading (4 logical
cores), sharing the same memory bus.  One thread saturates the memory
bus, so you get no speedup by using more cores.

http://www.mcs.anl.gov/petsc/documentation/faq.html#computers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20141204/ca4ed939/attachment.pgp>


More information about the petsc-users mailing list