parallel
[Top][All Lists]
Advanced

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

Re: How to make multiple 'parallel' runs exclusive?


From: Martin d'Anjou
Subject: Re: How to make multiple 'parallel' runs exclusive?
Date: Sun, 1 May 2016 08:28:29 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Sometimes, a queueing system like OpenLava is needed. You could use GNU parallel to bsub processes to multiple remote CPUs. The queueing system will ensure CPUs are not double-booked.

On 16-05-01 06:59 AM, Jianghui Geng wrote:
Dear colleagues,

Sometime we submit multiple ‘parallel’ runs, such as 

parallel A ::: a b
parallel B ::: c d

We hope B can wait if A have already occupied all CPUs. However, it’s not the case. It seems that B does not know the presence of A, and will thus ‘compete’ for the CPU resources with A. How can I resolve this problem? I just want B to wait until A has released CPUs.

Thanks,
Jianghui


reply via email to

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