parallel
[Top][All Lists]
Advanced

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

Distributed parallel: how to measure how many cores are really used on r


From: Maciej Pilichowski
Subject: Distributed parallel: how to measure how many cores are really used on remote machine?
Date: Mon, 13 Dec 2010 08:54:17 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Hello,

I have local computer with 2 cores, and remote one with 4 cores. I run parallel always with -j+0.

It seems that around 50% of the job is done locally, and 50% on remote machine. While I would expect around 20% and 80%.

I am wondering if parallel checks the cores locally, gets the answer, 2, and so running 2 tasks on remote machine too. Or if the transferring files is so limiting.

  So -- how to measure how many cores are really used on remote machine?

Kind regards,




reply via email to

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