[mvapich-discuss] Bug in MVAPICH2 SVN Trunk Configure Script

Tom Crockett twcroc at wm.edu
Thu Oct 2 10:01:39 EDT 2008


Pavan Balaji wrote:
> I'm a little confused here. From your previous email I thought you had 
> used MPICH2LIB_F90FLAGS, that was dropped in the fortran bindings.

Pavan,

I'm using:

   F90FLAGS = "-march=k8 -m32"
   MPICH2LIB_F90FLAGS = "-O3 -march=k8 -msse -msse2 -msse3 -m32"

But this is the line in src/binding/f90/configure that's causing the 
problem for a 32-bit build with gfortran:

    F90FLAGS="$MPICH2_INTERNAL_C90FLAGS"

This is because there are no "MPICH2_INTERNAL_C90FLAGS".  Presumably 
this should be "MPICH2_INTERNAL_F90FLAGS".

-Tom

-- 
Tom Crockett

College of William and Mary               email:  twcroc at wm.edu
IT/High Performance Computing Group       phone:  (757) 221-2762
Savage House                              fax:    (757) 221-2023
P.O. Box 8795
Williamsburg, VA  23187-8795




More information about the mvapich-discuss mailing list