Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Hyperstudy Scripting

Status
Not open for further replies.

TyVan07

Mechanical
May 26, 2008
17
0
0
CA
Hello,

I am running Hyperstudy for an optimization using Abaqus as a solver. Two questions:

1. Just to make sure when registering my solver script, I point to C:/Abaqus/Commands/abq672se.bat

2. How do I write the script to delay Hyperstudy from continuing my study until Abaqus has actually written the result files?. Whats happening is Hyperstudy is running the optimization faster than Abaqus is producing results, therefore Hyperstudy is looking for files that don't exist yet.

Any help is appreciated, thanks

Tyler
 
Replies continue below

Recommended for you

There is good documentation of script on working with netwoek queuing systems in Help with Hyperstudy

But any way try this
sleep 300

where 300 is the delay in seconds hope this helps
 
Tyler
In the "Do nominal run" tab, under the "Solver Input Arguments" ; if you enter "interactive" option, Abaqus will not give the control to HyperStudy right after submitting the job.
Hope this helps
Fatos
 
Status
Not open for further replies.
Back
Top