CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

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

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 28, 2024, 08:53
Default Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued
  #1
New Member
 
SC
Join Date: Sep 2019
Posts: 5
Rep Power: 6
sarwasva is on a distinguished road
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

Last edited by sarwasva; February 28, 2024 at 12:55.
sarwasva is offline   Reply With Quote

Old   February 28, 2024, 13:11
Default
  #2
Senior Member
 
Join Date: Jun 2009
Posts: 1,804
Rep Power: 32
Opaque will become famous soon enough
Quote:
Originally Posted by sarwasva View Post
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.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
Opaque is offline   Reply With Quote

Old   February 29, 2024, 05:52
Default
  #3
New Member
 
Evelyn
Join Date: Mar 2021
Posts: 15
Rep Power: 5
Yanlu is on a distinguished road
Quote:
Originally Posted by sarwasva View Post
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)?
__________________
biofluid mechanics;Hemodynamics
Yanlu is offline   Reply With Quote

Old   March 6, 2024, 04:47
Default
  #4
New Member
 
SC
Join Date: Sep 2019
Posts: 5
Rep Power: 6
sarwasva is on a distinguished road
Thanks for your reply. I have realised the issue.
sarwasva is offline   Reply With Quote

Old   March 6, 2024, 04:48
Default
  #5
New Member
 
SC
Join Date: Sep 2019
Posts: 5
Rep Power: 6
sarwasva is on a distinguished road
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
sarwasva is offline   Reply With Quote

Old   March 7, 2024, 08:41
Default
  #6
New Member
 
Diego Peņa
Join Date: Oct 2023
Posts: 7
Rep Power: 2
diegopena is on a distinguished road
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"
diegopena is online now   Reply With Quote

Old   March 7, 2024, 09:33
Default
  #7
New Member
 
SC
Join Date: Sep 2019
Posts: 5
Rep Power: 6
sarwasva is on a distinguished road
Thank you very much! that is the first thing I tried it doesn't work simply by changing the _ to -
sarwasva is offline   Reply With Quote

Old   March 7, 2024, 09:41
Default
  #8
New Member
 
Diego Peņa
Join Date: Oct 2023
Posts: 7
Rep Power: 2
diegopena is on a distinguished road
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.
diegopena is online now   Reply With Quote

Old   April 7, 2024, 12:03
Default
  #9
New Member
 
SC
Join Date: Sep 2019
Posts: 5
Rep Power: 6
sarwasva is on a distinguished road
Thank you so much some how I have installed intel fortran compilers 2023. It worked. Sorry for late reply
sarwasva is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:58.