我想在具有 >2 个内核的机器的 2 个内核上运行 3 个作业(A、B、C)。我知道:
运行时(A)>运行时(C)
运行时(B)>运行时(C)
预先未知是runtime(A)>runtime(B)还是runtime(A)<runtime(B)。
我想做的是:
这是如何实现的(如果可能,在 bash 中)?
bash shell gnu-parallel
bash ×1
gnu-parallel ×1
shell ×1