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/mpicc.in

    r4441 r4856  
    255255        mpilibs="$C_LINKPATH_SHL$libdir $mpilibs" 
    256256    fi 
    257     $Show $CC $CFLAGS $LDFLAGS $allargs -I$includedir -L$libdir -L$opalibdir $mpilibs $MPI_OTHERLIBS 
     257    $Show $CC $MPICH2_MPICC_FLAGS $CFLAGS $LDFLAGS $allargs -I$includedir -L$libdir -L$opalibdir $MPICH2_LDFLAGS $mpilibs $MPI_OTHERLIBS 
    258258    rc=$? 
    259259else 
    260     $Show $CC $CFLAGS $allargs -I$includedir 
     260    $Show $CC $MPICH2_MPICC_FLAGS $CFLAGS $allargs -I$includedir 
    261261    rc=$? 
    262262fi