ABAQUS set a limit time for the esecution of a job
ABAQUS set a limit time for the esecution of a job
(OP)
hello,
as title says, does anyone knows how to fix a limit to the time that an abaqus job takes to be calculated.
this is because i am running several jobs sequentially, and i want to set that for instance if some job takes too much time, just stop it and go to the next one.
thank you a lot.
as title says, does anyone knows how to fix a limit to the time that an abaqus job takes to be calculated.
this is because i am running several jobs sequentially, and i want to set that for instance if some job takes too much time, just stop it and go to the next one.
thank you a lot.





RE: ABAQUS set a limit time for the esecution of a job
RE: ABAQUS set a limit time for the esecution of a job
abaqus analysis job=blabla
sleep 1000
abaqus terminate blabla
and loop over all the jobs you want to run.