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