On Thu, May 1, 2014 at 7:15 PM, max <magicdi...@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