forked from openhpc/ohpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
296 lines (218 loc) · 5.4 KB
/
Makefile.am
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
AM_MAKEFLAGS = --no-print-directory
SUBDIRS =
TESTS =
# Tests are broken up into those which require elevated credentials
# versus those that run in normal userspace
if ROOT_ENABLED
if ADMIN_ENABLED
SUBDIRS += admin
endif
if BEEGFS_ENABLED
SUBDIRS += fs/beegfs
endif
if BOS_ENABLED
SUBDIRS += bos
endif
if OPA_FABRIC_ENABLED
SUBDIRS += fabric
endif
if IB_FABRIC_ENABLED
SUBDIRS += fabric
endif
if OOB_ENABLED
SUBDIRS += oob
endif
if SPACK_ENABLED
SUBDIRS += admin/spack
endif
else # non root tests
if CHARLIECLOUD_ENABLED
SUBDIRS += runtimes/charliecloud
endif
if EASYBUILD_ENABLED
SUBDIRS += dev-tools/easybuild
endif
if LUSTRE_ENABLED
SUBDIRS += fs/lustre
endif
if MODULES_ENABLED
SUBDIRS += modules
endif
if SINGULARITY_ENABLED
SUBDIRS += runtimes/singularity
endif
if UCX_ENABLED
SUBDIRS += libs/ucx
endif
if USERENV_ENABLED
SUBDIRS += user-env
endif
if NTP_ENABLED
SUBDIRS += time
endif
#----------------------------------------------------------------------
# run OHPC wrapper tests for embeded autotools project (e.g. those that
# have compiler and/or mpi dependencies)
#----------------------------------------------------------------------
if HPCG_ENABLED
TESTS += apps/hpcg/run
endif
if MINIDFT_ENABLED
TESTS += apps/miniDFT/ohpc-tests/test_mpi_families
endif
if MINIFE_ENABLED
TESTS += apps/miniFE/ohpc-tests/test_mpi_families
endif
if PRK_ENABLED
TESTS += apps/prk/ohpc-tests/test_mpi_families
endif
if COMPILERS_ENABLED
TESTS += compilers/ohpc-tests/test_compiler_families
endif
if AUTOTOOLS_ENABLED
TESTS += dev-tools/autotools/run
endif
if CMAKE_ENABLED
TESTS += dev-tools/cmake/run
endif
if CILK_ENABLED
TESTS += dev-tools/cilk/ohpc-tests/test_compiler_families
endif
if HWLOC_ENABLED
TESTS += dev-tools/hwloc/ohpc-tests/test_compiler_families
endif
if MPI4PY_ENABLED
TESTS += dev-tools/mpi4py/ohpc-tests/test_mpi_families
endif
if NUMPY_ENABLED
TESTS += dev-tools/numpy/ohpc-tests/test_mpi_families
endif
if SCIPY_ENABLED
TESTS += dev-tools/scipy/ohpc-tests/test_mpi_families
endif
if TBB_ENABLED
TESTS += dev-tools/tbb/ohpc-tests/test_compiler_families
endif
if VALGRIND_ENABLED
TESTS += dev-tools/valgrind/ohpc-tests/test_compiler_families
endif
if ADIOS2_ENABLED
TESTS += libs/adios2/ohpc-tests/test_mpi_families
endif
if BOOST_ENABLED
TESTS += libs/boost/ohpc-tests/test_mpi_families
endif
if BOOST_MPI_ENABLED
TESTS += libs/boost-mpi/ohpc-tests/test_mpi_families
endif
if FFTW_ENABLED
TESTS += libs/fftw/ohpc-tests/test_mpi_families
endif
if GSL_ENABLED
TESTS += libs/gsl/ohpc-tests/test_compiler_families
endif
if HDF5_ENABLED
TESTS += libs/hdf5/ohpc-tests/test_compiler_families
endif
if HYPRE_ENABLED
TESTS += libs/hypre/ohpc-tests/test_mpi_families
endif
if MFEM_ENABLED
TESTS += libs/mfem/ohpc-tests/test_mpi_families
endif
if METIS_ENABLED
TESTS += libs/metis/ohpc-tests/test_compiler_families
endif
if MUMPS_ENABLED
TESTS += libs/mumps/ohpc-tests/test_mpi_families
endif
if NETCDF_ENABLED
TESTS += libs/netcdf/ohpc-tests/test_mpi_families
endif
if NETCDF_ENABLED_ALL
TESTS += libs/netcdf/ohpc-tests/netcdf_all_test_mpi_families
endif
if OPENBLAS_ENABLED
TESTS += libs/openblas/ohpc-tests/test_compiler_families
endif
if OPENCOARRAYS_ENABLED
TESTS += libs/opencoarrays/ohpc-tests/test_mpi_families
endif
if PETSC_ENABLED
TESTS += libs/petsc/ohpc-tests/test_mpi_families
endif
if PHDF5_ENABLED
TESTS += libs/phdf5/ohpc-tests/test_mpi_families
endif
if PLASMA_ENABLED
TESTS += libs/plasma/ohpc-tests/test_compiler_families
endif
if PNETCDF_ENABLED
TESTS += libs/pnetcdf/ohpc-tests/test_mpi_families
endif
if PTSCOTCH_ENABLED
TESTS += libs/ptscotch/ohpc-tests/test_mpi_families
endif
if R_ENABLED
TESTS += libs/R/ohpc-tests/test_compiler_families
endif
if SCALAPACK_ENABLED
TESTS += libs/scalapack/ohpc-tests/test_mpi_families
endif
if SCOTCH_ENABLED
TESTS += libs/scotch/ohpc-tests/test_compiler_families
endif
if SLEPC_ENABLED
TESTS += libs/slepc/ohpc-tests/test_mpi_families
endif
if SUPERLU_ENABLED
TESTS += libs/superlu/ohpc-tests/test_compiler_families
endif
if SUPERLU_DIST_ENABLED
TESTS += libs/superlu_dist/ohpc-tests/test_mpi_families
endif
if TRILINOS_ENABLED
TESTS += libs/trilinos/ohpc-tests/test_mpi_families
endif
if MPI_ENABLED
TESTS += mpi/ohpc-tests/test_mpi_families
endif
if IMB_ENABLED
TESTS += perf-tools/imb/ohpc-tests/test_mpi_families
endif
if OMB_ENABLED
TESTS += perf-tools/omb/ohpc-tests/test_mpi_families
endif
if GEOPM_ENABLED
TESTS += perf-tools/geopm/ohpc-tests/test_mpi_families
endif
if DIMEMAS_ENABLED
TESTS += perf-tools/dimemas/ohpc-tests/test_mpi_families
endif
if EXTRAE_ENABLED
TESTS += perf-tools/extrae/ohpc-tests/test_mpi_families
endif
if LIKWID_ENABLED
TESTS += perf-tools/likwid/ohpc-tests/test_compiler_families
endif
if PAPI_ENABLED
TESTS += perf-tools/papi/ohpc-tests/test_compiler_families
endif
if SCOREP_ENABLED
TESTS += perf-tools/scorep/ohpc-tests/test_mpi_families
endif
if SCALASCA_ENABLED
TESTS += perf-tools/scalasca/ohpc-tests/test_mpi_families
endif
if TAU_ENABLED
TESTS += perf-tools/tau/ohpc-tests/test_mpi_families
endif
if RMS_HARNESS_ENABLED
TESTS += rms-harness/ohpc-tests/test_mpi_families
endif
if OOM_ENABLED
TESTS += user-env-oom/ohpc-tests/test_compiler_families
endif
endif