📄

Run multi-commands in one submission

Created
Tagsnoteserver

To submit 4 commands to a server queue (slurm or pbs), you can run them in the background simultaneously.

command1.exe &
command2.exe &
command3.exe &
command4.exe &
wait