Changes between Version 41 and Version 42 of Installation

Show
Ignore:
Timestamp:
07/12/13 16:31:10 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v41 v42  
    9191 
    9292||= Variable ||= Setting ||= Example || 
    93 || BOOST_INCLUDEDIR || Location of Boost headers || {{{/opt/boost/include}}} || 
    94 || BOOST_LIBRARYDIR || Location of Boost libraries || {{{/opt/boost/lib}}} |||| MPI_C_COMPILER || Compiler used for the C MPI example || {{{/usr/bin/mpicc}}} || 
    95 || MPI_C_FLAGS || Flags to give the C MPI compiler || {{{-O3 -Wall}}} || 
    96 || MPI_C_INCLUDE_PATH || Location of include files for C MPI || {{{/usr/include}}} || 
    97 || MPI_C_LIBRARIES || All libraries needed to link with for C MPI (semicolon separated) || {{{/usr/lib/libmpi.so;/usr/lib/libm.so}}} || 
     93|| {{{BOOST_INCLUDEDIR}}} || Location of Boost headers || {{{/opt/boost/include}}} || 
     94|| {{{BOOST_LIBRARYDIR}}} || Location of Boost libraries || {{{/opt/boost/lib}}} || 
     95|| {{{MPI_C_COMPILER}}} || Compiler used for the C MPI example || {{{/usr/bin/mpicc}}} || 
     96|| {{{MPI_C_FLAGS}}} || Flags to give the C MPI compiler || {{{-O3 -Wall}}} || 
     97|| {{{MPI_C_INCLUDE_PATH}}} || Location of include files for C MPI || {{{/usr/include}}} || 
     98|| {{{MPI_C_LIBRARIES}}} || All libraries needed to link with for C MPI (semicolon separated) || {{{/usr/lib/libmpi.so;/usr/lib/libm.so}}} || 
    9899 
    99100Possible build options can be evaluated by going to the build directory and running