Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

compile of userlogic.for failed

Priyadarshnam
Beginner
865 Views

Hi,

I am using intel Fortran as a prerequisite of software Thermal desktop. Now while running the software it is showing the following error " Compile or link of userlogic.for failed-see message_case1.txt in your input file subdirectory"

The content inside the message_case1.txt was

Current patch level =23

Version = 6.1 Intel Fortran

 

I have gone through the following post,  I ran the software as administrator, but it didn't resolve the issue. 

https://community.intel.com/t5/Intel-Fortran-Compiler/Thermal-Desktop-SINDA-FLUINT-quot-ifort-error-10037-could-not/m-p/1048951

 

Please help me with this.Capture_2.JPG

0 Kudos
2 Replies
Arjen_Markus
Honored Contributor I
841 Views

Apparently, the code in the file userlogic.for either contains syntactical errors or it is referring to routines that are not linked in or some such problem. Since you do not provide us with either the source code or the actual error messages from the compiler or linker, we cannot provide any specific advice. Is it possible for you to show the source code? Or the actual error messages?

0 Kudos
mecej4
Honored Contributor III
826 Views

You have to state which, if any, versions of Visual Studio and Intel Fortran are installed on your system for use with a third party package such as Abaqus, Sinda-Fluint, etc. There was never a version 6.1 of Intel Fortran, as far as I know.

Please go to the package vendor and find out which version of Intel Fortran they recommend that you use. If you have a later version of Intel Fortran, you may be able to get it to work, but that requires changing startup script files from the package vendor, and we have no idea what is in those scripts. Usually, what you can try is to edit those scripts to change the Intel Fortran compiler version and installation paths and, possibly, some related environment variables.

0 Kudos
Reply