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