$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [mpi] enviroment constructor different from MPI_Init
From: AlfC (alfredo.correa_at_[hidden])
Date: 2009-09-17 23:54:48
> > 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