Silence compiler warning about comparing signed and unsigned values
This commit was SVN r21637.
Этот коммит содержится в:
родитель
6fed3958ea
Коммит
3561880546
@ -127,8 +127,8 @@ int ompi_comm_cid_init (void)
|
|||||||
ompi_proc_t **procs, *thisproc;
|
ompi_proc_t **procs, *thisproc;
|
||||||
uint8_t thread_level;
|
uint8_t thread_level;
|
||||||
void *tlpointer;
|
void *tlpointer;
|
||||||
int ret, i;
|
int ret;
|
||||||
size_t size, numprocs;
|
size_t i, size, numprocs;
|
||||||
|
|
||||||
/** Note that the following call only returns processes
|
/** Note that the following call only returns processes
|
||||||
* with the same jobid. This is on purpose, since
|
* with the same jobid. This is on purpose, since
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user