Skip to content

Commit c9b9992

Browse files
authored
Merge pull request open-mpi#10623 from jsquyres/pr/v5.0.x/remove-stale-kruft
v5.0.x: Remove stale kruft
2 parents ef7198a + f3b0f94 commit c9b9992

File tree

3 files changed

+0
-468
lines changed

3 files changed

+0
-468
lines changed

.gitignore

Lines changed: 0 additions & 174 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
.gdb*
99
.idea
1010

11-
.hgrc
12-
.hgignore
13-
.hg
14-
.hgignore_local
15-
1611
*.la
1712
*.lo
1813
*.o
@@ -213,15 +208,6 @@ ompi/mca/osc/monitoring/osc_monitoring_template_gen.h
213208
ompi/mca/pml/v/autogen.vprotocols
214209
ompi/mca/pml/v/mca_vprotocol_config_output
215210

216-
ompi/mca/rte/orte/ompi-ps.1
217-
ompi/mca/rte/orte/ompi-clean.1
218-
ompi/mca/rte/orte/mpiexec.1
219-
ompi/mca/rte/orte/ompi-top.1
220-
ompi/mca/rte/orte/ompi-server.1
221-
ompi/mca/rte/orte/ompi-restart.1
222-
ompi/mca/rte/orte/ompi-checkpoint.1
223-
ompi/mca/rte/orte/mpirun.1
224-
225211
ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control
226212

227213
ompi/mca/topo/treematch/config.h
@@ -264,13 +250,8 @@ ompi/mpi/java/java/*.jar
264250
ompi/mpi/java/java/*.h
265251
ompi/mpi/java/java/doc
266252

267-
ompi/mpi/man/man3/MPI*.3
268-
ompi/mpi/man/man3/OpenMPI.3
269-
ompi/mpi/man/man3/.dir-stamp
270-
271253
ompi/mpi/tool/profile/*.c
272254

273-
ompi/mpiext/affinity/c/OMPI_Affinity_str.3
274255
ompi/mpiext/affinity/c/example
275256

276257
ompi/mpiext/ftmpi/c/profile/pcomm_agree.c
@@ -286,71 +267,19 @@ ompi/mpiext/example/tests/progress_mpifh
286267
ompi/mpiext/example/tests/progress_usempi
287268
ompi/mpiext/example/tests/progress_usempif08
288269

289-
ompi/mpiext/cuda/c/MPIX_Query_cuda_support.3
290270
ompi/mpiext/cuda/c/mpiext_cuda_c.h
291271
ompi/mpiext/cuda/c/cuda_c.h
292272

293-
ompi/mpiext/pcollreq/c/MPIX_*.3
294-
ompi/mpiext/pcollreq/c/profile/pallgather_init.c
295-
ompi/mpiext/pcollreq/c/profile/pallgatherv_init.c
296-
ompi/mpiext/pcollreq/c/profile/pallreduce_init.c
297-
ompi/mpiext/pcollreq/c/profile/palltoall_init.c
298-
ompi/mpiext/pcollreq/c/profile/palltoallv_init.c
299-
ompi/mpiext/pcollreq/c/profile/palltoallw_init.c
300-
ompi/mpiext/pcollreq/c/profile/pbarrier_init.c
301-
ompi/mpiext/pcollreq/c/profile/pbcast_init.c
302-
ompi/mpiext/pcollreq/c/profile/pexscan_init.c
303-
ompi/mpiext/pcollreq/c/profile/pgather_init.c
304-
ompi/mpiext/pcollreq/c/profile/pgatherv_init.c
305-
ompi/mpiext/pcollreq/c/profile/pmpiext_pcollreq_c.h
306-
ompi/mpiext/pcollreq/c/profile/pneighbor_allgather_init.c
307-
ompi/mpiext/pcollreq/c/profile/pneighbor_allgatherv_init.c
308-
ompi/mpiext/pcollreq/c/profile/pneighbor_alltoall_init.c
309-
ompi/mpiext/pcollreq/c/profile/pneighbor_alltoallv_init.c
310-
ompi/mpiext/pcollreq/c/profile/pneighbor_alltoallw_init.c
311-
ompi/mpiext/pcollreq/c/profile/preduce_init.c
312-
ompi/mpiext/pcollreq/c/profile/preduce_scatter_block_init.c
313-
ompi/mpiext/pcollreq/c/profile/preduce_scatter_init.c
314-
ompi/mpiext/pcollreq/c/profile/pscan_init.c
315-
ompi/mpiext/pcollreq/c/profile/pscatter_init.c
316-
ompi/mpiext/pcollreq/c/profile/pscatterv_init.c
317-
ompi/mpiext/pcollreq/c/profile/ppcollreq_c.h
318-
319-
ompi/mpiext/pcollreq/mpif-h/profile/pallgather_init_f.c
320-
ompi/mpiext/pcollreq/mpif-h/profile/pallgatherv_init_f.c
321-
ompi/mpiext/pcollreq/mpif-h/profile/pallreduce_init_f.c
322-
ompi/mpiext/pcollreq/mpif-h/profile/palltoall_init_f.c
323-
ompi/mpiext/pcollreq/mpif-h/profile/palltoallv_init_f.c
324-
ompi/mpiext/pcollreq/mpif-h/profile/palltoallw_init_f.c
325-
ompi/mpiext/pcollreq/mpif-h/profile/pbarrier_init_f.c
326-
ompi/mpiext/pcollreq/mpif-h/profile/pbcast_init_f.c
327-
ompi/mpiext/pcollreq/mpif-h/profile/pexscan_init_f.c
328-
ompi/mpiext/pcollreq/mpif-h/profile/pgather_init_f.c
329-
ompi/mpiext/pcollreq/mpif-h/profile/pgatherv_init_f.c
330-
ompi/mpiext/pcollreq/mpif-h/profile/pneighbor_allgather_init_f.c
331-
ompi/mpiext/pcollreq/mpif-h/profile/pneighbor_allgatherv_init_f.c
332-
ompi/mpiext/pcollreq/mpif-h/profile/pneighbor_alltoall_init_f.c
333-
ompi/mpiext/pcollreq/mpif-h/profile/pneighbor_alltoallv_init_f.c
334-
ompi/mpiext/pcollreq/mpif-h/profile/pneighbor_alltoallw_init_f.c
335-
ompi/mpiext/pcollreq/mpif-h/profile/preduce_init_f.c
336-
ompi/mpiext/pcollreq/mpif-h/profile/preduce_scatter_block_init_f.c
337-
ompi/mpiext/pcollreq/mpif-h/profile/preduce_scatter_init_f.c
338-
ompi/mpiext/pcollreq/mpif-h/profile/pscan_init_f.c
339-
ompi/mpiext/pcollreq/mpif-h/profile/pscatter_init_f.c
340-
ompi/mpiext/pcollreq/mpif-h/profile/pscatterv_init_f.c
341-
342273
ompi/mpiext/shortfloat/c/mpiext_shortfloat_c.h
343274
ompi/mpiext/shortfloat/mpif-h/mpiext_shortfloat_mpifh.h
344275
ompi/mpiext/shortfloat/use-mpi-f08/mpiext_shortfloat_usempif08.h
345276

346277
ompi/tools/mpisync/mpisync
347278
ompi/tools/mpisync/mpirun_prof
348279
ompi/tools/mpisync/ompi_timing_post
349-
ompi/tools/mpisync/mpisync.1
350280
ompi/tools/mpirun/mpirun
351281

352282
ompi/tools/ompi_info/ompi_info
353-
ompi/tools/ompi_info/ompi_info.1
354283

355284
ompi/tools/wrappers/mpic++-wrapper-data.txt
356285
ompi/tools/wrappers/mpicc-wrapper-data.txt
@@ -365,8 +294,6 @@ ompi/tools/wrappers/mpicxx-wrapper-data.txt
365294
ompi/tools/wrappers/mpif77-wrapper-data.txt
366295
ompi/tools/wrappers/mpif90-wrapper-data.txt
367296

368-
opal/libltdl
369-
370297
opal/asm/atomic-asm.S
371298
opal/asm/atomic-test
372299
opal/asm/generated/atomic-*.s
@@ -382,14 +309,8 @@ opal/include/opal/sys/powerpc/atomic-32-64.s
382309

383310
opal/mca/base/mca_base_parse_paramfile_lex.c
384311

385-
opal/mca/common/libfabric/libfabric/config.h
386-
387-
opal/mca/btl/openib/btl_openib_lex.c
388-
389312
opal/mca/btl/usnic/usnic_btl_run_tests
390313

391-
opal/mca/crs/opal_crs.7
392-
393314
opal/mca/event/libevent*/libevent/config.h.in
394315
opal/mca/event/libevent*/libevent/config.h
395316
opal/mca/event/libevent*/libevent/libevent.pc
@@ -399,67 +320,6 @@ opal/mca/event/libevent*/libevent/include/event2/event-config.h
399320

400321
opal/mca/installdirs/config/install_dirs.h
401322

402-
!opal/mca/pmix/pmix*/openpmix/AUTHORS
403-
!opal/mca/pmix/pmix*/openpmix/contrib/perf_tools/Makefile
404-
opal/mca/pmix/pmix*/openpmix/include/pmix/autogen/config.h
405-
opal/mca/pmix/pmix*/openpmix/include/pmix/autogen/config.h.in
406-
opal/mca/pmix/pmix*/openpmix/src/include/private/autogen/config.h.in
407-
opal/mca/pmix/pmix*/openpmix/src/include/private/autogen/config.h
408-
opal/mca/pmix/pmix*/openpmix/src/include/frameworks.h
409-
opal/mca/pmix/pmix*/openpmix/src/mca/pinstalldirs/config/pinstall_dirs.h
410-
opal/mca/pmix/pmix*/openpmix/config/autogen_found_items.m4
411-
opal/mca/pmix/pmix*/openpmix/config/mca_library_paths.txt
412-
opal/mca/pmix/pmix*/openpmix/config/test-driver
413-
opal/mca/pmix/pmix*/openpmix/src/include/pmix_config.h
414-
opal/mca/pmix/pmix*/openpmix/src/include/pmix_config.h.in
415-
opal/mca/pmix/pmix*/openpmix/include/pmix_common.h
416-
opal/mca/pmix/pmix*/openpmix/include/pmix_rename.h
417-
opal/mca/pmix/pmix*/openpmix/include/pmix_version.h
418-
opal/mca/pmix/pmix*/openpmix/src/util/keyval/keyval_lex.c
419-
opal/mca/pmix/pmix*/openpmix/src/util/show_help_lex.c
420-
opal/mca/pmix/pmix*/openpmix/examples/alloc
421-
opal/mca/pmix/pmix*/openpmix/examples/client
422-
opal/mca/pmix/pmix*/openpmix/examples/debugger
423-
opal/mca/pmix/pmix*/openpmix/examples/debuggerd
424-
opal/mca/pmix/pmix*/openpmix/examples/dmodex
425-
opal/mca/pmix/pmix*/openpmix/examples/dynamic
426-
opal/mca/pmix/pmix*/openpmix/examples/fault
427-
opal/mca/pmix/pmix*/openpmix/examples/jctrl
428-
opal/mca/pmix/pmix*/openpmix/examples/pub
429-
opal/mca/pmix/pmix*/openpmix/examples/server
430-
opal/mca/pmix/pmix*/openpmix/examples/tool
431-
opal/mca/pmix/pmix*/openpmix/test/run_tests00.pl
432-
opal/mca/pmix/pmix*/openpmix/test/run_tests01.pl
433-
opal/mca/pmix/pmix*/openpmix/test/run_tests02.pl
434-
opal/mca/pmix/pmix*/openpmix/test/run_tests03.pl
435-
opal/mca/pmix/pmix*/openpmix/test/run_tests04.pl
436-
opal/mca/pmix/pmix*/openpmix/test/run_tests05.pl
437-
opal/mca/pmix/pmix*/openpmix/test/run_tests06.pl
438-
opal/mca/pmix/pmix*/openpmix/test/run_tests07.pl
439-
opal/mca/pmix/pmix*/openpmix/test/run_tests08.pl
440-
opal/mca/pmix/pmix*/openpmix/test/run_tests09.pl
441-
opal/mca/pmix/pmix*/openpmix/test/run_tests10.pl
442-
opal/mca/pmix/pmix*/openpmix/test/run_tests11.pl
443-
opal/mca/pmix/pmix*/openpmix/test/run_tests12.pl
444-
opal/mca/pmix/pmix*/openpmix/test/run_tests13.pl
445-
opal/mca/pmix/pmix*/openpmix/test/run_tests14.pl
446-
opal/mca/pmix/pmix*/openpmix/test/run_tests15.pl
447-
opal/mca/pmix/pmix*/openpmix/src/tools/wrapper/pmix.pc
448-
opal/mca/pmix/pmix*/openpmix/src/tools/wrapper/pmixcc-wrapper-data.txt
449-
450-
451-
opal/mca/pmix/ext4x/ext4x.c
452-
opal/mca/pmix/ext4x/ext4x.h
453-
opal/mca/pmix/ext4x/ext4x_client.c
454-
opal/mca/pmix/ext4x/ext4x_component.c
455-
opal/mca/pmix/ext4x/ext4x_server_north.c
456-
opal/mca/pmix/ext4x/ext4x_server_south.c
457-
458-
opal/tools/opal-checkpoint/opal-checkpoint
459-
opal/tools/opal-checkpoint/opal-checkpoint.1
460-
opal/tools/opal-restart/opal-restart
461-
opal/tools/opal-restart/opal-restart.1
462-
463323
opal/tools/wrappers/opalcc-wrapper-data.txt
464324
opal/tools/wrappers/opalc++-wrapper-data.txt
465325
opal/tools/wrappers/opalCC-wrapper-data.txt
@@ -558,48 +418,15 @@ oshmem/shmem/fortran/profile/pshpalloc_f.c
558418
oshmem/shmem/fortran/profile/pnum_pes_f.c
559419
oshmem/shmem/fortran/profile/pstart_pes_f.c
560420

561-
oshmem/shmem/java/java/shmem.jar
562-
oshmem/shmem/java/java/doc
563-
oshmem/shmem/java/java/shmem_Constant.h
564-
oshmem/shmem/java/java/shmem_ShMem.h
565-
oshmem/shmem/java/java/shmem
566-
oshmem/shmem/java/java/shmem_Addr.h
567-
oshmem/shmem/java/java/shmem_PSync.h
568-
569-
oshmem/shmem/man/man3/shmem_*.3
570-
oshmem/shmem/man/man3/OpenSHMEM.3
571-
oshmem/shmem/man/man3/intro_shmem.3
572-
oshmem/shmem/man/man3/_my_pe.3
573-
oshmem/shmem/man/man3/_num_pes.3
574-
oshmem/shmem/man/man3/shfree.3
575-
oshmem/shmem/man/man3/shmalloc.3
576-
oshmem/shmem/man/man3/shmemalign.3
577-
oshmem/shmem/man/man3/shrealloc.3
578-
oshmem/shmem/man/man3/start_pes.3
579-
oshmem/shmem/man/man3/.dir-stamp
580-
581421
oshmem/tools/oshmem_info/oshmem_info
582-
oshmem/tools/oshmem_info/oshmem_info.1
583422

584-
oshmem/tools/wrappers/oshcc.1
585-
oshmem/tools/wrappers/oshfort.1
586-
oshmem/tools/wrappers/oshrun.1
587423
oshmem/tools/wrappers/oshmem-c.pc
588424
oshmem/tools/wrappers/oshmem-cxx.pc
589425
oshmem/tools/wrappers/oshmem-fort.pc
590426
oshmem/tools/wrappers/oshmem.pc
591-
oshmem/tools/wrappers/shmemcc.1
592-
oshmem/tools/wrappers/shmemfort.1
593-
oshmem/tools/wrappers/shmemrun.1
594427
oshmem/tools/wrappers/shmemcc-wrapper-data.txt
595428
oshmem/tools/wrappers/shmemfort-wrapper-data.txt
596-
oshmem/tools/wrappers/oshCC.1
597-
oshmem/tools/wrappers/oshc++.1
598-
oshmem/tools/wrappers/oshcxx.1
599-
oshmem/tools/wrappers/shmemCC.1
600429
oshmem/tools/wrappers/shmemc++-wrapper-data.txt
601-
oshmem/tools/wrappers/shmemc++.1
602-
oshmem/tools/wrappers/shmemcxx.1
603430

604431
test/asm/atomic_math_noinline
605432
test/asm/atomic_barrier
@@ -653,7 +480,6 @@ test/monitoring/example_reduce_count
653480
test/monitoring/test_overhead
654481
test/monitoring/test_pvar_access
655482

656-
657483
test/mpi/environment/chello
658484

659485
test/runtime/parse_context

ompi/tools/ompi_info/Makefile.am

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ AM_CFLAGS = \
4242
-DOPAL_CC_ABSOLUTE="\"@OPAL_CC_ABSOLUTE@\"" \
4343
-DOMPI_CXX_ABSOLUTE="\"@OMPI_CXX_ABSOLUTE@\""
4444

45-
# JMS Delete me
46-
#include $(top_srcdir)/Makefile.ompi-rules
47-
48-
# JMS What to do about this?
49-
#man_pages = ompi_info.1
50-
#EXTRA_DIST = $(man_pages:.1=.1in)
51-
5245
if OPAL_INSTALL_BINARIES
5346

5447
bin_PROGRAMS = ompi_info

0 commit comments

Comments
 (0)