Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi at all I've defined a set of jo

Status
Not open for further replies.

arya1996

Mechanical
Joined
Dec 15, 2020
Messages
21
Location
CA
hi at all
I've defined a set of jobs in abaqus, but it runs them all at the same time. I want it to start a new job after the previous one is completed.
Is there any command to force it do so ?
 
Create a text file with proper code and include interactive command so that each job is submitted after the previous one finishes. Then change the extension of this file to bat and run it by double clicking.

Here’s an example:

call abq2020 job=... interactive
call aba2020 job=... interactive
call abq2020 job=... interactive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top