|
Another thing to try - go to your installation location's lib
subdirectory (at $prefix/lib) and delete everything that is there. Then
go back to the directory where you put the software and do a "make
install" again. Sometimes, especially if you are upgrading to a new version, you can be burned by stale shared libraries. This sounds like it could be the problem here. We don't remove any old libraries when you do an installation, so if you change versions, you really should do this procedure to avoid picking up "old stuff". Alternatively, you could build and run without shared libraries to avoid this problem altogether - just reconfigure with "--enable-static --disable-shared" and then do "make clean all install". Ralph Brian Barrett wrote: Well, so much for the easy one :(. Is it possible that you have two versions of Open MPI in your path somewhere and that you might be getting different versions on different nodes? The errors below generally indicate that data was received in a totally different format than expected, so I'm just kind of guessing as to how one could get to that situation...Brian On Apr 21, 2006, at 5:01 PM, Manjunath G Venkata wrote: |
- [OMPI devel] Pack data mismatch in file dps_unpack.c 9... Galen M. Shipman
- Re: [OMPI devel] Pack data mismatch in file dps_u... Brian Barrett
- Re: [OMPI devel] Pack data mismatch in file d... Manjunath G Venkata
- Re: [OMPI devel] Pack data mismatch in fi... Brian Barrett
- Re: [OMPI devel] Pack data mismatch i... Ralph Castain
- Re: [OMPI devel] Pack data misma... Manjunath GV
