← Back to context Comment by throwaway81523 14 hours ago GNU Parallel seems like another convenient approach. 1 comment throwaway81523 Reply fmajid 9 hours ago 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.
fmajid 9 hours ago 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.
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.