We noticed that CPU and RAM are not very heavily used during the steps of the workflow. We want to use multi-threading to increase the efficiency of our runs, so that we can use more CPU and RAM, and the runs will take less time. It seems the case that each individual command will have its own multithreading arguments, rather than the entire run overall.
We noticed that CPU and RAM are not very heavily used during the steps of the workflow. We want to use multi-threading to increase the efficiency of our runs, so that we can use more CPU and RAM, and the runs will take less time. It seems the case that each individual command will have its own multithreading arguments, rather than the entire run overall.