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