18 Sep
2009
18 Sep
'09
3:54 a.m.
Are you sure that BLACS and boost::mpi are using the same MPI library? If BLACS is linked against a different MPI library, for example, then you might see something like this.
I can confirm that the problem was that. I was using some libraries from the distribution (Ubuntu) and some of them were compiled with different mpi implementations, it was difficult to track which one was which. So I decided to compile MPICH, Blacs, and Boost from scratch and now it works. Thank you Matthias and Ian. Alfredo