1
1

Fix a break introduced in r14706 when RANK_KEY changed types.

This commit was SVN r15120.

The following SVN revision numbers were found above:
  r14706 --> open-mpi/ompi@d9acc93efa
Этот коммит содержится в:
Josh Hursey 2007-06-18 14:57:53 +00:00
родитель 2a77d46117
Коммит 5719182a4e

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

@ -1430,7 +1430,7 @@ static int gather_vpid_info(orte_ps_universe_info_t* universe) {
if( 0 == strncmp(keyval->key, ORTE_PROC_RANK_KEY, strlen(ORTE_PROC_RANK_KEY)) ) {
orte_std_cntr_t *tmp_size;
if( ORTE_SUCCESS != (ret = orte_dss.get( (void **) &tmp_size, keyval->value, ORTE_STD_CNTR))) {
if( ORTE_SUCCESS != (ret = orte_dss.get( (void **) &tmp_size, keyval->value, ORTE_VPID))) {
exit_status = ret;
goto cleanup;
}