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

[Condor-users] how does condor run parallel jobs



Hi,
I wanna know if condor runs 2 successive jobs j1 et j2 which are both parallel jobs in a "no wait" way.
I mean, when any process of the first job j1 finishes, it launches j2 and don't wait for the other processes of j1 to finish before starting j2.
Thanks.