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

Fortran compiling error while linking with ABAQUS

Anonymous
Not applicable
914 Views

Hello,

 

I'm trying to link ABAQUS with the Fortran compiler of intel one API and HPC with Visual Studio 2019 for the user subroutine. However, I've got this new error message and the compiler doesn't work

 

ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '/Qdiag-disable:10448' to disable this message.

 

It worked with the same methodology when using the intel API 2023 version with Visual Studio 2022. Could you give me some solutions to this problem? or can I download the older version of the Intel API toolkits (2023)?

 

Hanss_0-1722512929788.png

Hanss_0-1722523069497.png

Here are some pics showing that Visual Studio and the Fortran compiler are connected to the Abaqus system, so, it might be a compiler issue.

Is this problem solved if I change the default of Fortran complier from ifort to ifx?

 

Looking forward to your reply.

Kind regards

 

Labels (1)
0 Kudos
1 Reply
Ron_Green
Moderator
851 Views

the message is a remark, and does not stop compilation.  This does not stop anything in the build and link.

what is the error or message? 

Reply