parallel
[Top][All Lists]
Advanced

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

Dependencies


From: Ole Tange
Subject: Dependencies
Date: Mon, 20 Sep 2010 17:08:58 +0200

I have been thinking about implementing dependencies:

job-1 must be done before job-2. If job-1 fails, job-2 will not run at all.
job-3 depends on nothing and can be run no matter what.

This is similar to 'make -k' and therefore I am not sure if it is
worth the effort to do a poor-mans version of make. The primary
advantage would be that GNU Parallel will be able to distribute the
jobs to different servers.

What do you think?


/Ole



reply via email to

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