On Feb 10, 2006, at 7:52 AM, Berend van Wachem wrote:
I downgraded gcc and have succesfully compiled open-mpi. However,
when I
run my project with 6 processors, I get the error:
*** glibc detected *** malloc(): memory corruption:
0x00f09190 ***
Can you run your application through
Hi,
I have always used MPICH for my MPI projects, but changed to open-mpi
for its better integration with eclipse.
First of all, I got an error when using gcc 4.x when compiling the code,
but I think this was discussed earlier on the mailinglist.
I downgraded gcc and have succesfully compil