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!

Running multiple analysis with subroutines on one PC

Status
Not open for further replies.

yaston4

Mechanical
Joined
Jan 9, 2012
Messages
130
Location
GB
Hi all,

Having had lots of programming related issues in the past with subroutines, I am wondering if running more than one analysis with subroutines at the same time will cause any problems? For example, would results and analysis get mixed up between analysis files, especially as I am calling results and storing them in memory using the subroutines.

The reason I ask is that running more than one analysis at a time will obviously save me time if I can do it.

Thanks
 
Any ideas/comments on this anyone, thanks.
 
The analyses might use the same subroutines, but the results are completely independent of each other. Each analysis uses its own version of the compiled (binary) code; there is no confusion or interaction.

The only thing you must avoid is using the same analysis job name in the same directory (folder).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top