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!

Python script to unmerge an odb?

Status
Not open for further replies.

Bonarma

Bioengineer
Joined
Apr 10, 2010
Messages
1
Location
ES
Hi guys,

I have an ABAQUS odb file which is 100 Gb :-(

I would like to minimize the time in reading it (since I am reading with a submodel each beginning of each step),

so it would be fine to have a script that take the 100 Gb odb and transform it in 10 odbs each one of 10 Gb for instance,

in summary, a script which unmerge 1 odb in more odbs.

Do you know if it is possible to do that ?

Thanks in advance for the answer.
 
i don't think it's possible to do that.
optimize the python script instead/ use c++.
 
(with the latter being the favourite option, i forgot to add)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top