[Developers] Detection of gfortran

Jian Tao jtao at cct.lsu.edu
Wed Nov 7 02:47:13 CST 2007


Sorry, that is for automatic compiler detection
not for error checking.
Regards,
Jian

Jian Tao wrote:
> gfortran is missing from configure.in and configure. It is never
> tested during the configuration stage. It should be fixed.
> 
> ------------
> if test -z "$F90" ; then
>    AC_CHECK_PROGS(F90, f90 pgf90 xlf90 ifort)
> fi
> ...
> if test -z "$F90" ; then
>    for ac_prog in f90 pgf90 xlf90 ifort
> do
> ------------
> _______________________________________________
> Developers mailing list
> Developers at cactuscode.org
> http://www.cactuscode.org/mailman/listinfo/developers
> 



More information about the Developers mailing list