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/mpicxx.bash.in

    r4441 r4856  
    246246        shllibpath="$CXX_LINKPATH_SHL$libdir" 
    247247    fi 
    248     $Show $CXX $CXXFLAGS $LDFLAGS "${allargs[@]}" -I$includedir -L$libdir -L$opalibdir $shllibpath $cxxlibs $mpilibs $MPI_OTHERLIBS 
     248    $Show $CXX $MPICH2_MPICXX_FLAGS $CXXFLAGS $LDFLAGS "${allargs[@]}" -I$includedir -L$libdir -L$opalibdir $shllibpath $MPICH2_LDFLAGS $cxxlibs $mpilibs $MPI_OTHERLIBS 
    249249    rc=$? 
    250250else 
    251     $Show $CXX $CXXFLAGS "${allargs[@]}" -I$includedir 
     251    $Show $CXX $MPICH2_MPICXX_FLAGS $CXXFLAGS "${allargs[@]}" -I$includedir 
    252252    rc=$? 
    253253fi