> From: Mathieu Gontier <[EMAIL PROTECTED]> > > So, I meet a little problem whatever the MPI library used (I tried with > MPICH-1.2.5.2, MPICHGM and IntelMPI). > When MorphMPI is linked statically with my parallel application, > everything is ok; but when MorphMPI is linked dynamically with my > parallel application, MPI_Get_count return a wrong value.
I'm guessing your machine is suffering from version hell and your LD_LIBRARY_PATH environment variable doesn't match your Makefile. We use modules and someone else figures all that out. Hope this helps, Matt _______________________________________________ Beowulf mailing list, [email protected] To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
