Re: [OMPI devel] Pack data mismatch in file dps_unpack.c 95/121

2006-04-22 Thread Brian Barrett
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'

Re: [OMPI devel] Pack data mismatch in file dps_unpack.c 95/121

2006-04-22 Thread Ralph Castain
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 burne