Silence warning
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
родитель
bf09156d12
Коммит
1e8add52d7
@ -378,7 +378,7 @@ static int rank_by(orte_job_t *jdata,
|
||||
* algorithm, but this works for now.
|
||||
*/
|
||||
i = 0;
|
||||
while (cnt < app->num_procs && i < node->num_procs) {
|
||||
while (cnt < app->num_procs && i < (int)node->num_procs) {
|
||||
/* get the next object */
|
||||
obj = (hwloc_obj_t)opal_pointer_array_get_item(&objs, i % num_objs);
|
||||
if (NULL == obj) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user