QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started by: Steven on May 31, 2017, 20:00
-
Sir
Is it possible to keep a script in queue while other script is running and just after the job is completed the script in queue automatically starts
running?
-
Currently no. If this is needed, I suggest manually editing the submit script to have the two calculations after each other in the same bash script (if you submit to a cluster). For local jobs, you could make a bash or bat (Windows) file to the same effect.