You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have to write custom logic inside commands to make mpirun work (e.g., waiting for all nodes, FIFO, etc.). The ideal solution would be for users to avoid writing custom code inside commands.
One possible solution is to support mpi: true. While users would still be able to use custom commands, those who prefer not to would benefit from this new property.