2004-08-10 00:33:24 +04:00
|
|
|
/*
|
2005-11-05 22:57:48 +03:00
|
|
|
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
* University Research and Technology
|
|
|
|
* Corporation. All rights reserved.
|
|
|
|
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
* University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
2004-08-10 00:33:24 +04:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
2004-08-07 00:23:57 +04:00
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
#ifndef ORTED_H
|
|
|
|
#define ORTED_H
|
|
|
|
|
|
|
|
#include "orte_config.h"
|
2006-09-15 01:29:51 +04:00
|
|
|
#include "orte/orte_types.h"
|
2004-08-07 00:23:57 +04:00
|
|
|
|
2005-07-04 02:45:48 +04:00
|
|
|
#include "opal/threads/mutex.h"
|
|
|
|
#include "opal/threads/condition.h"
|
2006-09-15 01:29:51 +04:00
|
|
|
#
|
2006-08-23 06:35:00 +04:00
|
|
|
#if defined(c_plusplus) || defined(__cplusplus)
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
typedef struct {
|
|
|
|
bool help;
|
2005-05-04 15:57:47 +04:00
|
|
|
bool no_daemonize;
|
2005-05-24 02:06:50 +04:00
|
|
|
bool debug;
|
2005-05-13 01:44:23 +04:00
|
|
|
bool debug_daemons;
|
|
|
|
bool debug_daemons_file;
|
2007-01-25 17:17:44 +03:00
|
|
|
bool set_sid;
|
2005-08-26 02:29:23 +04:00
|
|
|
char* ns_nds;
|
2005-03-14 23:57:21 +03:00
|
|
|
char* name;
|
2005-05-24 17:39:15 +04:00
|
|
|
char* vpid_start;
|
|
|
|
char* num_procs;
|
2005-05-13 01:44:23 +04:00
|
|
|
char* universe;
|
2006-10-11 19:18:57 +04:00
|
|
|
char **saved_environ;
|
2005-03-14 23:57:21 +03:00
|
|
|
int bootproxy;
|
2005-05-18 21:56:51 +04:00
|
|
|
int uri_pipe;
|
2005-07-04 02:45:48 +04:00
|
|
|
opal_mutex_t mutex;
|
|
|
|
opal_condition_t condition;
|
2005-03-14 23:57:21 +03:00
|
|
|
bool exit_condition;
|
2006-09-15 01:29:51 +04:00
|
|
|
bool spin;
|
|
|
|
int reap;
|
2005-03-14 23:57:21 +03:00
|
|
|
} orted_globals_t;
|
2004-08-07 00:23:57 +04:00
|
|
|
|
2007-02-16 21:16:06 +03:00
|
|
|
ORTE_DECLSPEC extern orted_globals_t orted_globals;
|
|
|
|
|
2004-09-07 06:58:49 +04:00
|
|
|
/*
|
|
|
|
* Version-related strings and functions
|
|
|
|
*/
|
2004-08-07 00:23:57 +04:00
|
|
|
|
2004-09-11 06:51:32 +04:00
|
|
|
/* extern const char *ver_full; */
|
|
|
|
/* extern const char *ver_major; */
|
|
|
|
/* extern const char *ver_minor; */
|
|
|
|
/* extern const char *ver_release; */
|
|
|
|
/* extern const char *ver_alpha; */
|
|
|
|
/* extern const char *ver_beta; */
|
|
|
|
/* extern const char *ver_svn; */
|
2004-08-10 00:33:24 +04:00
|
|
|
|
2005-07-04 04:13:44 +04:00
|
|
|
/* void do_version(bool want_all, opal_cmd_line_t *cmd_line); */
|
2004-09-11 06:51:32 +04:00
|
|
|
/* void show_ompi_version(const char *scope); */
|
2004-09-07 06:58:49 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Parameter/configuration-related functions
|
|
|
|
*/
|
2004-08-10 00:33:24 +04:00
|
|
|
|
2004-09-11 06:51:32 +04:00
|
|
|
/* extern char *param_all; */
|
2004-08-10 00:33:24 +04:00
|
|
|
|
2004-09-11 06:51:32 +04:00
|
|
|
/* extern char *path_prefix; */
|
|
|
|
/* extern char *path_bindir; */
|
|
|
|
/* extern char *path_libdir; */
|
|
|
|
/* extern char *path_incdir; */
|
|
|
|
/* extern char *path_pkglibdir; */
|
|
|
|
/* extern char *path_sysconfdir; */
|
2004-08-10 00:33:24 +04:00
|
|
|
|
2006-08-23 06:35:00 +04:00
|
|
|
#if defined(c_plusplus) || defined(__cplusplus)
|
|
|
|
}
|
|
|
|
#endif
|
2004-08-07 00:23:57 +04:00
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
#endif /* ORTED_H */
|