Comment by throwaway81523 Comment by throwaway81523 13 hours ago 1 reply Copy Link View on Hacker News GNU Parallel seems like another convenient approach.
Copy Link fmajid 8 hours ago Collapse Comment - It has no concept of dependencies between tasks, or doing a topological sort prior to running the task queue. GNU Make's parallel mode (-j) has that. Reply View | 0 replies
It has no concept of dependencies between tasks, or doing a topological sort prior to running the task queue. GNU Make's parallel mode (-j) has that.