File tree 4 files changed +21
-20
lines changed 4 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ libmpi_c_mpi_la_SOURCES = \
78
78
ialltoallv.c \
79
79
alltoallw.c \
80
80
ialltoallw.c \
81
+ attr_delete.c \
82
+ attr_get.c \
83
+ attr_put.c \
81
84
barrier.c \
82
85
ibarrier.c \
83
86
bcast.c \
@@ -285,6 +288,8 @@ libmpi_c_mpi_la_SOURCES = \
285
288
ineighbor_alltoallv.c \
286
289
neighbor_alltoallw.c \
287
290
ineighbor_alltoallw.c \
291
+ keyval_create.c \
292
+ keyval_free.c \
288
293
op_c2f.c \
289
294
op_commutative.c \
290
295
op_create.c \
@@ -431,17 +436,13 @@ libmpi_c_mpi_la_SOURCES = \
431
436
win_unlock_all.c \
432
437
win_wait.c
433
438
439
+
434
440
if OMPI_ENABLE_MPI1_COMPAT
435
441
libmpi_c_mpi_la_SOURCES += \
436
442
address.c \
437
- attr_delete.c \
438
- attr_get.c \
439
- attr_put.c \
440
443
errhandler_create.c \
441
444
errhandler_get.c \
442
445
errhandler_set.c \
443
- keyval_create.c \
444
- keyval_free.c \
445
446
type_extent.c \
446
447
type_hindexed.c \
447
448
type_hvector.c \
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
58
58
pialltoallv.c \
59
59
palltoallw.c \
60
60
pialltoallw.c \
61
+ pattr_delete.c \
62
+ pattr_get.c \
63
+ pattr_put.c \
61
64
pbarrier.c \
62
65
pibarrier.c \
63
66
pbcast.c \
@@ -265,6 +268,8 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
265
268
pineighbor_alltoallv.c \
266
269
pneighbor_alltoallw.c \
267
270
pineighbor_alltoallw.c \
271
+ pkeyval_create.c \
272
+ pkeyval_free.c \
268
273
pop_c2f.c \
269
274
pop_create.c \
270
275
pop_commutative.c \
@@ -414,14 +419,9 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
414
419
if OMPI_ENABLE_MPI1_COMPAT
415
420
nodist_libmpi_c_pmpi_la_SOURCES += \
416
421
paddress.c \
417
- pattr_delete.c \
418
- pattr_get.c \
419
- pattr_put.c \
420
422
perrhandler_create.c \
421
423
perrhandler_get.c \
422
424
perrhandler_set.c \
423
- pkeyval_create.c \
424
- pkeyval_free.c \
425
425
ptype_extent.c \
426
426
ptype_hindexed.c \
427
427
ptype_hvector.c \
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
138
138
alltoall_f.c \
139
139
alltoallv_f.c \
140
140
alltoallw_f.c \
141
+ attr_delete_f.c \
142
+ attr_get_f.c \
143
+ attr_put_f.c \
141
144
barrier_f.c \
142
145
bcast_f.c \
143
146
bsend_f.c \
@@ -335,6 +338,8 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
335
338
iscatterv_f.c \
336
339
issend_f.c \
337
340
is_thread_main_f.c \
341
+ keyval_create_f.c \
342
+ keyval_free_f.c \
338
343
lookup_name_f.c \
339
344
mprobe_f.c \
340
345
mrecv_f.c \
@@ -480,14 +485,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
480
485
if OMPI_ENABLE_MPI1_COMPAT
481
486
lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
482
487
address_f.c \
483
- attr_delete_f.c \
484
- attr_get_f.c \
485
- attr_put_f.c \
486
488
errhandler_create_f.c \
487
489
errhandler_get_f.c \
488
490
errhandler_set_f.c \
489
- keyval_create_f.c \
490
- keyval_free_f.c \
491
491
type_extent_f.c \
492
492
type_hindexed_f.c \
493
493
type_hvector_f.c \
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ linked_files = \
54
54
palltoall_f.c \
55
55
palltoallv_f.c \
56
56
palltoallw_f.c \
57
+ pattr_delete_f.c \
58
+ pattr_get_f.c \
59
+ pattr_put_f.c \
57
60
pbarrier_f.c \
58
61
pbcast_f.c \
59
62
pbsend_f.c \
@@ -251,6 +254,8 @@ linked_files = \
251
254
pisend_f.c \
252
255
pissend_f.c \
253
256
pis_thread_main_f.c \
257
+ pkeyval_create_f.c \
258
+ pkeyval_free_f.c \
254
259
plookup_name_f.c \
255
260
pmprobe_f.c \
256
261
pmrecv_f.c \
@@ -395,14 +400,9 @@ linked_files = \
395
400
if OMPI_ENABLE_MPI1_COMPAT
396
401
linked_files += \
397
402
paddress_f.c \
398
- pattr_delete_f.c \
399
- pattr_get_f.c \
400
- pattr_put_f.c \
401
403
perrhandler_create_f.c \
402
404
perrhandler_get_f.c \
403
405
perrhandler_set_f.c \
404
- pkeyval_create_f.c \
405
- pkeyval_free_f.c \
406
406
ptype_extent_f.c \
407
407
ptype_hindexed_f.c \
408
408
ptype_hvector_f.c \
You can’t perform that action at this time.
0 commit comments