Hi,
I have a sequence of programs to run one after another. Could anyone plz let me know how to queue them?
If these codes are Julia source files you could run another Julia file using include statements.
Otherwise, maybe consider batching them to run in whatever other scripting language your platform natively supports, e.g. bash for Linux, zsh for Mac, PowerShell for Windows.
1 Like
Are you looking for something like
https://cihga39871.github.io/JobSchedulers.jl/stable/
?
1 Like
Thanks. Yes, they’re Julia source files.
Yes, thanks.