CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued (https://www.cfd-online.com/Forums/cfx/254747-intel-r-fortran-compiler-classic-ifort-now-deprecated-will-discontinued.html)

sarwasva February 28, 2024 08:53

Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued
 
Hi all,

I am facing an issue with fortran compiler in CFX 2023 R2:

PHP Code:

My issue is 

Intel
(RFortran Compiler Classic (ifortis now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(RFortran Compiler (ifx) for continued Windows* and Linuxsupport, new language support, new language features, and optimizations.

ifortcommand line warning #10434: option '/real_size' use with underscore is deprecated; use '/real-size' instead
ifortcommand line warning #10434: option '/integer_size' use with underscore is deprecated; use '/integer-size' instead

ifortremark #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.
ifortcommand line warning #10434: option '/real_size' use with underscore is deprecated; use '/real-size' instead
ifortcommand line warning #10434: option '/integer_size' use with underscore is deprecated; use '/integer-size' instead
fppfatalcan't fopen file: XR-110-03bar-steady-state-III.F
An error has occurred in cfx5mkext: 

If anyone can help me

Thanks

Opaque February 28, 2024 13:11

Quote:

Originally Posted by sarwasva (Post 865475)
Hi all,

I am facing an issue with fortran compiler in CFX 2023 R2:

PHP Code:

My issue is 

Intel
(RFortran Compiler Classic (ifortis now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(RFortran Compiler (ifx) for continued Windows* and Linuxsupport, new language support, new language features, and optimizations.

ifortcommand line warning #10434: option '/real_size' use with underscore is deprecated; use '/real-size' instead
ifortcommand line warning #10434: option '/integer_size' use with underscore is deprecated; use '/integer-size' instead

ifortremark #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.
ifortcommand line warning #10434: option '/real_size' use with underscore is deprecated; use '/real-size' instead
ifortcommand line warning #10434: option '/integer_size' use with underscore is deprecated; use '/integer-size' instead
fppfatalcan't fopen file: XR-110-03bar-steady-state-III.F
An error has occurred in cfx5mkext: 

If anyone can help me

Thanks

It seems the file to be compiled is missing; otherwise, the rest are warnings.

Yanlu February 29, 2024 05:52

Quote:

Originally Posted by sarwasva (Post 865475)
Hi all,

I am facing an issue with fortran compiler in CFX 2023 R2:

PHP Code:

My issue is 

Intel
(RFortran Compiler Classic (ifortis now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(RFortran Compiler (ifx) for continued Windows* and Linuxsupport, new language support, new language features, and optimizations.

ifortcommand line warning #10434: option '/real_size' use with underscore is deprecated; use '/real-size' instead
ifortcommand line warning #10434: option '/integer_size' use with underscore is deprecated; use '/integer-size' instead

ifortremark #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.
ifortcommand line warning #10434: option '/real_size' use with underscore is deprecated; use '/real-size' instead
ifortcommand line warning #10434: option '/integer_size' use with underscore is deprecated; use '/integer-size' instead
fppfatalcan't fopen file: XR-110-03bar-steady-state-III.F
An error has occurred in cfx5mkext: 

If anyone can help me

Thanks

I am also trying to use cfx to compile fortran code. Have you tried installing the latest Intel(R) Fortran Compiler (ifx)?

sarwasva March 6, 2024 04:47

Thanks for your reply. I have realised the issue.

sarwasva March 6, 2024 04:48

I have not tried ifx compiler as the user guide for it is still in progress. If you have any idea please let me know

Thanks

diegopena March 7, 2024 08:41

Edit the cfx5mkext .ccl file.
Look for ios windows compiler and change _ to - like the message says:

"/real_size' use with underscore is deprecated; use '/real-size' instead"

sarwasva March 7, 2024 09:33

Thank you very much! that is the first thing I tried it doesn't work simply by changing the _ to -

diegopena March 7, 2024 09:41

I was facing the same problem. After changing this, this error disappeared. Can you copy the cfx5mkext.ccl?

Now my CFX get error when reading the dll file.

sarwasva April 7, 2024 12:03

Thank you so much some how I have installed intel fortran compilers 2023. It worked. Sorry for late reply


All times are GMT -4. The time now is 06:52.