Show
Ignore:
Timestamp:
06/29/09 14:55:15 (5 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.bash.in

    r4441 r4856  
    294294        mpilibs="$FC_LINKPATH_SHL$libdir $mpilibs" 
    295295    fi 
    296     $Show $FC $FFLAGS $LDFLAGS "${allargs[@]}" -I$includedir -L$libdir -L$opalibdir $mpilibs $MPI_OTHERLIBS 
     296    $Show $FC $MPICH2_MPIF77_FLAGS $FFLAGS $LDFLAGS "${allargs[@]}" -I$includedir -L$libdir -L$opalibdir $MPICH2_LDFLAGS $mpilibs $MPI_OTHERLIBS 
    297297    rc=$? 
    298298else 
    299     $Show $FC $FFLAGS "${allargs[@]}" -I$includedir 
     299    $Show $FC $MPICH2_MPIF77_FLAGS $FFLAGS "${allargs[@]}" -I$includedir 
    300300    rc=$? 
    301301fi