Skip to content

allow running multiple parallel jobs in LocalDriver

Nils Erik Krumnack requested to merge krumnack/athena:el_parallel into master

As an intermediate between running a single job locally and running in batch, this allows to run multiple processes in parallel locally. It is still recommended to just run in batch instead, but sometimes this is more practical.

cc @akraszna @lheinric @vimartin

Merge request reports