Skip to main content

sanjay2008's blog

Using user subroutine UMAT in abaqus

Submitted by sanjay2008 on

Hi,

     Thanks for the earlier feedback. I was able execute the user subroutine (UMAT) along with *.inp file only to land into new type of error message:

fatal error lnk1112: module machine type 'IA64' conflicts with target machine type 'X86'

Can somebody please help me to understand what this error means and how to overcome this monster.

I have already installed intel fortran compiler, and microsoft visual studio for windows. 

As always thanks for the much needed help. 

 

Using User Subroutine UMAT in abaqus

Submitted by sanjay2008 on

Hi,

Iam a new user of abaqus. I have a subroutine written in *.for format. I also have an input file *.inp . Both these programs are in the same folder. When I try to execute the *.inp file using the command

abaqus job=jobname datacheck interactive

I get a  message saying  "Abaqus/Standard Analysis exited with an error. please see the message file for possible error messages". I looked in the message file and it says ***ERROR: USER SUBROUTINE UMAT IS MISSING.

Then I used the command

abaqus job=jobname user=umat.for