1
1

initialize common symbols from orte

A few uninitialized common symbols are remaining (generated by flex) :
 * orte/mca/rmaps/rank_file/rmaps_rank_file_lex.c: orte_rmaps_rank_file_leng
 * orte/mca/rmaps/rank_file/rmaps_rank_file_lex.c: orte_rmaps_rank_file_text
 * orte/util/hostfile/hostfile_lex.c: orte_util_hostfile_leng
 * orte/util/hostfile/hostfile_lex.c: orte_util_hostfile_text
Этот коммит содержится в:
Gilles Gouaillardet 2015-05-08 09:17:00 +09:00
родитель c809aace47
Коммит 2e384a3b65
28 изменённых файлов: 120 добавлений и 82 удалений

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

@ -13,7 +13,7 @@
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2013 Intel, Inc. All rights reserved
* Copyright (c) 2014 Research Organization for Information Science
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
@ -51,7 +51,7 @@
/*
* Globals
*/
orte_errmgr_base_t orte_errmgr_base;
orte_errmgr_base_t orte_errmgr_base = {{{0}}};
/* Public module provides a wrapper around previous functions */
orte_errmgr_base_module_t orte_errmgr_default_fns = {

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

@ -12,6 +12,8 @@
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -44,7 +46,7 @@
/*
* Global variables
*/
orte_grpcomm_base_t orte_grpcomm_base;
orte_grpcomm_base_t orte_grpcomm_base = {{{0}}};
orte_grpcomm_API_module_t orte_grpcomm = {
orte_grpcomm_API_xcast,

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

@ -184,7 +184,7 @@ OBJ_CLASS_INSTANCE(orte_iof_write_output_t,
* Global variables
*/
orte_iof_base_t orte_iof_base;
orte_iof_base_t orte_iof_base = {0};
static int orte_iof_base_register(mca_base_register_flag_t flags)
{

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

@ -11,6 +11,8 @@
* All rights reserved.
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -49,10 +51,10 @@
/*
* Global variables
*/
opal_list_t orte_notifier_base_components_available;
opal_list_t orte_notifier_base_components_available = {{0}};
int orte_notifier_debug_output = -1;
orte_notifier_base_t orte_notifier_base;
orte_notifier_base_t orte_notifier_base = {0};
static char *notifier_severity = NULL;
static bool use_progress_thread = false;

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

@ -13,7 +13,7 @@
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
@ -66,7 +66,7 @@ orte_odls_base_module_t orte_odls = {0};
/*
* Framework global variables
*/
orte_odls_globals_t orte_odls_globals;
orte_odls_globals_t orte_odls_globals = {0};
static int orte_odls_base_register(mca_base_register_flag_t flags)
{

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

@ -13,6 +13,8 @@
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013-2014 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -47,7 +49,7 @@
/*
* Global variables
*/
orte_oob_base_t orte_oob_base;
orte_oob_base_t orte_oob_base = {0};
OPAL_TIMING_DECLARE(tm_oob)
static int orte_oob_base_register(mca_base_register_flag_t flags)

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

@ -11,6 +11,8 @@
* All rights reserved.
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -42,7 +44,7 @@
/*
* Global variables for use within PLM frameworks
*/
orte_plm_globals_t orte_plm_globals;
orte_plm_globals_t orte_plm_globals = {0};
/*
* The default module

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

@ -1,6 +1,8 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -34,7 +36,7 @@
/*
* Global variables
*/
orte_qos_base_t orte_qos_base;
orte_qos_base_t orte_qos_base = {{{0}}};
OPAL_TIMING_DECLARE(tm_qos)
static int orte_qos_base_register(mca_base_register_flag_t flags)

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

@ -11,6 +11,8 @@
* All rights reserved.
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -46,7 +48,7 @@
/*
* Global variables
*/
orte_ras_base_t orte_ras_base;
orte_ras_base_t orte_ras_base = {0};
static int orte_ras_base_close(void)
{

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

@ -51,7 +51,7 @@
/*
* Global variables
*/
orte_rmaps_base_t orte_rmaps_base;
orte_rmaps_base_t orte_rmaps_base = {{{0}}};
bool orte_rmaps_base_pernode = false;
int orte_rmaps_base_n_pernode = 0;
int orte_rmaps_base_n_persocket = 0;

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

@ -15,6 +15,8 @@
* Copyright (c) 2008 Voltaire. All rights reserved
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
*
* $COPYRIGHT$
*
@ -53,7 +55,7 @@
static int orte_rmaps_rank_file_parse(const char *);
static char *orte_rmaps_rank_file_parse_string_or_int(void);
static const char *orte_rmaps_rank_file_name_cur = NULL;
char *orte_rmaps_rank_file_slot_list;
char *orte_rmaps_rank_file_slot_list = NULL;
/*
* Local variable

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

@ -16,6 +16,8 @@
* Copyright (c) 2008 Voltaire. All rights reserved
* Copyright (c) 2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
*
* $COPYRIGHT$
*
@ -43,7 +45,7 @@ END_C_DECLS
* global variables
*/
int orte_rmaps_rank_file_line=1;
orte_rmaps_rank_file_value_t orte_rmaps_rank_file_value;
orte_rmaps_rank_file_value_t orte_rmaps_rank_file_value = {0};
bool orte_rmaps_rank_file_done = false;
%}

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

@ -5,7 +5,9 @@
* Copyright (c) 2011-2013 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2014 -2015 Intel Corporation. All rights reserved.
* Copyright (c) 2014-2015 Intel Corporation. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -35,8 +37,8 @@
* component's public mca_base_component_t struct. */
#include "orte/mca/rml/base/static-components.h"
orte_rml_module_t orte_rml;
orte_rml_base_t orte_rml_base;
orte_rml_module_t orte_rml = {0};
orte_rml_base_t orte_rml_base = {{{0}}};
OPAL_TIMING_DECLARE(tm_rml)
orte_rml_component_t *orte_rml_component = NULL;

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

@ -7,6 +7,8 @@
* Copyright (c) 2004-2011 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -65,8 +67,8 @@ OBJ_CLASS_INSTANCE(orte_routed_jobfam_t, opal_object_t,
jfamconst, jfamdest);
orte_routed_module_t orte_routed = {0};
bool orte_routed_base_wait_sync;
opal_pointer_array_t orte_routed_jobfams;
bool orte_routed_base_wait_sync = false;
opal_pointer_array_t orte_routed_jobfams = {{0}};
static int orte_routed_base_open(mca_base_open_flag_t flags)
{

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

@ -1,5 +1,7 @@
/*
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -35,7 +37,7 @@ orte_rtc_API_module_t orte_rtc = {
orte_rtc_base_set,
orte_rtc_base_get_avail_vals
};
orte_rtc_base_t orte_rtc_base;
orte_rtc_base_t orte_rtc_base = {{{0}}};
static int orte_rtc_base_close(void)
{

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

@ -1,5 +1,7 @@
/*
* Copyright (c) 2015 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -35,7 +37,7 @@
/*
* Global variables
*/
orte_schizo_base_t orte_schizo_base;
orte_schizo_base_t orte_schizo_base = {{{0}}};
orte_schizo_base_module_t orte_schizo = {
orte_schizo_base_parse_cli,
orte_schizo_base_parse_env,

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

@ -5,6 +5,8 @@
* Copyright (c) 2012 The University of Wisconsin-La Crosse. All rights
* reserved.
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -47,18 +49,18 @@ orte_sstore_base_module_t orte_sstore = {
NULL, /* fetch_app_deps */
NULL /* wait_all_deps */
};
int orte_sstore_context;
int orte_sstore_context = -1;
bool orte_sstore_base_is_checkpoint_available = false;
char * orte_sstore_base_local_metadata_filename;
char * orte_sstore_base_global_metadata_filename;
char * orte_sstore_base_local_snapshot_fmt;
char * orte_sstore_base_local_metadata_filename = NULL;
char * orte_sstore_base_global_metadata_filename = NULL;
char * orte_sstore_base_local_snapshot_fmt = NULL;
char * orte_sstore_base_global_snapshot_dir = NULL;
char * orte_sstore_base_global_snapshot_ref = NULL;
char * orte_sstore_base_prelaunch_location = NULL;
orte_sstore_base_handle_t orte_sstore_handle_current;
orte_sstore_base_handle_t orte_sstore_handle_last_stable;
orte_sstore_base_handle_t orte_sstore_handle_current = {0};
orte_sstore_base_handle_t orte_sstore_handle_last_stable = {0};
/* Determine the context of this module */
int orte_sstore_base_determine_context(void);

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

@ -2,6 +2,8 @@
/*
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -40,7 +42,7 @@
/*
* Globals
*/
orte_state_base_module_t orte_state;
orte_state_base_module_t orte_state = {0};
static int orte_state_base_close(void)
{

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

@ -138,7 +138,7 @@ int pmix_server_local_handle = -1;
int pmix_server_remote_handle = -1;
int pmix_server_global_handle = -1;
int pmix_segment_size = -1;
opal_list_t pmix_server_pending_dmx_reqs;
opal_list_t pmix_server_pending_dmx_reqs = {{0}};
static bool initialized = false;
static struct sockaddr_un address;
static int pmix_server_listener_socket = -1;

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

@ -14,7 +14,7 @@
* Copyright (c) 2011-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved
* Copyright (c) 2014 Research Organization for Information Science
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
@ -54,15 +54,15 @@
#include "orte/runtime/data_type_support/orte_dt_support.h"
/* State Machine */
opal_list_t orte_job_states;
opal_list_t orte_proc_states;
opal_list_t orte_job_states = {{0}};
opal_list_t orte_proc_states = {{0}};
/* a clean output channel without prefix */
int orte_clean_output = -1;
/* globals used by RTE */
bool orte_debug_daemons_file_flag = false;
bool orte_leave_session_attached;
bool orte_leave_session_attached = false;
bool orte_do_not_launch = false;
bool orted_spin_flag = false;
char *orte_local_cpu_type = NULL;
@ -79,12 +79,12 @@ bool orte_standalone_operation = false;
bool orte_keep_fqdn_hostnames = false;
bool orte_have_fqdn_allocation = false;
bool orte_show_resolved_nodenames;
bool orte_retain_aliases;
int orte_use_hostname_alias;
bool orte_show_resolved_nodenames = false;
bool orte_retain_aliases = false;
int orte_use_hostname_alias = -1;
int orted_debug_failure;
int orted_debug_failure_delay;
int orted_debug_failure = -1;
int orted_debug_failure_delay = -1;
bool orte_hetero_apps = false;
bool orte_hetero_nodes = false;
bool orte_never_launched = false;
@ -92,14 +92,14 @@ bool orte_devel_level_output = false;
bool orte_display_topo_with_map = false;
bool orte_display_diffable_output = false;
char **orte_launch_environ;
char **orte_launch_environ = NULL;
bool orte_hnp_is_allocated = false;
bool orte_allocation_required;
bool orte_allocation_required = false;
bool orte_managed_allocation = false;
char *orte_set_slots = NULL;
bool orte_display_allocation;
bool orte_display_devel_allocation;
bool orte_display_allocation = false;
bool orte_display_devel_allocation = false;
bool orte_soft_locations = false;
int orted_pmi_version = 0;
@ -109,10 +109,10 @@ char **orted_cmd_line=NULL;
char **orte_fork_agent=NULL;
/* debugger job */
bool orte_debugger_dump_proctable;
char *orte_debugger_test_daemon;
bool orte_debugger_test_attach;
int orte_debugger_check_rate;
bool orte_debugger_dump_proctable = false;
char *orte_debugger_test_daemon = NULL;
bool orte_debugger_test_attach = false;
int orte_debugger_check_rate = -1;
/* exit flags */
int orte_exit_status = 0;
@ -122,29 +122,29 @@ bool orte_job_term_ordered = false;
bool orte_orteds_term_ordered = false;
bool orte_allowed_exit_without_sync = false;
int orte_startup_timeout;
int orte_timeout_usec_per_proc;
float orte_max_timeout;
int orte_startup_timeout = -1;
int orte_timeout_usec_per_proc = -1;
float orte_max_timeout = -1.0;
orte_timer_t *orte_mpiexec_timeout = NULL;
opal_buffer_t *orte_tree_launch_cmd = NULL;
/* global arrays for data storage */
opal_pointer_array_t *orte_job_data;
opal_pointer_array_t *orte_node_pool;
opal_pointer_array_t *orte_node_topologies;
opal_pointer_array_t *orte_local_children;
opal_pointer_array_t *orte_job_data = NULL;
opal_pointer_array_t *orte_node_pool = NULL;
opal_pointer_array_t *orte_node_topologies = NULL;
opal_pointer_array_t *orte_local_children = NULL;
orte_vpid_t orte_total_procs = 0;
/* IOF controls */
bool orte_tag_output;
bool orte_timestamp_output;
char *orte_output_filename;
bool orte_tag_output = false;
bool orte_timestamp_output = false;
char *orte_output_filename = NULL;
/* generate new xterm windows to display output from specified ranks */
char *orte_xterm;
char *orte_xterm = NULL;
/* whether or not to forward SIGTSTP and SIGCONT signals */
bool orte_forward_job_control;
bool orte_forward_job_control = false;
/* report launch progress */
bool orte_report_launch_progress = false;
@ -167,16 +167,16 @@ bool orte_report_bindings = false;
bool orte_do_not_barrier = false;
/* process recovery */
bool orte_enable_recovery;
int32_t orte_max_restarts;
bool orte_enable_recovery = false;
int32_t orte_max_restarts = 0;
/* exit status reporting */
bool orte_report_child_jobs_separately;
struct timeval orte_child_time_to_exit;
bool orte_abort_non_zero_exit;
bool orte_report_child_jobs_separately = false;
struct timeval orte_child_time_to_exit = {0};
bool orte_abort_non_zero_exit = false;
/* length of stat history to keep */
int orte_stat_history_size;
int orte_stat_history_size = -1;
/* envars to forward */
char **orte_forwarded_envars = NULL;

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

@ -14,7 +14,7 @@
* Copyright (c) 2007-2012 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007-2008 Sun Microsystems, Inc. All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2014 Research Organization for Information Science
* Copyright (c) 2014-2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
*
* $COPYRIGHT$
@ -97,10 +97,10 @@ static int _convert_string_to_process_name(opal_process_name_t *name,
int orte_initialized = 0;
bool orte_finalizing = false;
bool orte_debug_flag = false;
int orte_debug_verbosity;
int orte_debug_verbosity = -1;
char *orte_prohibited_session_dirs = NULL;
bool orte_create_session_dirs = true;
opal_event_base_t *orte_event_base;
opal_event_base_t *orte_event_base = {0};
bool orte_event_base_active = true;
bool orte_proc_is_bound = false;
int orte_progress_thread_debug = -1;

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

@ -9,6 +9,8 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -23,12 +25,12 @@
#include "orte/runtime/orte_locks.h"
/* for everyone */
opal_atomic_lock_t orte_finalize_lock;
opal_atomic_lock_t orte_finalize_lock = {{0}};
/* for HNPs */
opal_atomic_lock_t orte_abort_inprogress_lock;
opal_atomic_lock_t orte_jobs_complete_lock;
opal_atomic_lock_t orte_quit_lock;
opal_atomic_lock_t orte_abort_inprogress_lock = {{0}};
opal_atomic_lock_t orte_jobs_complete_lock = {{0}};
opal_atomic_lock_t orte_quit_lock = {{0}};
int orte_locks_init(void)
{

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

@ -88,7 +88,7 @@ typedef struct {
bool debug;
} orte_clean_globals_t;
orte_clean_globals_t orte_clean_globals;
orte_clean_globals_t orte_clean_globals = {0};
opal_cmd_line_init_t cmd_line_opts[] = {
{ NULL,

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

@ -13,6 +13,8 @@
* Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2010-2012 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -56,7 +58,7 @@ OBJ_CLASS_INSTANCE(orte_info_component_map_t,
component_map_construct,
component_map_destruct);
opal_pointer_array_t component_map;
opal_pointer_array_t component_map = {{0}};
/*
* Private variables

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

@ -13,6 +13,8 @@
* Copyright (c) 2010-2013 Los Alamos National Security, LLC.
* All rights reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -68,7 +70,7 @@ const char *orte_info_type_all = "all";
const char *orte_info_type_opal = "opal";
const char *orte_info_type_base = "base";
opal_pointer_array_t mca_types;
opal_pointer_array_t mca_types = {{0}};
int main(int argc, char *argv[])
{

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

@ -15,6 +15,8 @@
* reserved.
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -164,7 +166,7 @@ typedef struct {
pid_t pid;
} orte_ps_globals_t;
orte_ps_globals_t orte_ps_globals;
orte_ps_globals_t orte_ps_globals = {0};
opal_cmd_line_init_t cmd_line_opts[] = {
{ NULL,

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

@ -127,11 +127,11 @@ volatile int MPIR_being_debugged = 0;
volatile int MPIR_debug_state = 0;
int MPIR_i_am_starter = 0;
int MPIR_partial_attach_ok = 1;
char MPIR_executable_path[MPIR_MAX_PATH_LENGTH];
char MPIR_server_arguments[MPIR_MAX_ARG_LENGTH];
char MPIR_executable_path[MPIR_MAX_PATH_LENGTH] = {0};
char MPIR_server_arguments[MPIR_MAX_ARG_LENGTH] = {0};
volatile int MPIR_forward_output = 0;
volatile int MPIR_forward_comm = 0;
char MPIR_attach_fifo[MPIR_MAX_PATH_LENGTH];
char MPIR_attach_fifo[MPIR_MAX_PATH_LENGTH] = {0};
int MPIR_force_to_main = 0;
static void orte_debugger_dump(void);
static void orte_debugger_init_before_spawn(orte_job_t *jdata);
@ -167,7 +167,7 @@ static char *ompi_server=NULL;
/*
* Globals
*/
struct orterun_globals_t orterun_globals;
struct orterun_globals_t orterun_globals = {0};
static bool globals_init = false;
static opal_cmd_line_init_t cmd_line_init[] = {

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

@ -13,7 +13,9 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -48,7 +50,7 @@ int orte_util_hostfile_wrap(void)
* global variables
*/
int orte_util_hostfile_line=1;
orte_hostfile_value_t orte_util_hostfile_value;
orte_hostfile_value_t orte_util_hostfile_value = {0};
bool orte_util_hostfile_done = false;
%}