changed include path
This commit was SVN r1160.
Этот коммит содержится в:
родитель
31c0171c51
Коммит
6daa499427
@ -10,8 +10,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
|
|
||||||
#include "constants.h"
|
#include "include/constants.h"
|
||||||
|
|
||||||
#include "util/os_create_dirpath.h"
|
#include "util/os_create_dirpath.h"
|
||||||
#include "util/sys_info.h"
|
#include "util/sys_info.h"
|
||||||
|
|
||||||
|
@ -11,8 +11,7 @@
|
|||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
#include "constants.h"
|
#include "include/constants.h"
|
||||||
|
|
||||||
#include "util/os_path.h"
|
#include "util/os_path.h"
|
||||||
#include "util/sys_info.h"
|
#include "util/sys_info.h"
|
||||||
|
|
||||||
|
@ -9,23 +9,23 @@
|
|||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "constants.h"
|
#include "include/constants.h"
|
||||||
#include "util/sys_info.h"
|
#include "util/sys_info.h"
|
||||||
|
|
||||||
ompi_sys_info_t ompi_system_info = {.init = false,
|
ompi_sys_info_t ompi_system_info = {false,
|
||||||
.sysname = NULL,
|
NULL,
|
||||||
.nodename = NULL,
|
NULL,
|
||||||
.release = NULL,
|
NULL,
|
||||||
.version = NULL,
|
NULL,
|
||||||
.machine = NULL,
|
NULL,
|
||||||
.path_sep = NULL,
|
NULL,
|
||||||
.user = NULL,
|
NULL,
|
||||||
.session_dir = NULL,
|
NULL,
|
||||||
.enviro = NULL,
|
NULL,
|
||||||
.suffix = NULL,
|
NULL,
|
||||||
.sock_stdin = NULL,
|
NULL,
|
||||||
.sock_stdout = NULL,
|
NULL,
|
||||||
.sock_stderr = NULL};
|
NULL};
|
||||||
|
|
||||||
|
|
||||||
void ompi_sys_info(void)
|
void ompi_sys_info(void)
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user