Re: [OMPI devel] [OMPI svn] svn:open-mpi r25303

2011-10-17 Thread George Bosilca
On Oct 17, 2011, at 18:23 , Ralph Castain wrote: > > On Oct 17, 2011, at 4:14 PM, George Bosilca wrote: > >> Ralph, >> >> I have a concern about the code below (snippet from the commit 25303). You >> moved the setting of proc_flags and proc_name in a function named set_arch. >> As the name

Re: [OMPI devel] [OMPI svn] svn:open-mpi r25302

2011-10-17 Thread George Bosilca
This commit put the mpirun process in an infinite loop for the simple case mpirun -np 2 --mca orte_default_hostfile machinefile --bynode *my_app* george. On Oct 17, 2011, at 15:49 , r...@osl.iu.edu wrote: > Author: rhc > Date: 2011-10-17 15:49:04 EDT (Mon, 17 Oct 2011) > New Revision: 25302

Re: [OMPI devel] [OMPI svn] svn:open-mpi r25303

2011-10-17 Thread Ralph Castain
On Oct 17, 2011, at 4:14 PM, George Bosilca wrote: > Ralph, > > I have a concern about the code below (snippet from the commit 25303). You > moved the setting of proc_flags and proc_name in a function named set_arch. > As the name and the lengthy comment above it indicate, the scope of this

Re: [OMPI devel] [OMPI svn] svn:open-mpi r25303

2011-10-17 Thread George Bosilca
Ralph, I have a concern about the code below (snippet from the commit 25303). You moved the setting of proc_flags and proc_name in a function named set_arch. As the name and the lengthy comment above it indicate, the scope of this particular function is to set the architecture of the remote