Fix a few Cyrador warnings
This commit was SVN r11930.
Этот коммит содержится в:
родитель
8f7ab1c584
Коммит
65593cd67e
@ -53,8 +53,6 @@ orte_pls_base_module_t orte_pls;
|
|||||||
*/
|
*/
|
||||||
int orte_pls_base_open(void)
|
int orte_pls_base_open(void)
|
||||||
{
|
{
|
||||||
int param, value;
|
|
||||||
|
|
||||||
/* Debugging / verbose output. Always have stream open, with
|
/* Debugging / verbose output. Always have stream open, with
|
||||||
verbose set by the mca open system... */
|
verbose set by the mca open system... */
|
||||||
orte_pls_base.pls_output = opal_output_open(NULL);
|
orte_pls_base.pls_output = opal_output_open(NULL);
|
||||||
|
@ -128,8 +128,6 @@ static int pls_slurm_open(void)
|
|||||||
|
|
||||||
static orte_pls_base_module_t *pls_slurm_init(int *priority)
|
static orte_pls_base_module_t *pls_slurm_init(int *priority)
|
||||||
{
|
{
|
||||||
int rc;
|
|
||||||
|
|
||||||
/* if we are NOT an HNP, then don't select us */
|
/* if we are NOT an HNP, then don't select us */
|
||||||
if (!orte_process_info.seed) {
|
if (!orte_process_info.seed) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@ -53,7 +53,7 @@ int orte_rds_base_finalize(void)
|
|||||||
if (orte_process_info.seed) {
|
if (orte_process_info.seed) {
|
||||||
if (ORTE_SUCCESS != (rc = orte_rds_base_comm_stop())) {
|
if (ORTE_SUCCESS != (rc = orte_rds_base_comm_stop())) {
|
||||||
ORTE_ERROR_LOG(rc);
|
ORTE_ERROR_LOG(rc);
|
||||||
return NULL;
|
return rc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user