parallel
[Top][All Lists]
Advanced

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

Re: Distributed parallel: how to measure how many cores are really used


From: Maciej Pilichowski
Subject: Re: Distributed parallel: how to measure how many cores are really used on remote machine?
Date: Mon, 20 Dec 2010 08:36:46 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Hello,

A quick test is:

   seq 1 20 | parallel --progress -S .. sleep

I added -j+0 option and indeed I've got 4 cores on remote and 2 cores on local computer.

So this has to be related to connection speed -- solved!

Thank you for your help.

Kind regards,




reply via email to

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