Clean up a compile issue for bproc
This commit was SVN r12653.
Этот коммит содержится в:
родитель
428c1f14c3
Коммит
8080034eb2
@ -88,10 +88,6 @@ static size_t orte_ras_bjs_node_slots(char* node_name)
|
|||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* hang on to this code - it is used in the discover procedure, but
|
|
||||||
* is currently disabled
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* Resolve the node name to node number.
|
* Resolve the node name to node number.
|
||||||
*/
|
*/
|
||||||
@ -103,8 +99,6 @@ static int orte_ras_bjs_node_resolve(char* node_name, int* node_num)
|
|||||||
return ORTE_ERROR;
|
return ORTE_ERROR;
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Discover the available resources.
|
* Discover the available resources.
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user