Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

preprocessor macro to detect Intel Fortran compiler

DataScientist
Valued Contributor I
1,035 Views

Is there a specific cross-platform preprocessor macro to automatically detect the Intel Fortran compiler, similar to `__GFORTRAN__`? I have not had any luck finding such information on the web so far.

Thanks in advance,

0 Kudos
1 Solution
mecej4
Honored Contributor III
1,022 Views

A number of such macros may be seen in the Ifort documentation.

View solution in original post

1 Reply
mecej4
Honored Contributor III
1,023 Views

A number of such macros may be seen in the Ifort documentation.

Reply