Remove compilation warning.
This commit was SVN r8942.
Этот коммит содержится в:
родитель
89db0be4a8
Коммит
4b4b70cb0f
@ -125,7 +125,8 @@ int orte_rmgr_base_spawn_not_available(
|
||||
orte_app_context_t** app_context,
|
||||
size_t num_context,
|
||||
orte_jobid_t* jobid,
|
||||
orte_rmgr_cb_fn_t cbfn);
|
||||
orte_rmgr_cb_fn_t cbfn,
|
||||
orte_proc_state_t cb_conditions);
|
||||
int orte_rmgr_base_finalize_not_available(void);
|
||||
|
||||
/*
|
||||
|
@ -85,7 +85,8 @@ orte_rmgr_base_spawn_not_available(
|
||||
orte_app_context_t** app_context,
|
||||
size_t num_context,
|
||||
orte_jobid_t* jobid,
|
||||
orte_rmgr_cb_fn_t cbfn)
|
||||
orte_rmgr_cb_fn_t cbfn,
|
||||
orte_proc_state_t cb_conditions)
|
||||
{
|
||||
return ORTE_ERR_UNREACH;
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user