[svn-r9404] Purpose:

Code cleanup

Description:
    Default to using mpif90 if CC=mpicc and --enable-fortran flag is given,
but no F9X compiler is set.

Platforms tested:
    Linux 2.4 (verbena)
    Too minor to require h5committest
This commit is contained in:
Quincey Koziol 2004-10-12 11:04:14 -05:00
parent ba39f35a63
commit 6af5973295

View File

@ -32,6 +32,10 @@ if test "X-" = "X-$F9X"; then
F9X=ifort
F9X_BASENAME=ifort
;;
mpicc*)
F9X=mpif90
F9X_BASENAME=mpif90
;;
esac
else
# Figure out which compiler we are using: pgf90 or Absoft f95