From 8cc3ecb8e53be5a9e9903b9ab4867f17468de21a Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 20 May 2004 17:38:54 +0000 Subject: [PATCH] Remove the runtime-environment directory RTE/universe from the makefile list since it only exists on my machine! Update the sys_info header file This commit was SVN r1143. --- configure.ac | 1 - src/util/sys_info.h | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b959855c48..f462f1ce78 100644 --- a/configure.ac +++ b/configure.ac @@ -828,6 +828,5 @@ AC_CONFIG_FILES([ src/tools/mpirun/Makefile src/tools/wrappers/Makefile - src/RTE/universe/Makefile ]) AC_OUTPUT diff --git a/src/util/sys_info.h b/src/util/sys_info.h index 770d5fd89f..bacc7778bf 100644 --- a/src/util/sys_info.h +++ b/src/util/sys_info.h @@ -4,6 +4,23 @@ /** @file **/ +/* sys_info populates a global variable with information about the system + * upon which the program is executing. The structure contains the following + * fields: + * + * char sysname[] - the name of the operating system in use + * + * char release[] - current release level of the operating system + * + * char version[] - current version level of the operating system + * + * char machine[] - type of hardware in use + * + * char nodename[] - the network node name of the host, same as that + * returned by gethostname() + */ + + #include #include