Skip to content

Commit 651be39

Browse files
authored
Merge pull request #9459 from jsquyres/pr/makefile-tab-cleanups
Makefile.am: s/^I/ /g as relevant
2 parents 54f788d + 8dbe991 commit 651be39

File tree

4 files changed

+61
-61
lines changed

4 files changed

+61
-61
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2009-2021 Cisco Systems, Inc. All rights reserved.
1313
# Copyright (c) 2011 Sandia National Laboratories. All rights reserved.
1414
# Copyright (c) 2012 Oak Rigde National Laboratory. All rights reserved.
1515
# Copyright (c) 2012-2013 Inria. All rights reserved.
@@ -148,7 +148,7 @@ libmpi_c_mpi_la_SOURCES = \
148148
comm_split.c \
149149
comm_split_type.c \
150150
comm_test_inter.c \
151-
compare_and_swap.c \
151+
compare_and_swap.c \
152152
dims_create.c \
153153
errhandler_c2f.c \
154154
errhandler_f2c.c \
@@ -158,7 +158,7 @@ libmpi_c_mpi_la_SOURCES = \
158158
exscan.c \
159159
iexscan.c \
160160
exscan_init.c \
161-
fetch_and_op.c \
161+
fetch_and_op.c \
162162
file_c2f.c \
163163
file_call_errhandler.c \
164164
file_close.c \
@@ -233,7 +233,7 @@ libmpi_c_mpi_la_SOURCES = \
233233
get_count.c \
234234
get_elements.c \
235235
get_elements_x.c \
236-
get_accumulate.c \
236+
get_accumulate.c \
237237
get_library_version.c \
238238
get_processor_name.c \
239239
get_version.c \
@@ -326,7 +326,7 @@ libmpi_c_mpi_la_SOURCES = \
326326
psend_init.c \
327327
publish_name.c \
328328
query_thread.c \
329-
raccumulate.c \
329+
raccumulate.c \
330330
recv_init.c \
331331
recv.c \
332332
reduce.c \
@@ -344,9 +344,9 @@ libmpi_c_mpi_la_SOURCES = \
344344
request_f2c.c \
345345
request_free.c \
346346
request_get_status.c \
347-
rget.c \
348-
rget_accumulate.c \
349-
rput.c \
347+
rget.c \
348+
rget_accumulate.c \
349+
rput.c \
350350
rsend_init.c \
351351
rsend.c \
352352
scan.c \
@@ -428,24 +428,24 @@ libmpi_c_mpi_la_SOURCES = \
428428
accumulate.c \
429429
get.c \
430430
put.c \
431-
win_allocate.c \
432-
win_allocate_shared.c \
433-
win_attach.c \
431+
win_allocate.c \
432+
win_allocate_shared.c \
433+
win_attach.c \
434434
win_c2f.c \
435435
win_call_errhandler.c \
436436
win_complete.c \
437437
win_create_errhandler.c \
438438
win_create_keyval.c \
439439
win_create.c \
440-
win_create_dynamic.c \
440+
win_create_dynamic.c \
441441
win_delete_attr.c \
442-
win_detach.c \
442+
win_detach.c \
443443
win_f2c.c \
444444
win_fence.c \
445-
win_flush.c \
446-
win_flush_all.c \
447-
win_flush_local.c \
448-
win_flush_local_all.c \
445+
win_flush.c \
446+
win_flush_all.c \
447+
win_flush_local.c \
448+
win_flush_local_all.c \
449449
win_free_keyval.c \
450450
win_free.c \
451451
win_get_attr.c \
@@ -454,18 +454,18 @@ libmpi_c_mpi_la_SOURCES = \
454454
win_get_info.c \
455455
win_get_name.c \
456456
win_lock.c \
457-
win_lock_all.c \
457+
win_lock_all.c \
458458
win_post.c \
459459
win_set_attr.c \
460460
win_set_errhandler.c \
461461
win_set_info.c \
462462
win_set_name.c \
463-
win_shared_query.c \
464-
win_sync.c \
463+
win_shared_query.c \
464+
win_sync.c \
465465
win_start.c \
466466
win_test.c \
467467
win_unlock.c \
468-
win_unlock_all.c \
468+
win_unlock_all.c \
469469
win_wait.c
470470

471471

ompi/mpi/c/profile/Makefile.am

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- makefile.am -*-
1+
# -*- makefile.am -*-
22
#
33
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
44
# University Research and Technology
@@ -128,7 +128,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
128128
pcomm_split.c \
129129
pcomm_split_type.c \
130130
pcomm_test_inter.c \
131-
pcompare_and_swap.c \
131+
pcompare_and_swap.c \
132132
pdims_create.c \
133133
perrhandler_c2f.c \
134134
perrhandler_f2c.c \
@@ -138,7 +138,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
138138
pexscan.c \
139139
piexscan.c \
140140
pexscan_init.c \
141-
pfetch_and_op.c \
141+
pfetch_and_op.c \
142142
pfile_c2f.c \
143143
pfile_call_errhandler.c \
144144
pfile_close.c \
@@ -213,7 +213,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
213213
pget_count.c \
214214
pget_elements.c \
215215
pget_elements_x.c \
216-
pget_accumulate.c \
216+
pget_accumulate.c \
217217
pget_library_version.c \
218218
pget_processor_name.c \
219219
pget_version.c \
@@ -240,8 +240,8 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
240240
pgroup_translate_ranks.c \
241241
pgroup_union.c \
242242
pibsend.c \
243-
pimprobe.c \
244-
pimrecv.c \
243+
pimprobe.c \
244+
pimrecv.c \
245245
pinfo_c2f.c \
246246
pinfo_create.c \
247247
pinfo_delete.c \
@@ -306,11 +306,11 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
306306
ppsend_init.c \
307307
ppublish_name.c \
308308
pquery_thread.c \
309-
praccumulate.c \
309+
praccumulate.c \
310310
precv_init.c \
311311
precv.c \
312312
preduce.c \
313-
pireduce.c \
313+
pireduce.c \
314314
preduce_init.c \
315315
pregister_datarep.c \
316316
preduce_local.c \
@@ -324,9 +324,9 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
324324
prequest_f2c.c \
325325
prequest_free.c \
326326
prequest_get_status.c \
327-
prget.c \
328-
prget_accumulate.c \
329-
prput.c \
327+
prget.c \
328+
prget_accumulate.c \
329+
prput.c \
330330
prsend_init.c \
331331
prsend.c \
332332
pscan.c \
@@ -403,29 +403,29 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
403403
pwaitall.c \
404404
pwaitany.c \
405405
pwaitsome.c \
406-
pwtime.c \
407-
pwtick.c \
406+
pwtime.c \
407+
pwtick.c \
408408
paccumulate.c \
409409
pget.c \
410410
pput.c \
411-
pwin_allocate.c \
412-
pwin_allocate_shared.c \
413-
pwin_attach.c \
411+
pwin_allocate.c \
412+
pwin_allocate_shared.c \
413+
pwin_attach.c \
414414
pwin_c2f.c \
415415
pwin_call_errhandler.c \
416416
pwin_complete.c \
417417
pwin_create_errhandler.c \
418418
pwin_create_keyval.c \
419419
pwin_create.c \
420-
pwin_create_dynamic.c \
420+
pwin_create_dynamic.c \
421421
pwin_delete_attr.c \
422-
pwin_detach.c \
422+
pwin_detach.c \
423423
pwin_f2c.c \
424424
pwin_fence.c \
425-
pwin_flush.c \
426-
pwin_flush_all.c \
427-
pwin_flush_local.c \
428-
pwin_flush_local_all.c \
425+
pwin_flush.c \
426+
pwin_flush_all.c \
427+
pwin_flush_local.c \
428+
pwin_flush_local_all.c \
429429
pwin_free_keyval.c \
430430
pwin_free.c \
431431
pwin_get_attr.c \
@@ -434,18 +434,18 @@ nodist_libmpi_c_pmpi_la_SOURCES = \
434434
pwin_get_info.c \
435435
pwin_get_name.c \
436436
pwin_lock.c \
437-
pwin_lock_all.c \
437+
pwin_lock_all.c \
438438
pwin_post.c \
439439
pwin_set_attr.c \
440440
pwin_set_errhandler.c \
441441
pwin_set_info.c \
442442
pwin_set_name.c \
443-
pwin_shared_query.c \
443+
pwin_shared_query.c \
444444
pwin_start.c \
445-
pwin_sync.c \
445+
pwin_sync.c \
446446
pwin_test.c \
447447
pwin_unlock.c \
448-
pwin_unlock_all.c \
448+
pwin_unlock_all.c \
449449
pwin_wait.c
450450

451451
if OMPI_ENABLE_MPI1_COMPAT

ompi/mpi/fortran/mpif-h/Makefile.am

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2006-2021 Cisco Systems, Inc. All rights reserved.
1313
# Copyright (c) 2011-2013 Inria. All rights reserved.
1414
# Copyright (c) 2011-2013 Universite Bordeaux 1
1515
# Copyright (c) 2013-2018 Los Alamos National Security, LLC. All rights
@@ -136,25 +136,25 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
136136
aint_add_f.c \
137137
aint_diff_f.c \
138138
allgather_f.c \
139-
allgather_init_f.c \
139+
allgather_init_f.c \
140140
allgatherv_f.c \
141-
allgatherv_init_f.c \
141+
allgatherv_init_f.c \
142142
alloc_mem_f.c \
143143
allreduce_f.c \
144-
allreduce_init_f.c \
144+
allreduce_init_f.c \
145145
alltoall_f.c \
146-
alltoall_init_f.c \
146+
alltoall_init_f.c \
147147
alltoallv_f.c \
148-
alltoallv_init_f.c \
148+
alltoallv_init_f.c \
149149
alltoallw_f.c \
150-
alltoallw_init_f.c \
150+
alltoallw_init_f.c \
151151
attr_delete_f.c \
152152
attr_get_f.c \
153153
attr_put_f.c \
154154
barrier_f.c \
155-
barrier_init_f.c \
155+
barrier_init_f.c \
156156
bcast_f.c \
157-
bcast_init_f.c \
157+
bcast_init_f.c \
158158
bsend_f.c \
159159
bsend_init_f.c \
160160
buffer_attach_f.c \
@@ -213,7 +213,7 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
213213
error_class_f.c \
214214
error_string_f.c \
215215
exscan_f.c \
216-
exscan_init_f.c \
216+
exscan_init_f.c \
217217
f_sync_reg_f.c \
218218
file_call_errhandler_f.c \
219219
file_close_f.c \
@@ -278,9 +278,9 @@ lib@OMPI_LIBMPI_NAME@_mpifh_la_SOURCES += \
278278
finalize_f.c \
279279
free_mem_f.c \
280280
gather_f.c \
281-
gather_init_f.c \
281+
gather_init_f.c \
282282
gatherv_f.c \
283-
gatherv_init_f.c \
283+
gatherv_init_f.c \
284284
get_address_f.c \
285285
get_count_f.c \
286286
get_elements_f.c \

ompi/mpi/fortran/mpif-h/profile/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ linked_files = \
377377
pwaitany_f.c \
378378
pwait_f.c \
379379
pwaitsome_f.c \
380-
pwtick_f.c \
381-
pwtime_f.c \
380+
pwtick_f.c \
381+
pwtime_f.c \
382382
paccumulate_f.c \
383383
praccumulate_f.c \
384384
pregister_datarep_f.c \

0 commit comments

Comments
 (0)