Skip to content

Commit 1683a46

Browse files
authored
Merge pull request #10600 from jsquyres/pr/remove-stale-kruft
Remove stale kruft
2 parents 5debb1a + 41a2d61 commit 1683a46

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,73 +267,21 @@ 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

293273
ompi/mpiext/rocm/c/mpiext_rocm_c.h
294274

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

348279
ompi/tools/mpisync/mpisync
349280
ompi/tools/mpisync/mpirun_prof
350281
ompi/tools/mpisync/ompi_timing_post
351-
ompi/tools/mpisync/mpisync.1
352282
ompi/tools/mpirun/mpirun
353283

354284
ompi/tools/ompi_info/ompi_info
355-
ompi/tools/ompi_info/ompi_info.1
356285

357286
ompi/tools/wrappers/mpic++-wrapper-data.txt
358287
ompi/tools/wrappers/mpicc-wrapper-data.txt
@@ -367,8 +296,6 @@ ompi/tools/wrappers/mpicxx-wrapper-data.txt
367296
ompi/tools/wrappers/mpif77-wrapper-data.txt
368297
ompi/tools/wrappers/mpif90-wrapper-data.txt
369298

370-
opal/libltdl
371-
372299
opal/asm/atomic-asm.S
373300
opal/asm/atomic-test
374301
opal/asm/generated/atomic-*.s
@@ -384,14 +311,8 @@ opal/include/opal/sys/powerpc/atomic-32-64.s
384311

385312
opal/mca/base/mca_base_parse_paramfile_lex.c
386313

387-
opal/mca/common/libfabric/libfabric/config.h
388-
389-
opal/mca/btl/openib/btl_openib_lex.c
390-
391314
opal/mca/btl/usnic/usnic_btl_run_tests
392315

393-
opal/mca/crs/opal_crs.7
394-
395316
opal/mca/event/libevent*/libevent/config.h.in
396317
opal/mca/event/libevent*/libevent/config.h
397318
opal/mca/event/libevent*/libevent/libevent.pc
@@ -401,67 +322,6 @@ opal/mca/event/libevent*/libevent/include/event2/event-config.h
401322

402323
opal/mca/installdirs/config/install_dirs.h
403324

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

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

586-
oshmem/tools/wrappers/oshcc.1
587-
oshmem/tools/wrappers/oshfort.1
588-
oshmem/tools/wrappers/oshrun.1
589425
oshmem/tools/wrappers/oshmem-c.pc
590426
oshmem/tools/wrappers/oshmem-cxx.pc
591427
oshmem/tools/wrappers/oshmem-fort.pc
592428
oshmem/tools/wrappers/oshmem.pc
593-
oshmem/tools/wrappers/shmemcc.1
594-
oshmem/tools/wrappers/shmemfort.1
595-
oshmem/tools/wrappers/shmemrun.1
596429
oshmem/tools/wrappers/shmemcc-wrapper-data.txt
597430
oshmem/tools/wrappers/shmemfort-wrapper-data.txt
598-
oshmem/tools/wrappers/oshCC.1
599-
oshmem/tools/wrappers/oshc++.1
600-
oshmem/tools/wrappers/oshcxx.1
601-
oshmem/tools/wrappers/shmemCC.1
602431
oshmem/tools/wrappers/shmemc++-wrapper-data.txt
603-
oshmem/tools/wrappers/shmemc++.1
604-
oshmem/tools/wrappers/shmemcxx.1
605432

606433
test/asm/atomic_math_noinline
607434
test/asm/atomic_barrier
@@ -655,7 +482,6 @@ test/monitoring/example_reduce_count
655482
test/monitoring/test_overhead
656483
test/monitoring/test_pvar_access
657484

658-
659485
test/mpi/environment/chello
660486

661487
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)