Hi, I have got some jobs waiting to submit, but I have only one abaqus server. Is there any way to submit a job automatically once the previous job has completed? Or is there any way to schedule a time when a job is submitted?
Hi Latte,
see example below. Abaqus jobs are queued in the 'at' queue and are started if loadfactor of the computer is low. This normally is the case when the previous job has been finished.
Try 'man batch' to find out more about batch command.
Cheers
Pam
hr:/scratch/hste <235> batch
warning: commands will be executed using /bin/sh
at> abaqus job=job1
at> <EOT>
job 118 at 2004-12-03 08:53
hr:/scratch/hste <236> batch
warning: commands will be executed using /bin/sh
at> abaqus job=job2
at> <EOT>
job 119 at 2004-12-03 08:54
:
:
: