1
1

Silence compiler warning about uninitialized variable

This commit was SVN r21882.
Этот коммит содержится в:
Ralph Castain 2009-08-26 01:56:11 +00:00
родитель 2178f995b9
Коммит 9ad33a4688

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

@ -60,7 +60,7 @@ static int orte_rmaps_seq_map(orte_job_t *jdata)
orte_app_context_t *app; orte_app_context_t *app;
orte_std_cntr_t i, j; orte_std_cntr_t i, j;
opal_list_item_t *item; opal_list_item_t *item;
orte_node_t *node, *nd, *save; orte_node_t *node, *nd, *save=NULL;
orte_vpid_t vpid; orte_vpid_t vpid;
orte_std_cntr_t num_nodes; orte_std_cntr_t num_nodes;
int rc; int rc;