Re: [OMPI devel] orte_job_data

2008-03-05 Thread Ralph Castain
On 3/5/08 7:12 PM, "Camille Coti" wrote: > Ralph Castain wrote: >> On 3/5/08 3:31 PM, "Aurélien Bouteiller" wrote: >> >> >>> From : Camille Coti >>> Date : 5 mars 2008 17:26:32 HNE (ÉUA) >>> to : de...@open-mpi.org >>> Objet : orte_job_data >>> >>> >>> Hello, >>> >>> I had a look a

Re: [OMPI devel] orte_job_data

2008-03-05 Thread Camille Coti
Ralph Castain wrote: On 3/5/08 3:31 PM, "Aurélien Bouteiller" wrote: From : Camille Coti Date : 5 mars 2008 17:26:32 HNE (ÉUA) to : de...@open-mpi.org Objet : orte_job_data Hello, I had a look at how the job data are kept during the life cycle of a job. The orte_job_data pointer arr

Re: [OMPI devel] orte_job_data

2008-03-05 Thread Ralph Castain
On 3/5/08 3:31 PM, "Aurélien Bouteiller" wrote: > > From : Camille Coti > Date : 5 mars 2008 17:26:32 HNE (ÉUA) > to : de...@open-mpi.org > Objet : orte_job_data > > > Hello, > > I had a look at how the job data are kept during the life cycle of a > job. > > The orte_job_data pointer arra

[OMPI devel] orte_job_data

2008-03-05 Thread Aurélien Bouteiller
From : Camille Coti Date : 5 mars 2008 17:26:32 HNE (ÉUA) to : de...@open-mpi.org Objet : orte_job_data Hello, I had a look at how the job data are kept during the life cycle of a job. The orte_job_data pointer array contains two elements: addr[0] is filled during rte_init(). addr[1]

[OMPI devel] orte_job_data

2008-03-05 Thread Camille Coti
Hello, I had a look at how the job data are kept during the life cycle of a job. The orte_job_data pointer array contains two elements: addr[0] is filled during rte_init(). addr[1] is filled by PLM at setup time and contains the map on which the job is spawned. What does the first entry