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

preprocessor macro to detect Intel Fortran compiler

DataScientist
Valued Contributor I
496 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
483 Views

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

View solution in original post

1 Reply
mecej4
Honored Contributor III
484 Views

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

Reply