PDA

View Full Version : umat error



marwanalisalman
2010-07-09, 06:48
hi
I working on umat and I got this error during compiling the umat :
Abaqus JOB haehnernsr1
Abaqus Version 6.8-4
Begin Compiling Abaqus/Standard User Subroutines
Fri 09 Jul 2010 12:34:00 PM CEST
Abaqus Error: Problem during compilation - ifort not found in PATH.
Abaqus/Analysis exited with errors

knowing that I made this compiling in windows and it was work well but in linux I get the last error msg
could anyone help me
thank you so much

Jorgen
2010-07-12, 20:36
The error message states that ifort cannot be found. Recall that ifort is the name of the Intel Fortran compiler. I recommend that you set your PATH variable appropriately, then it should work.

Jorgen

marwanalisalman
2010-07-13, 06:54
thank you so much for this nice and perfect reply
after doing what you told me to do I got this msg:

umat_modnew3.obj : fatal error LNK1112: module machine type 'IA64' conflicts with target machine type 'X86'
Abaqus Error: Problem during linking - Abaqus/Standard User Subroutines.
This error may be due to a mismatch in the Abaqus user subroutine arguments.
These arguments sometimes change from release to release, so user subroutines
used with a previous version of Abaqus may need to be adjusted.
Abaqus/Analysis exited with errors

could you help me to solve this error
thank you

Jorgen
2010-07-13, 22:02
It looks like you are using the wrong Intel compiler. You tried to use a compiler for IA64, when your computer has 'X86' architecture.
I recommend that you double check your compiler setup and the PATH variable.

-Jorgen