1
1
Этот коммит содержится в:
Ralph Castain 2015-08-29 17:26:32 -07:00
родитель 79827ceaa8
Коммит 1d71037139
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -40,7 +40,7 @@ static int cray_fini(void);
static int cray_initialized(void);
static int cray_abort(int flat, const char *msg,
opal_list_t *procs);
static int cray_spawn(opal_list_t *apps, opal_jobid_t *jobid);
static int cray_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid);
static int cray_job_connect(opal_list_t *procs);
static int cray_job_disconnect(opal_list_t *procs);
static int cray_put(opal_pmix_scope_t scope, opal_value_t *kv);
@ -387,7 +387,7 @@ static int cray_abort(int flag, const char *msg,
return OPAL_SUCCESS;
}
static int cray_spawn(opal_list_t *apps, opal_jobid_t *jobid)
static int cray_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid)
{
return OPAL_ERR_NOT_IMPLEMENTED;
}

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

@ -47,7 +47,7 @@ static int s1_publish(opal_pmix_data_range_t scope,
static int s1_lookup(opal_pmix_data_range_t scope,
opal_list_t *data);
static int s1_unpublish(opal_pmix_data_range_t scope, char **keys);
static int s1_spawn(opal_list_t *apps, opal_jobid_t *jobid);
static int s1_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid);
static int s1_job_connect(opal_list_t *procs);
static int s1_job_disconnect(opal_list_t *procs);
static int s1_store_local(const opal_process_name_t *proc,
@ -452,7 +452,7 @@ static int s1_abort(int flag, const char msg[],
return OPAL_SUCCESS;
}
static int s1_spawn(opal_list_t *apps, opal_jobid_t *jobid)
static int s1_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid)
{
/*
int rc;

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

@ -54,7 +54,7 @@ static int s2_publish(opal_pmix_data_range_t scope,
static int s2_lookup(opal_pmix_data_range_t scope,
opal_list_t *data);
static int s2_unpublish(opal_pmix_data_range_t scope, char **keys);
static int s2_spawn(opal_list_t *apps, opal_jobid_t *jobid);
static int s2_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid);
static int s2_job_connect(opal_list_t *procs);
static int s2_job_disconnect(opal_list_t *procs);
static int s2_store_local(const opal_process_name_t *proc,
@ -433,7 +433,7 @@ static int s2_abort(int flag, const char msg[],
return OPAL_SUCCESS;
}
static int s2_spawn(opal_list_t *apps, opal_jobid_t *jobid)
static int s2_spawn(opal_list_t *jobinfo, opal_list_t *apps, opal_jobid_t *jobid)
{
/*
int rc;