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

Compatibility of "executable" user subroutine

Status
Not open for further replies.

RGX124

Mechanical
Joined
Apr 5, 2005
Messages
75
Location
FR
Hi,
I have a user subroutine umat.f, that I compiled to umat.o. I use an alpha workstation and run the simulation with:
abaqus job=job user=umat.o. This works fine.
Will this compiled umat (umat.o) work on another machine?
Does it depend on the abaqus version?
How can I check it?

Thanks for your help

 
I think it will depend on the machine and the program compiler/linker rather than the version of ABAQUS. You'll probably find it will only work with the same or similar operating system (since umat.o is a binary) and the same compiler.
Try copying umat.o to another machine to see.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top