Thanks for the quick reply! The boost version is 1_64_0. In the project-config.jam file I just added one line at the end:
And for Intel compiler we have this module:
composer_xe/2015.1.133
I loaded the openmpi and composer modules. But when I type which mpiicc I get:
/usr/bin/which: no mpiicc in (/apps/software/intel/composer_xe_2015.1.133/bin/intel64:/apps/software/openmpi/1.8.4_intel-2015.1.133/bin:)
I then try and build using this command:
./b2 -j20 install --prefix==/home/user/build/boost_1_64_0/libs > error.txt
I get tons of errors like this:
In file included from ./boost/log/detail/config.hpp:33,
from libs/log/src/process_id.cpp:16:
/apps/software/intel/composer_xe_2015.1.133/compiler/include/limits.h:36:54: error: missing binary operator before token "("
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -fno-strict-aliasing -ftemplate-depth-1024 -fvisibility=hidden -$
...failed gcc.compile.c++ bin.v2/libs/log/build/gcc-4.4.7/release/threading-multi/process_id.o...
gcc.compile.c++ bin.v2/libs/log/build/gcc-4.4.7/release/threading-multi/code_conversion.o
In file included from ./boost/log/detail/config.hpp:33,
from libs/log/src/code_conversion.cpp:16:
/apps/software/intel/composer_xe_2015.1.133/compiler/include/limits.h:36:54: error: missing binary operator before token "("
In file included from ./boost/cstdint.hpp:60,
from ./boost/system/error_code.hpp:15,
from ./boost/log/exceptions.hpp:23,
from libs/log/src/code_conversion.cpp:22:
/apps/software/intel/composer_xe_2015.1.133/compiler/include/stdint.h:43:54: error: missing binary operator before token "("