1
1

Remove the "forwarding" of envars when direct launched - there aren't any envars we can forward under that use-case

Этот коммит содержится в:
Ralph Castain 2015-02-27 12:19:00 -08:00
родитель e48bc77342
Коммит d81c372ea2
3 изменённых файлов: 3 добавлений и 15 удалений

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

@ -5,7 +5,7 @@
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011-2015 Los Alamos National Security, LLC. All
* rights reserved.
* Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
@ -20,7 +20,6 @@
#include "opal/types.h"
#include "opal_stdint.h"
#include "opal/mca/base/mca_base_var.h"
#include "opal/util/opal_environ.h"
#include "opal/util/output.h"
#include "opal/util/proc.h"
@ -222,9 +221,6 @@ static int cray_init(void)
}
}
/* setup any local envars we were asked to do */
mca_base_var_process_env_list(&environ);
return OPAL_SUCCESS;
err_exit:
PMI2_Finalize();

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

@ -1,6 +1,6 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
@ -15,7 +15,6 @@
#include "opal/types.h"
#include "opal_stdint.h"
#include "opal/mca/base/mca_base_var.h"
#include "opal/mca/hwloc/base/base.h"
#include "opal/util/opal_environ.h"
#include "opal/util/output.h"
@ -296,9 +295,6 @@ static int s1_init(void)
goto err_exit;
}
/* setup any local envars we were asked to do */
mca_base_var_process_env_list(&environ);
/* increment the init count */
++pmix_init_count;

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

@ -5,7 +5,7 @@
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All
* rights reserved.
* Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
@ -20,7 +20,6 @@
#include "opal/types.h"
#include "opal_stdint.h"
#include "opal/mca/base/mca_base_var.h"
#include "opal/mca/hwloc/base/base.h"
#include "opal/util/opal_environ.h"
#include "opal/util/output.h"
@ -265,9 +264,6 @@ static int s2_init(void)
}
}
/* setup any local envars we were asked to do */
mca_base_var_process_env_list(&environ);
/* increment the init count */
++pmix_init_count;