From 6af597329501e59021396f4bd4b3a8ea268d8ce8 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 12 Oct 2004 11:04:14 -0500 Subject: [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 --- config/linux-gnulibc1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 3e974a4..225184b 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -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 -- cgit v0.12