parallel
[Top][All Lists]
Advanced

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

Re: replacement string for running jobs number(not job number{#})


From: Ole Tange
Subject: Re: replacement string for running jobs number(not job number{#})
Date: Fri, 2 May 2014 20:00:22 +0200

On Thu, May 1, 2014 at 7:15 PM, max <magicdirac@gmail.com> wrote:
> I am a newbee to GNU/Parallel.  this feature might have been implemented,
> but I have not found yet. So I asked it here.
>
> For example, Let's say we have 9 jobs to run on  two cores Core1 and Core2.
> we taskset command to stick the jobs on the specific cores which are
> available. Not any single core can not run two jobs at the same time.

You need to justify why.

If core2 is idle and core1 is busy, why force a job to run on core1?
UNIX in general and Linux in particular is excellent at move a running
job to an idle core.

/Ole



reply via email to

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