Switched to Hardy, and it works perfectly now.
In Gutsy I had the problem with CMake even with the mpic++ compiler
specified, e.g.
SET( CMAKE_CXX_COMPILER "mpic++" )
In Hardy the problem is solved.
Thanks guys!
Iman
P.S. Sorry for the late response, I had some serious computer issues and
was
Hi Koen,
This simple executable produces the error below:
--
#include
int main(int argc, char *argv[])
{
MPI_Status stat;
MPI_Init(&argc,&argv);
MPI_Finalize();
return 0;
}
-
Error when building the executable:
In file includ
Hi Koen,
I've updated to the new version:
ii openmpi-bin1.1-2.5ubuntu1
high performance message passing library
ii openmpi-common 1.1-2.5ubuntu1
high performance message passing library
ii openmpi-dbg1.1
Hoi Koen,
Here's the output:
~ $dpkg -l | grep openmpi
ii openmpi-bin1.1-2.5
high performance message passing library
ii openmpi-common 1.1-2.5
high performance message passing library
ii openmpi-dbg1.1