sphuber / aiida-shell

AiiDA plugin that makes running shell commands easy.
MIT License
14 stars 7 forks source link

`launch_shell_job`: Add the `submit` argument to run over the daemon #18

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

Fixes #2

The submit argument takes a boolean and when set to True the shell job is sent to the daemon instead of run by the current interpreter. If the shell jobs are independent, this allows them to be run in parallel by the daemon workers.