Fix a couple of variable declarations
This commit was SVN r11467.
Этот коммит содержится в:
родитель
82f7533d16
Коммит
9e6e9b8619
@ -132,8 +132,8 @@ static int discover(orte_jobid_t jobid, opal_list_t* nodelist)
|
||||
orte_ras_node_t *node;
|
||||
opal_list_item_t* item;
|
||||
opal_list_t new_nodes;
|
||||
size_t num_requested = 0;
|
||||
size_t i;
|
||||
orte_std_cntr_t num_requested = 0;
|
||||
orte_std_cntr_t i;
|
||||
char *hostname;
|
||||
|
||||
/* how many slots do we need? */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user