1
1
This commit was SVN r11930.
Этот коммит содержится в:
Ralph Castain 2006-10-02 13:00:32 +00:00
родитель 8f7ab1c584
Коммит 65593cd67e
3 изменённых файлов: 1 добавлений и 5 удалений

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

@ -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;
} }
} }