stubs
This commit was SVN r6930.
Этот коммит содержится в:
родитель
9b7c1ca97a
Коммит
ab4aac2c14
@ -29,12 +29,12 @@ static int orte_ras_lsf_bproc_allocate(orte_jobid_t jobid)
|
|||||||
|
|
||||||
static int orte_ras_lsf_bproc_node_insert(opal_list_t *nodes)
|
static int orte_ras_lsf_bproc_node_insert(opal_list_t *nodes)
|
||||||
{
|
{
|
||||||
return orte_ras_base_node_insert(nodes);
|
return ORTE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int orte_ras_lsf_bproc_node_query(opal_list_t *nodes)
|
static int orte_ras_lsf_bproc_node_query(opal_list_t *nodes)
|
||||||
{
|
{
|
||||||
return orte_ras_base_node_query(nodes);
|
return ORTE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int orte_ras_lsf_bproc_deallocate(orte_jobid_t jobid)
|
static int orte_ras_lsf_bproc_deallocate(orte_jobid_t jobid)
|
||||||
|
@ -81,7 +81,7 @@ static int orte_ras_lsf_bproc_param_register_int(
|
|||||||
static int orte_ras_lsf_bproc_open(void)
|
static int orte_ras_lsf_bproc_open(void)
|
||||||
{
|
{
|
||||||
mca_ras_lsf_bproc_component.debug = orte_ras_lsf_bproc_param_register_int("debug",1);
|
mca_ras_lsf_bproc_component.debug = orte_ras_lsf_bproc_param_register_int("debug",1);
|
||||||
mca_ras_lsf_bproc_component.priority = orte_ras_lsf_bproc_param_register_int("priority",100);
|
mca_ras_lsf_bproc_component.priority = orte_ras_lsf_bproc_param_register_int("priority",-1);
|
||||||
return ORTE_SUCCESS;
|
return ORTE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user