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