Show
Ignore:
Timestamp:
06/29/09 14:55:15 (9 months ago)
Author:
balaji
Message:

Added a new set of environment variables (MPICH2_MPICC_FLAGS, etc.),
that will be appended to mpicc and friends, but do not affect MPICH2's
compilation itself. The README has also be updated appropriately to
explain all the available flags correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/env/mpif77.in

    r4441 r4856  
    316316        mpilibs="$FC_LINKPATH_SHL$libdir $mpilibs" 
    317317    fi 
    318     $Show $FC $FFLAGS $LDFLAGS $allargs -I$includedir -L$libdir -L$opalibdir $mpilibs $MPI_OTHERLIBS 
     318    $Show $FC $MPICH2_MPIF77_FLAGS $FFLAGS $LDFLAGS $allargs -I$includedir -L$libdir -L$opalibdir $MPICH2_LDFLAGS $mpilibs $MPI_OTHERLIBS 
    319319    rc=$? 
    320320else 
    321     $Show $FC $FFLAGS $allargs -I$includedir 
     321    $Show $FC $MPICH2_MPIF77_FLAGS $FFLAGS $allargs -I$includedir 
    322322    rc=$? 
    323323fi