File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ headers += \
36
36
runtime/opal.h \
37
37
runtime/opal_info_support.h \
38
38
runtime/opal_params.h \
39
- runtime/opal_params_util .h \
39
+ runtime/opal_params_core .h \
40
40
runtime/opal_progress_threads.h
41
41
42
42
libopen_pal_core_la_SOURCES += \
43
- runtime/opal_params_util .c \
44
- runtime/opal_finalize_util .c \
45
- runtime/opal_init_util .c \
43
+ runtime/opal_params_core .c \
44
+ runtime/opal_finalize_core .c \
45
+ runtime/opal_init_core .c \
46
46
runtime/opal_info_support.c
47
47
48
48
lib@OPAL_LIB_NAME@_la_SOURCES += \
File renamed without changes.
Original file line number Diff line number Diff line change 69
69
#include "opal/mca/backtrace/base/base.h"
70
70
#include "opal/mca/threads/base/base.h"
71
71
#include "opal/runtime/opal_progress.h"
72
- #include "opal/runtime/opal_params_util .h"
72
+ #include "opal/runtime/opal_params_core .h"
73
73
#include "opal/util/opal_environ.h"
74
74
75
75
#include "opal/constants.h"
Original file line number Diff line number Diff line change 30
30
#if !defined(OPAL_PARAMS_H )
31
31
# define OPAL_PARAMS_H
32
32
33
- #include "opal/runtime/opal_params_util .h"
33
+ #include "opal/runtime/opal_params_core .h"
34
34
35
35
#endif
Original file line number Diff line number Diff line change 44
44
#include "opal/mca/threads/mutex.h"
45
45
#include "opal/mca/threads/threads.h"
46
46
#include "opal/runtime/opal.h"
47
- #include "opal/runtime/opal_params_util .h"
47
+ #include "opal/runtime/opal_params_core .h"
48
48
#include "opal/util/opal_environ.h"
49
49
#include "opal/util/printf.h"
50
50
#include "opal/util/show_help.h"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments