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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can you use GPU acceleration in postprocessing odb through command line interface command? 1

Status
Not open for further replies.

aurum

Structural
Joined
Mar 25, 2019
Messages
22
Location
IN
Hi,

I'm using a command-line interface to run my post-processing Abaqus python scripts.

Since it's a huge output database, I want to use GPU to speed the process. Is there a way to engage GPU cores and how to do it?

I usually use the following commands on windows power shell with Abaqus python scripts

[pre]abaqus viewer --noGUI ./somepythonscript.py[/pre] or [pre]abaqus cae --noGUI ./somepythonscript.py[/pre]
 
There’s no such command in the documentation chapter "Abaqus/Viewer execution" so it seems that it’s not possible. Instead, maybe you could reduce the size of your odb using the ODB Reducer/Builder plug-in.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top