Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link Between Abaqus and Intel Fortran

Status
Not open for further replies.

khoobani

Civil/Environmental
Feb 22, 2011
7
0
0
Hi everyone;
I tried to link abaqus with intel fortran compiler and I set all paths in environmental variables such as:
C:\Program Files\Microsoft Visual Studio 9.0\VC\bin;
C:\Program Files\Intel\Compiler\11.0\061\fortran\Bin\IA32;
C:\Program Files\Intel\Compiler\11.0\061\fortran\lib\ia32;
but I faced this error message:
LINK : fatal error LNK1104: cannot open file 'advapi32.lib',"kernell32.lib" and "user32.lib"
I found these files in following folder and added them to fortran library:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib
Then I faced this error message:
Creating library standardU.lib and object standardU.exp
'mt' is not recognized as an internal or external command,
operable program or batch file.
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 subroutinesused with a previous release of Abaqus may need to be adjusted.

Does anyone know what the problem is? Isn't it strange that abaqus needs some files from Microsoft SDKs library?
In fact I have spent one week for solving this problem but I wasn't successful. I appreciate if someone solves my problem.
 
Status
Not open for further replies.
Back
Top