1
1

Silence compiler warning about comparing signed and unsigned values

This commit was SVN r21637.
Этот коммит содержится в:
Ralph Castain 2009-07-11 18:36:43 +00:00
родитель 6fed3958ea
Коммит 3561880546

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

@ -127,8 +127,8 @@ int ompi_comm_cid_init (void)
ompi_proc_t **procs, *thisproc;
uint8_t thread_level;
void *tlpointer;
int ret, i;
size_t size, numprocs;
int ret;
size_t i, size, numprocs;
/** Note that the following call only returns processes
* with the same jobid. This is on purpose, since