Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Building Boost.Build engine with toolset gcc... tools/build/v2/engine/bin.linuxx86_64/b2
Detecting Python version... 2.7
Detecting Python root... /sw/python/2.7.1
Unicode/ICU support for Boost.Regex?... not found.
Generating Boost.Build configuration in project-config.jam...

Bootstrapping is done. To build, run:

    ./b2

To adjust configuration, edit 'project-config.jam'.
Further information:

   - Command line help:
     ./b2 --help

   - Getting started guide:
     http://www.boost.org/more/getting_started/unix-variants.html

   - Boost.Build documentation:
     http://www.boost.org/boost-build2/doc/html/index.html


...

boost mpi version

module load python/2.7.1
module load mpi/openMPI/1.4.3-gnu
cd /sw/library/boost/1.4.8/src/boost_1_48_0
vi tools/build/v2/user-config.jam
Add "using mpi ;" to enable MPI support
./bootstrap.sh --prefix=/sw/library/boost/1.4.8/openmpi --libdir=/sw/library/boost/1.4.8/openmpi/lib 2>&1 tee configure.txt

./b2 install

 

...

Boost 1.67.0 - serial

No Format
module purge
module load gcc/4.9.3
module  load autoconf/2.69
module load library/automake/1.16
module load library/libtool/2.4.6
module load library/m4/1.4.18
module load library/arpack/3.6.0
module load boost/1.60.0
module load library/lapackBlas/3.6.0
module load library/gmp/6.0.0
module load mpi/openMPI/1.8.5-gcc4.9.0
module load library/zlib/1.2.11
module load library/bzip2/1.0.6
module load library/lzma/4.32.7
module load library/libiconv/1.14
module load misc/icu/59.1

cd /sw/library/boost/1.67/src/boost_1_67_0
./bootstrap.sh --prefix=/sw/library/boost/1.67.0/serial 2>&1 tee configureLog.txt
 ./b2 install 2>&1 | tee b2InstallLog.txt &


...