Dear QW Experts,
How to sequentially run jobs from test1.py to test10 in atk (qsub in cluster system)?
for example,
~/libexec/ mpiexec.hydra -machinefile MachineFile -n 24 ~/bin/atkpython test1.py 2>&1 | tee test1.log
~/libexec/ mpiexec.hydra -machinefile MachineFile -n 24 ~/bin/atkpython test2.py 2>&1 | tee test2.log
......
~/libexec/ mpiexec.hydra -machinefile MachineFile -n 24 ~/bin/atkpython test10.py 2>&1 | tee test10.log
thank you so much and appreciate of your concern.