We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce5393 commit 11b3bc9Copy full SHA for 11b3bc9
config/ompi_setup_fc.m4
@@ -43,7 +43,7 @@ AC_DEFUN_ONCE([_OMPI_SETUP_FC_COMPILER],[
43
# Fortran compilers (excluding the f77 compiler names) from AC's
44
# default list of compilers and use it here. This is the main
45
# reason we have an OMPI-ized version of the PROG_FC macro.
46
- AC_PROG_FC([gfortran f95 fort xlf95 ifort ifc efc pgfortran pgf95 lf95 f90 xlf90 pgf90 epcf90])
+ AC_PROG_FC([gfortran f95 fort xlf95 ifort ifc efc pgfortran pgf95 lf95 f90 xlf90 pgf90 epcf90 nagfor])
47
FCFLAGS="$ompi_fcflags_save"
48
OPAL_VAR_SCOPE_POP
49
])
0 commit comments