QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: Steven on May 31, 2017, 20:00

Title: Keeping script in Queue
Post 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?
Title: Re: Keeping script in Queue
Post by: Anders Blom on June 1, 2017, 01:59
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.