anyone successfully installed on 12.04? if so please get me the commands to make this work.
i have alot of errors when i do make -j4
But i just checked i installed boost 1.55 but it still showing
#define BOOST_LIB_VERSION "1_48"
How do i remove bost 1.48 completely and install it fresh because that might be the cause.
and if i have 32 threads on my cpu. would my make -j32 be that?? confused
make -j4 BOOST_ROOT=/path/to/boost1.55
If you installed it with apt-get, try
sudo apt-get autoremove
More issues. I don't know if it is necessary to build boost with mpi (though if you are going to install it system wide that might be a good idea) but if so you need to add mpi to the apt-get install earlier in the script.