Re: [OMPI users] ORTE_ERROR_LOG: Data unpack had inadequate space in file gpr_replica_cmd_processor.c at line 361

2007-12-14 Thread Ralph H Castain
You can always run locally as it doesn't startup a new daemon - hence, there are no communications involved, which is what is causing the error message. Check the remote nodes (and your path on those nodes) to make sure that the Open MPI version you would pickup is the same as the one on your head

[OMPI users] mpirun: specify multiple install prefixes

2007-12-14 Thread Pignot Geoffroy
Hi, I just would like to known if this functionality (a prefix field in hostfile if i understand well ) has been integrated in the 1.2.4 ?? Thanks for your answer --- On Mar 22, 2007, at 10:38 AM, Ralph Castain wrote: We had a nice chat about this on the OpenRTE telecon this morning. The que

Re: [OMPI users] Compiling 1.2.4 using Intel Compiler 10.1.007 on Leopard

2007-12-14 Thread Jeff Squyres
Warner -- I have seen on other lists that Intel has v10.1.011 out -- although I don't know if this is on OS X or Linux or both. Could you check to see if you have the latest version of the 10.1 compiler? On Dec 13, 2007, at 9:06 AM, Jeff Squyres wrote: On Dec 12, 2007, at 1:18 PM, Warn

Re: [OMPI users] ORTE_ERROR_LOG: Data unpack had inadequate space in file gpr_replica_cmd_processor.c at line 361

2007-12-14 Thread Ralph H Castain
Hi Qiang This error message usually indicates that you have more than one Open MPI installation around, and that the backend nodes are picking up a different version than mpirun is using. Check to make sure that you have a consistent version across all the nodes. I also noted you were building wi