forked from openpmix/openpmix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
169 lines (155 loc) · 2.95 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# http://www.gnu.org/software/automake
Makefile
Makefile.in
*.lo
*.la
*.o
*.libs
*.deps
*.dirstamp
.DS_Store
*.log
*.dSYM
*.trs
static-components.h
# http://www.gnu.org/software/autoconf
autom4te.cache
aclocal.m4
compile
configure
depcomp
install-sh
missing
stamp-h?
config/install-sh
config/libtool.m4
config/ltmain.sh
config/ltmain.sh.orig
config/ylwrap
config.log
config.lt
config.status
config/Makefile
libtool
config.h
config.h~
auto.out
config.out
dist.out
config/ar-lib
config/compile
config/config.guess
config/config.sub
config/depcomp
config/missing
config/test-driver
config/ltoptions.m4
config/ltsugar.m4
config/ltversion.m4
config/lt~obsolete.m4
config/ylwrap
config/autogen_found_items.m4
config/py-compile
config/mca_library_paths.txt
bindings/python/pmix.c
bindings/python/*.so
bindings/python/build/
bindings/python/pmix_constants.pxd
bindings/python/pmix_constants.pxi
bindings/python/tests/__pycache__/
examples/alloc
examples/client
examples/client2
examples/debugger
examples/debuggerd
examples/dmodex
examples/dynamic
examples/fault
examples/jctrl
examples/pmix1client
examples/pub
examples/pubi
examples/server
examples/tool
examples/group
examples/asyncgroup
include/pmix_version.h
include/pmix_rename.h
include/pmix_common.h
src/include/pmix_config.h
src/include/pmix_config.h.in
src/include/pmix_config.h.in~
src/include/frameworks.h
src/mca/pinstalldirs/config/pinstall_dirs.h
src/mca/pdl/base/static-components.h
src/mca/pinstalldirs/base/static-components.h
src/tools/pattrs/pattrs
src/tools/pevent/pevent
src/tools/pmix_info/pmix_info
src/tools/plookup/plookup
src/tools/pps/pps
src/tools/ptop/ptop
src/tools/wrapper/generic_wrapper.1
src/tools/wrapper/pmix.pc
src/tools/wrapper/pmix_wrapper
src/tools/wrapper/pmix_wrapper.1
src/tools/wrapper/pmixcc-wrapper-data.txt
src/tools/wrapper/pmixcc.1
src/util/show_help_lex.c
src/util/keyval/keyval_lex.c
test/pmi2_client
test/pmi_client
test/pmix_client
test/pmix_test
test/pmix_client2
test/pmix_srv_self
test/pmix_server_api2
test/pmix_test_lite
test/pmix_test.log
test/pmix_test.trs
test/pmix_test_lite.log
test/pmix_test_lite.trs
test/test-suite.log
test/pmix_regex
test/run_tests00.pl
test/run_tests01.pl
test/run_tests02.pl
test/run_tests03.pl
test/run_tests04.pl
test/run_tests05.pl
test/run_tests06.pl
test/run_tests07.pl
test/run_tests08.pl
test/run_tests09.pl
test/run_tests10.pl
test/run_tests11.pl
test/run_tests12.pl
test/run_tests13.pl
test/run_tests14.pl
test/run_tests15.pl
test/simple/quietclient
test/simple/simptest
test/simple/simpsched
test/simple/simpclient
test/simple/simplegacy
test/simple/simppub
test/simple/simpdmodex
test/simple/simpft
test/simple/simpdyn
test/simple/test_pmix
test/simple/simptool
test/simple/simpdie
test/simple/simptimeout
test/simple/stability
test/simple/gwclient
test/simple/gwtest
test/simple/simpjctrl
test/simple/simpio
test/simple/data-*
test/simple/simpcoord
test/python/run_sched.sh
test/python/run_server.sh
test/simple/pmitest
test/simple/simpcycle
# coverity
cov-int