I have gotten a little further using gcc 4.4 instead of Intel compiler.
The error now is below.
gcc.link.dll
bin.v2/libs/mpi/build/gcc-4.4.7/release/threading-multi/libboost_mpi.so.1.63.0
/usr/bin/ld: cannot find -lnuma
collect2: ld returned 1 exit status
libnuma is in /usr/lib64/ which is i
I am having difficulty installing boost-mpi. So I have tried installing older
versions with different compilers. My confusion is that some installation
instructions say to use:
boost_root/tools/build/bootstrap.sh
Others say to use just:
boost_root/bootstrap.sh
Is there a difference between th