1
1
This commit was SVN r6534.
Этот коммит содержится в:
Jeff Squyres 2005-07-15 21:51:07 +00:00
родитель 85cdef7abd
Коммит 657d10187e
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -109,7 +109,7 @@ int mca_btl_sm_add_procs_same_base_addr(
{
int return_code=OMPI_SUCCESS;
size_t i,j,proc,size,n_to_allocate,length;
int n_local_procs,cnt,len, my_len;
int n_local_procs,cnt,len;
ompi_proc_t* my_proc; /* pointer to caller's proc structure */
mca_btl_sm_t *btl_sm;
ompi_fifo_t *my_fifos;
@ -143,7 +143,6 @@ int mca_btl_sm_add_procs_same_base_addr(
return_code=OMPI_ERR_OUT_OF_RESOURCE;
goto CLEANUP;
}
my_len=strlen(orte_system_info.nodename);
/* Get unique host identifier for each process in the list,
* and idetify procs that are on this host. Add procs on this

Просмотреть файл

@ -115,7 +115,7 @@ int mca_ptl_sm_add_procs_same_base_addr(
{
int return_code=OMPI_SUCCESS;
size_t i,j,proc,size,n_to_allocate,length;
int n_local_procs,cnt,len, my_len;
int n_local_procs,cnt,len;
ompi_proc_t* my_proc; /* pointer to caller's proc structure */
mca_ptl_sm_t *ptl_sm;
ompi_fifo_t *my_fifos;
@ -149,7 +149,6 @@ int mca_ptl_sm_add_procs_same_base_addr(
return_code=OMPI_ERR_OUT_OF_RESOURCE;
goto CLEANUP;
}
my_len=strlen(orte_system_info.nodename);
/* Get unique host identifier for each process in the list,
* and idetify procs that are on this host. Add procs on this