mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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:
parent
ba39f35a63
commit
6af5973295
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user