Hello,
I am trying to run a UMAT in ABAQUS 6.8.1 using Intel Fortran compiler 10.1.014 and getting the following message
Problem during compilation - ifort.exe not found in path.
Thanks in advance.
Hello,
I am trying to run a UMAT in ABAQUS 6.8.1 using Intel Fortran compiler 10.1.014 and getting the following message
Problem during compilation - ifort.exe not found in path.
Thanks in advance.
You need to make sure that the path to the Fortran compiler is set properly. You can do this by running a script that is often called ifortvars.bat that comes with the compiler.
-Jorgen
Dear Jorgen,
Can you please tell me how can do this from scratch.
I am totally new to this and by the way....I am using ABAQUS 6.8 on a windows platform.
Thanks
I would try to start a cmd-prompt window, and then use the cd command to maneuver to the directory where the intel fortran compiler is installed. This is often in a directory like: C:\Program Files\Intel\Comiler\...
Then run the command file: ifortvars.bat
This command sets the path for you.
Then you can try to run your abaqus job that is using a user-subroutine.
- Jorgen
Dear Jorgen,
Thanks for your reply
I just wanted to make sure that the Intel Visual Fortran 10.1.014 is compatible with Abaqus 6.8.1............because I am still getting the same error message
Problem during compilation - ifort.exe not found in path.
Then you can try Intel Visual Fortran 9.x, which I am sure is compatible with Abaqus 6.8.1
Hello,
I confirmed with our university services and they said Fortran 10.1 should work with Abaqus 6.8. Do you guys see any other problem than that.
Because I tried to run ifortvars.bat in the command window.
Thanks in advance