- Get rid of "set but never used" warning
This commit was SVN r14763.
Этот коммит содержится в:
родитель
c8668ef83f
Коммит
ff3cfc0011
@ -675,13 +675,10 @@ int orte_rmaps_base_get_mapping_plan(orte_jobid_t job, opal_list_t *attr_list)
|
|||||||
ORTE_RMAPS_BOOKMARK,
|
ORTE_RMAPS_BOOKMARK,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
orte_std_cntr_t num_attrs_defd;
|
|
||||||
char **tokens;
|
char **tokens;
|
||||||
|
|
||||||
OPAL_TRACE(2);
|
OPAL_TRACE(2);
|
||||||
|
|
||||||
num_attrs_defd = sizeof(attrs)/sizeof(char*);
|
|
||||||
|
|
||||||
/* setup the tokens to point to this job's container */
|
/* setup the tokens to point to this job's container */
|
||||||
if (ORTE_SUCCESS != (rc = orte_schema.get_job_tokens(&tokens, &num_tokens, job))) {
|
if (ORTE_SUCCESS != (rc = orte_schema.get_job_tokens(&tokens, &num_tokens, job))) {
|
||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user