Thanks Jeff!!



On Tue, Apr 15, 2014 at 3:27 PM, Jeff Squyres (jsquyres) <jsquy...@cisco.com
> wrote:

> All --
>
> See https://svn.open-mpi.org/trac/ompi/changeset/31408.
>
> There's now a cron script running at IU that will keep svn:ignore
> properties in sync with .gitignore_global and .hgignore_global.  It's
> currently running at 1am US Eastern time (that time was picked pretty
> arbitrarily).
>
>
> Begin forwarded message:
>
> > From: <svn-commit-mai...@open-mpi.org>
> > Subject: [OMPI svn-full] svn:open-mpi r31408 - trunk
> > Date: April 15, 2014 6:24:44 PM EDT
> > To: <svn-f...@open-mpi.org>
> > Reply-To: <de...@open-mpi.org>
> >
> > Author: mpiteam (MPI Team)
> > Date: 2014-04-15 18:24:44 EDT (Tue, 15 Apr 2014)
> > New Revision: 31408
> > URL: https://svn.open-mpi.org/trac/ompi/changeset/31408
> >
> > Log:
> > Replace top-level .gitignore with .gitignore_global, and add
> .hgignore_global
> >
> > The rationale for this name switch is as follows:
> >
> > 0. These two files will be automatically kept up-to-date with
> >   svn:ignore properties in the tree via a cron script.  Meaning: if a
> >   developer makes changes to svn:ignore properties, those changes
> >   will automatically be reflected in .gitignore_global /
> >   .hgignore_global within a fixed time period (at the moment,
> >   nightly).
> >
> > 1. Developers who make pure clones of git/hg OMPI repos can copy the
> >   relevant .*ignore_global file to .*ignore.  This gives them a good
> >   starting point for a fully-populated ignore file.  However, since
> >   the upstream _global file may change over time, developers will
> >   likely want to keep them in sync with their local .*ignore file.
> >   Here's two possibilities:
> >
> >   1a. Maintain a single .*ignore file and manually merge in changes
> >       from the _global file upstream.
> >
> >   1b. Maintain their local ignores in a .*ignore_local file, and
> >       periodically "cat .*ignore_global .*ignore_local > *.ignore"
> >       (e.g., whenever the upstream _global file changes).
> >
> > 2. Developers who make svn+clone checkouts can do similar things as
> >   listed in 1, with the added feature that they cannot make the
> >   mistake of committing their locally-modified .*ignore file back to
> >   SVN (presumably containing references to files that do not exist in
> >   SVN), since the .*ignore file is not in SVN.
> >
> > Point #2 is probably the    stronger of these two reasons -- prevent
> > mistakes of developers accidentally committing locally-modified
> > .*ignore files back to SVN.
> >
> > Added:
> >   trunk/.gitignore_global
> >   trunk/.hgignore_global
> > Deleted:
> >   trunk/.gitignore
> >
> > Deleted: trunk/.gitignore
> >
> ==============================================================================
> > --- trunk/.gitignore  2014-04-15 18:24:44 EDT (Tue, 15 Apr 2014)
>  (r31407)
> > +++ /dev/null 00:00:00 1970   (deleted)
> > @@ -1,789 +0,0 @@
> > -# Automatically generated by build-gitignore.pl; edits may be lost!
> > -.libs
> > -.deps
> > -.libs
> > -.svn
> > -*.la
> > -*.lo
> > -*.o
> > -*.so
> > -*.a
> > -.dirstamp
> > -*.dSYM
> > -*.S
> > -*.loT
> > -*.orig
> > -*.rej
> > -*.class
> > -*.xcscheme
> > -*.plist
> > -*~
> > -Makefile
> > -Makefile.in
> > -static-components.h
> > -*\\#
> > -config.cache
> > -aclocal.m4
> > -autom4te.cache
> > -config.log
> > -config.status
> > -configure
> > -libtool
> > -doxygen
> > -bin
> > -lib
> > -cscope.*
> > -etags
> > -.cdt*
> > -.project
> > -.gdb*
> > -GRTAGS
> > -GSYMS
> > -GTAGS
> > -GPATH
> > -vc70.pdb
> > -.hgrc
> > -.hgignore
> > -.hg
> > -.hgignore_local
> > -config.lt
> > -test/util/aaa
> > -test/util/test_session_dir_out
> > -test/util/opal_os_path
> > -test/util/opal_argv
> > -test/util/opal_os_create_dirpath
> > -test/util/opal_if
> > -test/util/opal_error
> > -test/util/opal_timer
> > -test/util/orte_sys_info
> > -test/util/orte_session_dir
> > -test/util/orte_sys_info
> > -test/util/orte_universe_setup_file_io
> > -test/util/opal_basename
> > -test/util/ompi_numtostr
> > -test/util/ompi_pack
> > -test/util/test-file
> > -test/util/opal_sos
> > -test/util/opal_path_nfs
> > -test/util/opal_path_nfs.out
> > -test/util/opal_bit_ops
> > -test/util/*.log
> > -test/util/*.trs
> > -test/asm/.gdb_history
> > -test/asm/atomic_math_noinline
> > -test/asm/atomic_barrier
> > -test/asm/atomic_cmpset_noinline
> > -test/asm/atomic_math
> > -test/asm/atomic_cmpset
> > -test/asm/atomic_spinlock_noinline.c
> > -test/asm/atomic_barrier_noinline.c
> > -test/asm/atomic_math_noinline.c
> > -test/asm/atomic_cmpset_noinline.c
> > -test/asm/atomic_spinlock_noinline
> > -test/asm/atomic_barrier_noinline
> > -test/asm/atomic_spinlock
> > -test/asm/*.log
> > -test/asm/*.trs
> > -test/class/*.txt
> > -test/class/*.exe
> > -test/class/ompi_circular_buffer_fifo
> > -test/class/ompi_bitmap_test_out.txt
> > -test/class/ompi_fifo
> > -test/class/opal_list
> > -test/class/opal_hash_table
> > -test/class/opal_value_array
> > -test/class/ompi_rb_tree
> > -test/class/ompi_bitmap
> > -test/class/opal_pointer_array
> > -test/class/opal_bitmap
> > -test/class/opal_tree
> > -test/class/*.log
> > -test/class/*.trs
> > -test/dss/dss_buffer
> > -test/dss/dss_copy
> > -test/dss/dss_size
> > -test/dss/dss_cmp
> > -test/dss/dss_release
> > -test/dss/dss_payload
> > -test/dss/dss_set_get
> > -test/dss/dss_print
> > -test/runtime/.gdb_history
> > -test/runtime/parse_context
> > -test/runtime/sigchld
> > -test/runtime/start_shut
> > -test/runtime/opal_init_finalize
> > -test/runtime/orte_init_finalize
> > -test/event/signal-test
> > -test/event/event-test
> > -test/event/time-test
> > -test/threads/opal_condition
> > -test/threads/opal_thread
> > -test/threads/*.log
> > -test/threads/*.trs
> > -test/datatype/ddt_test
> > -test/datatype/ddt_pack
> > -test/datatype/to_self
> > -test/datatype/checksum
> > -test/datatype/position
> > -test/datatype/ddt_raw
> > -test/datatype/opal_datatype_test
> > -test/datatype/*.log
> > -test/datatype/*.trs
> > -test/mpi/environment/.gdb_history
> > -test/mpi/environment/chello
> > -config/ylwrap
> > -config/config.guess
> > -config/config.sub
> > -config/depcomp
> > -config/compile
> > -config/install-sh
> > -config/ltmain.sh
> > -config/ltmain.sh.orig
> > -config/missing
> > -config/mkinstalldirs
> > -config/mca_no_configure_components.m4
> > -config/mca_m4_config_include.m4
> > -config/ext_no_configure_components.m4
> > -config/ext_m4_config_include.m4
> > -config/libtool.m4
> > -config/libtool.m4.orig
> > -config/libtool.m4.rej
> > -config/lt~obsolete.m4
> > -config/ltdl.m4
> > -config/argz.m4
> > -config/ltsugar.m4
> > -config/ltversion.m4
> > -config/ltoptions.m4
> > -config/project_list.m4
> > -config/autogen_found_items.m4
> > -config/opal_get_version.sh
> > -config/test-driver
> > -opal/libltdl
> > -opal/vc70.pdb
> > -opal/util/*.obj
> > -opal/util/show_help_lex.c
> > -opal/util/vc70.pdb
> > -opal/util/keyval/keyval_lex.c
> > -opal/asm/atomic-asm.S
> > -opal/asm/atomic-test
> > -opal/asm/vc70.pdb
> > -opal/asm/*.obj
> > -opal/asm/generated/atomic-*.s
> > -opal/class/*.obj
> > -opal/tools/opal-restart/opal-restart
> > -opal/tools/opal-restart/opal-restart.1
> > -opal/tools/opal-checkpoint/opal-checkpoint
> > -opal/tools/opal-checkpoint/opal-checkpoint.1
> > -opal/tools/wrappers/opalcc-wrapper-data.txt
> > -opal/tools/wrappers/opalc++-wrapper-data.txt
> > -opal/tools/wrappers/opalCC-wrapper-data.txt
> > -opal/tools/wrappers/opal_wrapper
> > -opal/tools/wrappers/opalcc.1
> > -opal/tools/wrappers/opalc++.1
> > -opal/tools/wrappers/generic_wrapper.1
> > -opal/tools/wrappers/opal_wrapper.1
> > -opal/tools/wrappers/opal.pc
> > -opal/runtime/*.obj
> > -opal/include/opal_config.h
> > -opal/include/opal_config.h.in
> > -opal/include/stamp-h1
> > -opal/include/opal/install_dirs.h
> > -opal/include/opal/version.h
> > -opal/include/opal/frameworks.h
> > -opal/include/opal/sys/powerpc/atomic-32.s
> > -opal/include/opal/sys/powerpc/atomic-64.s
> > -opal/include/opal/sys/powerpc/atomic-32-64.s
> > -opal/threads/*.obj
> > -opal/win32/*.obj
> > -opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/stamp-*
> > -opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/config.h
> > -opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/config.h
> > -opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/stamp-*
> > -opal/mca/memory/vc70.pdb
> > -opal/mca/memory/base/*.obj
> > -opal/mca/crs/opal_crs.7
> > -opal/mca/event/libevent2021/libevent/stamp-h1
> > -opal/mca/event/libevent2021/libevent/autom4te.cache
> > -opal/mca/event/libevent2021/libevent/libtool
> > -opal/mca/event/libevent2021/libevent/config.log
> > -opal/mca/event/libevent2021/libevent/config.status
> > -opal/mca/event/libevent2021/libevent/config.h.in
> > -opal/mca/event/libevent2021/libevent/config.h
> > -opal/mca/event/libevent2021/libevent/libevent.pc
> > -opal/mca/event/libevent2021/libevent/libevent_openssl.pc
> > -opal/mca/event/libevent2021/libevent/libevent_pthreads.pc
> > -opal/mca/event/libevent2021/libevent/compile
> > -opal/mca/event/libevent2021/libevent/ltmain.sh
> > -opal/mca/event/libevent2021/libevent/install-sh
> > -opal/mca/event/libevent2021/libevent/missing
> > -opal/mca/event/libevent2021/libevent/config.sub
> > -opal/mca/event/libevent2021/libevent/config.guess
> > -opal/mca/event/libevent2021/libevent/configure
> > -opal/mca/event/libevent2021/libevent/depcomp
> > -opal/mca/event/libevent2021/libevent/aclocal.m4
> > -opal/mca/event/libevent2021/libevent/test-driver
> > -opal/mca/event/libevent2021/libevent/compile
> > -opal/mca/event/libevent2021/libevent/include/event2/event-config.h
> > -opal/mca/event/libevent2021/libevent/m4/ltsugar.m4
> > -opal/mca/event/libevent2021/libevent/m4/libtool.m4
> > -opal/mca/event/libevent2021/libevent/m4/ltversion.m4
> > -opal/mca/event/libevent2021/libevent/m4/lt~obsolete.m4
> > -opal/mca/event/libevent2021/libevent/m4/ltoptions.m4
> > -opal/mca/base/*.obj
> > -opal/mca/base/mca_base_parse_paramfile_lex.c
> > -opal/mca/base/vc70.pdb
> > -opal/mca/pstat/*.obj
> > -opal/mca/pstat/base/*.obj
> > -opal/mca/timer/vc70.pdb
> > -opal/mca/timer/base/*.obj
> > -opal/mca/installdirs/config/install_dirs.h
> > -opal/memoryhooks/*.obj
> > -orte/doxygen
> > -orte/util/hostfile/hostfile_lex.c
> > -orte/util/hostfile/orte_hosts.7
> > -orte/test/system/radix
> > -orte/test/system/sigusr_trap
> > -orte/test/system/orte_no_op
> > -orte/test/system/no_op
> > -orte/test/system/hello
> > -orte/test/system/hello_nodename
> > -orte/test/system/hello_null
> > -orte/test/system/.gdb*
> > -orte/test/system/spin
> > -orte/test/system/orte_nodename
> > -orte/test/system/orte_proc_subscribe
> > -orte/test/system/orte_spawn
> > -orte/test/system/orte_stage_gate
> > -orte/test/system/orte_loop_spawn
> > -orte/test/system/orte_loop_child
> > -orte/test/system/orte_abort
> > -orte/test/system/get_limits
> > -orte/test/system/orte_ring
> > -orte/test/system/spawn_child
> > -orte/test/system/orte_tool
> > -orte/test/system/binom
> > -orte/test/system/iof_stress
> > -orte/test/system/oob_stress
> > -orte/test/system/iof_delay
> > -orte/test/system/orte_barrier
> > -orte/test/system/orte_mcast
> > -orte/test/system/mcast
> > -orte/test/system/mcast_recv
> > -orte/test/system/opal_interface
> > -orte/test/system/orte_spin
> > -orte/test/system/segfault
> > -orte/test/system/sysinfo
> > -orte/test/system/orte_exit
> > -orte/test/system/orte_db
> > -orte/test/system/orte_state
> > -orte/test/system/orte_sensor
> > -orte/test/system/event-threads
> > -orte/test/system/test-time
> > -orte/test/system/psm_keygen
> > -orte/test/system/regex
> > -orte/test/system/orte_errors
> > -orte/test/system/evthread-test
> > -orte/test/system/evpri-test
> > -orte/test/system/opal-evpri-test
> > -orte/test/system/evpri-test2
> > -orte/test/system/mapper
> > -orte/test/system/reducer
> > -orte/test/system/opal_hotel
> > -orte/test/system/orte_dfs
> > -orte/test/system/orte_allocate
> > -orte/test/system/getenv_pmi
> > -orte/test/system/pmi_abort
> > -orte/test/system/opal_hwloc
> > -orte/test/system/opal_db
> > -orte/test/mpi/abort
> > -orte/test/mpi/accept
> > -orte/test/mpi/bad_exit
> > -orte/test/mpi/bcast_loop
> > -orte/test/mpi/concurrent_spawn
> > -orte/test/mpi/connect
> > -orte/test/mpi/crisscross
> > -orte/test/mpi/delayed_abort
> > -orte/test/mpi/hello_barrier
> > -orte/test/mpi/hello_nodename
> > -orte/test/mpi/hello_output
> > -orte/test/mpi/hello_show_help
> > -orte/test/mpi/hello
> > -orte/test/mpi/hello++
> > -orte/test/mpi/loop_child
> > -orte/test/mpi/loop_spawn
> > -orte/test/mpi/mpi_barrier
> > -orte/test/mpi/mpi_no_op
> > -orte/test/mpi/mpi_spin
> > -orte/test/mpi/multi_abort
> > -orte/test/mpi/parallel_r8
> > -orte/test/mpi/parallel_r64
> > -orte/test/mpi/parallel_w8
> > -orte/test/mpi/parallel_w64
> > -orte/test/mpi/pubsub
> > -orte/test/mpi/read_write
> > -orte/test/mpi/reduce-hang
> > -orte/test/mpi/segv
> > -orte/test/mpi/simple_spawn
> > -orte/test/mpi/slave
> > -orte/test/mpi/spawn_multiple
> > -orte/test/mpi/ziaprobe
> > -orte/test/mpi/ziatest
> > -orte/test/mpi/.gdb_history
> > -orte/test/mpi/junk*
> > -orte/test/mpi/sio
> > -orte/test/mpi/sendrecv_blaster
> > -orte/test/mpi/early_abort
> > -orte/test/mpi/spawn_problem/ch_rec
> > -orte/test/mpi/spawn_problem/output
> > -orte/test/mpi/spawn_problem/start
> > -orte/test/mpi/debugger
> > -orte/test/mpi/server_port_name.txt
> > -orte/test/mpi/singleton_client_server
> > -orte/test/mpi/intercomm_create
> > -orte/test/mpi/spawn_tree
> > -orte/test/mpi/init-exit77
> > -orte/test/mpi/mpi_info
> > -orte/test/mpi/info_spawn
> > -orte/test/mpi/client
> > -orte/test/mpi/server
> > -orte/test/mpi/paccept
> > -orte/test/mpi/pconnect
> > -orte/test/mpi/thread_init
> > -orte/test/mpi/memcached-dummy
> > -orte/tools/orte-top/orte-top
> > -orte/tools/orte-top/orte-top.1
> > -orte/tools/orte-info/orte-info
> > -orte/tools/orte-info/*.exe
> > -orte/tools/orte-info/orte-info.1
> > -orte/tools/orte-checkpoint/orte-checkpoint
> > -orte/tools/orte-checkpoint/orte-checkpoint.1
> > -orte/tools/orte-checkpoint/ompi-checkpoint.1
> > -orte/tools/orte-ps/orte-ps
> > -orte/tools/orte-ps/orte-ps.1
> > -orte/tools/orte-server/orte-server
> > -orte/tools/orte-server/orte-server.1
> > -orte/tools/orted/orted
> > -orte/tools/orted/orted.1
> > -orte/tools/orted/.gdb_history
> > -orte/tools/orted/*.exe
> > -orte/tools/orte-clean/orte-clean
> > -orte/tools/orte-clean/orte-clean.1
> > -orte/tools/orterun/orterun
> > -orte/tools/orterun/*.exe
> > -orte/tools/orterun/orterun.1
> > -orte/tools/orte-restart/orte-restart
> > -orte/tools/orte-restart/orte-restart.1
> > -orte/tools/orte-restart/ompi-restart.1
> > -orte/tools/orte-migrate/orte-migrate
> > -orte/tools/orte-migrate/orte-migrate.1
> > -orte/tools/orte-migrate/ompi-migrate.1
> > -orte/tools/wrappers/ortecc-wrapper-data.txt
> > -orte/tools/wrappers/ortec++-wrapper-data.txt
> > -orte/tools/wrappers/ortecc.1
> > -orte/tools/wrappers/ortec++.1
> > -orte/tools/wrappers/orte_wrapper_script
> > -orte/tools/wrappers/orte.pc
> > -orte/include/stamp-h*
> > -orte/include/orte_config.h
> > -orte/include/orte/version.h
> > -orte/include/orte/frameworks.h
> > -orte/mca/odls/default/.gdb_history
> > -orte/mca/dfs/vc70.pdb
> > -orte/mca/dfs/base/*.obj
> > -orte/mca/sstore/orte_sstore.7
> > -orte/mca/filem/orte_filem.7
> > -orte/mca/snapc/orte_snapc.7
> > -orte/mca/rmaps/rank_file/rmaps_rank_file_lex.c
> > -orte/mca/rmaps/rank_file/rankfile_lex.c
> > -orte/mca/errmgr/vc70.pdb
> > -orte/mca/errmgr/base/*.obj
> > -orte/mca/oob/tcp/acinclude.m4
> > -orte/mca/oob/tcp/aclocal.m4
> > -orte/mca/oob/tcp/configure
> > -orte/mca/oob/tcp/configure.ac
> > -orte/mca/oob/tcp/config.log
> > -orte/mca/oob/tcp/config.status
> > -orte/mca/oob/tcp/libtool
> > -orte/mca/oob/tcp/autom4te.cache
> > -orte/mca/oob/tcp/.lam*
> > -orte/mca/oob/usock/acinclude.m4
> > -orte/mca/oob/usock/aclocal.m4
> > -orte/mca/oob/usock/configure
> > -orte/mca/oob/usock/configure.ac
> > -orte/mca/oob/usock/config.log
> > -orte/mca/oob/usock/config.status
> > -orte/mca/oob/usock/libtool
> > -orte/mca/oob/usock/autom4te.cache
> > -orte/mca/oob/usock/.lam*
> > -examples/hello_c
> > -examples/hello_cxx
> > -examples/hello_mpifh
> > -examples/hello_usempi
> > -examples/hello_usempif08
> > -examples/ring_c
> > -examples/ring_cxx
> > -examples/ring_mpifh
> > -examples/ring_usempi
> > -examples/ring_usempif08
> > -examples/connectivity_c
> > -examples/ring_oshmem
> > -examples/hello_oshmem
> > -examples/ring_oshmemfh
> > -examples/hello_oshmemfh
> > -ompi/libltdl
> > -ompi/GPATH
> > -ompi/GRTAGS
> > -ompi/GYSMS
> > -ompi/GTAGS
> > -ompi/GSYMS
> > -ompi/debuggers/*.in
> > -ompi/debuggers/dlopen_test
> > -ompi/debuggers/predefined_gap_test
> > -ompi/debuggers/predefined_pad_test
> > -ompi/debuggers/*.log
> > -ompi/debuggers/*.trs
> > -ompi/tools/ompi_info/ompi_info
> > -ompi/tools/ompi_info/*.ii
> > -ompi/tools/ompi_info/*.ti
> > -ompi/tools/ompi_info/ompi_info.1
> > -ompi/tools/wrappers/mpic++-wrapper-data.txt
> > -ompi/tools/wrappers/mpicc-wrapper-data.txt
> > -ompi/tools/wrappers/mpifort-wrapper-data.txt
> > -ompi/tools/wrappers/mpicc.1
> > -ompi/tools/wrappers/mpic++.1
> > -ompi/tools/wrappers/mpicxx.1
> > -ompi/tools/wrappers/mpifort.1
> > -ompi/tools/wrappers/ompi_wrapper_script
> > -ompi/tools/wrappers/ompi.pc
> > -ompi/tools/wrappers/ompi-c.pc
> > -ompi/tools/wrappers/ompi-cxx.pc
> > -ompi/tools/wrappers/ompi-fort.pc
> > -ompi/tools/wrappers/mpijavac.pl
> > -ompi/tools/wrappers/mpif90.1
> > -ompi/tools/wrappers/mpif77.1
> > -ompi/tools/wrappers/mpicxx-wrapper-data.txt
> > -ompi/tools/wrappers/mpif77-wrapper-data.txt
> > -ompi/tools/wrappers/mpif90-wrapper-data.txt
> > -ompi/include/stamp-h*
> > -ompi/include/ompi_config.h
> > -ompi/include/mpi.h
> > -ompi/include/mpif-config.h
> > -ompi/include/mpif.h
> > -ompi/include/mpif-common.h
> > -ompi/include/mpi-ext.h
> > -ompi/include/mpif-ext.h
> > -ompi/include/mpif-handles.h
> > -ompi/include/mpif-io-constants.h
> > -ompi/include/mpif-constants.h
> > -ompi/include/mpif-io-handles.h
> > -ompi/include/mpi_portable_platform.h
> > -ompi/include/ompi/version.h
> > -ompi/include/ompi/frameworks.h
> > -ompi/mpiext/example/use-mpi-f08/*.mod
> > -ompi/mpiext/example/tests/progress_c
> > -ompi/mpiext/example/tests/progress_mpifh
> > -ompi/mpiext/example/tests/progress_usempi
> > -ompi/mpiext/example/tests/progress_usempif08
> > -ompi/mpiext/affinity/c/OMPI_Affinity_str.3
> > -ompi/mpiext/affinity/c/example
> > -ompi/mpi/java/java/mpi
> > -ompi/mpi/java/java/*.jar
> > -ompi/mpi/java/java/*.h
> > -ompi/mpi/java/java/doc
> > -ompi/mpi/c/profile/p*.c
> > -ompi/mpi/man/man3/MPI*.3
> > -ompi/mpi/man/man3/OpenMPI.3
> > -ompi/mpi/man/man3/.dir-stamp
> > -ompi/mpi/tool/profile/*.c
> > -ompi/mpi/fortran/configure-fortran-output.h
> > -ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
> > -ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
> > -ompi/mpi/fortran/use-mpi-ignore-tkr/*.mod
> > -ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
> > -ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
> > -ompi/mpi/fortran/use-mpi-tkr/mpi_*.f90
> > -ompi/mpi/fortran/use-mpi-tkr/mpi.mod
> > -ompi/mpi/fortran/use-mpi-tkr/MPI.mod
> > -ompi/mpi/fortran/use-mpi-tkr/mpi_kinds.mod
> > -ompi/mpi/fortran/use-mpi-tkr/mpi_kinds.ompi_module
> > -ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h
> > -ompi/mpi/fortran/use-mpi-tkr/libmpi_f90.a
> > -ompi/mpi/fortran/use-mpi-f08-desc/*.mod
> > -ompi/mpi/fortran/use-mpi-f08/constants.h
> > -ompi/mpi/fortran/use-mpi-f08/*.mod
> > -ompi/mpi/fortran/mpif-h/profile/p*.c
> > -ompi/mpi/fortran/base/*.mod
> > -ompi/mpi/fortran/mpiext/mpi-ext-module.F90
> > -ompi/mpi/fortran/mpiext/mpi-f08-ext-module.F90
> > -ompi/mpi/fortran/mpiext/*.mod
> > -ompi/mca/io/romio/acinclude.m4*
> > -ompi/mca/io/romio/aclocal.m4
> > -ompi/mca/io/romio/configure
> > -ompi/mca/io/romio/configure.ac*
> > -ompi/mca/io/romio/config.log
> > -ompi/mca/io/romio/config.status
> > -ompi/mca/io/romio/libtool
> > -ompi/mca/io/romio/autom4te.cache
> > -ompi/mca/io/romio/config.guess
> > -ompi/mca/io/romio/config.sub
> > -ompi/mca/io/romio/depcomp
> > -ompi/mca/io/romio/install-sh
> > -ompi/mca/io/romio/ltmain.sh
> > -ompi/mca/io/romio/missing
> > -ompi/mca/io/romio/mkinstalldirs
> > -ompi/mca/io/romio/stamp-h1
> > -ompi/mca/io/romio/io-romio-version.h*
> > -ompi/mca/io/romio/romio/config.log
> > -ompi/mca/io/romio/romio/config.status
> > -ompi/mca/io/romio/romio/autom4te.cache
> > -ompi/mca/io/romio/romio/libtool
> > -ompi/mca/io/romio/romio/lib
> > -ompi/mca/io/romio/romio/configure
> > -ompi/mca/io/romio/romio/aclocal.m4
> > -ompi/mca/io/romio/romio/depcomp
> > -ompi/mca/io/romio/romio/config.guess
> > -ompi/mca/io/romio/romio/ltmain.sh
> > -ompi/mca/io/romio/romio/config.sub
> > -ompi/mca/io/romio/romio/missing
> > -ompi/mca/io/romio/romio/install-sh
> > -ompi/mca/io/romio/romio/localdefs
> > -ompi/mca/io/romio/romio/confdb/depcomp
> > -ompi/mca/io/romio/romio/confdb/missing
> > -ompi/mca/io/romio/romio/confdb/ltmain.sh
> > -ompi/mca/io/romio/romio/confdb/config.guess
> > -ompi/mca/io/romio/romio/confdb/config.sub
> > -ompi/mca/io/romio/romio/confdb/install-sh
> > -ompi/mca/io/romio/romio/confdb/.placeholder
> > -ompi/mca/io/romio/romio/confdb/compile
> > -ompi/mca/io/romio/romio/confdb/ar-lib
> > -ompi/mca/io/romio/romio/confdb/libtool.m4
> > -ompi/mca/io/romio/romio/confdb/ltoptions.m4
> > -ompi/mca/io/romio/romio/confdb/ltsugar.m4
> > -ompi/mca/io/romio/romio/confdb/ltversion.m4
> > -ompi/mca/io/romio/romio/confdb/lt~obsolete.m4
> > -ompi/mca/io/romio/romio/util/romioinstall
> > -ompi/mca/io/romio/romio/test/runtests
> > -ompi/mca/io/romio/romio/test/large_file.c
> > -ompi/mca/io/romio/romio/test/misc.c
> > -ompi/mca/io/romio/romio/test/fcoll_test.f
> > -ompi/mca/io/romio/romio/test/fmisc.f
> > -ompi/mca/io/romio/romio/test/fperf.f
> > -ompi/mca/io/romio/romio/test/pfcoll_test.f
> > -ompi/mca/io/romio/romio/test/status
> > -ompi/mca/io/romio/romio/test/coll_test
> > -ompi/mca/io/romio/romio/test/atomicity
> > -ompi/mca/io/romio/romio/test/async-multiple
> > -ompi/mca/io/romio/romio/test/i_noncontig
> > -ompi/mca/io/romio/romio/test/noncontig_coll2
> > -ompi/mca/io/romio/romio/test/large_file
> > -ompi/mca/io/romio/romio/test/shared_fp
> > -ompi/mca/io/romio/romio/test/misc
> > -ompi/mca/io/romio/romio/test/perf
> > -ompi/mca/io/romio/romio/test/noncontig
> > -ompi/mca/io/romio/romio/test/split_coll
> > -ompi/mca/io/romio/romio/test/psimple
> > -ompi/mca/io/romio/romio/test/async
> > -ompi/mca/io/romio/romio/test/large_array
> > -ompi/mca/io/romio/romio/test/simple
> > -ompi/mca/io/romio/romio/test/error
> > -ompi/mca/io/romio/romio/test/file_info
> > -ompi/mca/io/romio/romio/test/coll_perf
> > -ompi/mca/io/romio/romio/test/aggregation1
> > -ompi/mca/io/romio/romio/test/aggregation2
> > -ompi/mca/io/romio/romio/test/excl
> > -ompi/mca/io/romio/romio/test/noncontig_coll
> > -ompi/mca/io/romio/romio/test/ordered_fp
> > -ompi/mca/io/romio/romio/test/hindexed
> > -ompi/mca/io/romio/romio/mpi-io/glue/openmpi/io_romio_mpio_file.c
> > -ompi/mca/io/romio/romio/mpi-io/glue/openmpi/io_romio_mpio_err.c
> > -ompi/mca/io/romio/romio/adio/include/romioconf.h
> > -ompi/mca/io/romio/romio/adio/include/romioconf.h.in
> > -ompi/mca/io/romio/romio/adio/include/stamp-h1
> > -ompi/mca/io/romio/romio/include/mpio.h
> > -ompi/mca/io/romio/romio/include/mpiof.h
> > -ompi/mca/io/romio/src/stamp-h1
> > -ompi/mca/io/romio/src/romio_config.h
> > -ompi/mca/io/romio/src/romio_config.h.in
> > -ompi/mca/crcp/ompi_crcp.7
> > -ompi/mca/coll/sm/coll-sm-version.h*
> > -ompi/mca/coll/demo/acinclude.m4
> > -ompi/mca/coll/demo/aclocal.m4
> > -ompi/mca/coll/demo/configure
> > -ompi/mca/coll/demo/configure.ac
> > -ompi/mca/coll/demo/config.log
> > -ompi/mca/coll/demo/config.status
> > -ompi/mca/coll/demo/config.guess
> > -ompi/mca/coll/demo/config.sub
> > -ompi/mca/coll/demo/config
> > -ompi/mca/coll/demo/libtool
> > -ompi/mca/coll/demo/autom4te.cache
> > -ompi/mca/coll/demo/depcomp
> > -ompi/mca/coll/demo/ltmain.sh
> > -ompi/mca/coll/demo/missing
> > -ompi/mca/coll/demo/install-sh
> > -ompi/mca/coll/demo/*bak
> > -ompi/mca/coll/demo/coll_demo_config.h*
> > -ompi/mca/coll/demo/stamp-h1*
> > -ompi/mca/coll/demo/.lam*
> > -ompi/mca/coll/demo/coll-demo-version.h*
> > -ompi/mca/coll/ml/coll_ml_lex.c
> > -ompi/mca/coll/basic/coll-basic-version.h*
> > -ompi/mca/coll/self/coll-self-version.h*
> > -ompi/mca/btl/openib/btl_openib_lex.c
> > -ompi/mca/rte/orte/ompi-ps.1
> > -ompi/mca/rte/orte/ompi-clean.1
> > -ompi/mca/rte/orte/mpiexec.1
> > -ompi/mca/rte/orte/ompi-top.1
> > -ompi/mca/rte/orte/ompi-server.1
> > -ompi/mca/rte/orte/ompi-restart.1
> > -ompi/mca/rte/orte/ompi-checkpoint.1
> > -ompi/mca/rte/orte/mpirun.1
> > -ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control
> > -ompi/mca/pml/v/autogen.vprotocols
> > -ompi/mca/pml/v/mca_vprotocol_config_output
> > -ompi/contrib/vt/vt/aclocal.m4
> > -ompi/contrib/vt/vt/autom4te.cache
> > -ompi/contrib/vt/vt/config.h
> > -ompi/contrib/vt/vt/config.h.in
> > -ompi/contrib/vt/vt/config.log
> > -ompi/contrib/vt/vt/config.status
> > -ompi/contrib/vt/vt/configure
> > -ompi/contrib/vt/vt/libtool
> > -ompi/contrib/vt/vt/stamp-h1
> > -ompi/contrib/vt/vt/util/installdirs_conf.h
> > -ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.gen.c
> > -ompi/contrib/vt/vt/vtlib/vt_mpireg.gen.c
> > -ompi/contrib/vt/vt/vtlib/vt_mpireg.gen.h
> > -ompi/contrib/vt/vt/vtlib/vt_mpiwrap.gen.c
> > -ompi/contrib/vt/vt/config/compile
> > -ompi/contrib/vt/vt/config/config.guess
> > -ompi/contrib/vt/vt/config/config.sub
> > -ompi/contrib/vt/vt/config/depcomp
> > -ompi/contrib/vt/vt/config/install-sh
> > -ompi/contrib/vt/vt/config/ltmain.sh
> > -ompi/contrib/vt/vt/config/ltmain.sh.orig
> > -ompi/contrib/vt/vt/config/missing
> > -ompi/contrib/vt/vt/config/mpigen/mk_c_wrapper.sh
> > -ompi/contrib/vt/vt/config/mpigen/mk_fortran_wrapper.sh
> > -ompi/contrib/vt/vt/config/mpigen/mk_registry.sh
> > -ompi/contrib/vt/vt/config/m4/libtool.m4
> > -ompi/contrib/vt/vt/config/m4/lt~obsolete.m4
> > -ompi/contrib/vt/vt/config/m4/ltoptions.m4
> > -ompi/contrib/vt/vt/config/m4/ltsugar.m4
> > -ompi/contrib/vt/vt/config/m4/ltversion.m4
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtwrapper
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtcc-wrapper-data.txt
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtc++-wrapper-data.txt
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtfort-wrapper-data.txt
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtf77-wrapper-data.txt
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtf90-wrapper-data.txt
> > -ompi/contrib/vt/vt/tools/vtwrapper/vtnvcc-wrapper-data.txt
> > -ompi/contrib/vt/vt/tools/vtwrapper/installdirs.c
> > -ompi/contrib/vt/vt/tools/vtwrapper/util.c
> > -ompi/contrib/vt/vt/tools/vtlibwrapgen/vt_libwrapgen_defs.h
> > -ompi/contrib/vt/vt/tools/vtlibwrapgen/vtlibwrapgen
> > -ompi/contrib/vt/vt/tools/vtlibwrapgen/installdirs.c
> > -ompi/contrib/vt/vt/tools/vtlibwrapgen/util.c
> > -ompi/contrib/vt/vt/tools/opari/tool/opari
> > -ompi/contrib/vt/vt/tools/opari/tool/util.c
> > -ompi/contrib/vt/vt/tools/vtjava/vtjava
> > -ompi/contrib/vt/vt/tools/vtrun/vtrun
> > -ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-common
> > -ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-start
> > -ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-stop
> > -ompi/contrib/vt/vt/tools/vtcpcavail/vtcpcavail
> > -ompi/contrib/vt/vt/tools/vtfilter/vtfilter
> > -ompi/contrib/vt/vt/tools/vtfilter/mpi/vtfilter-mpi
> > -ompi/contrib/vt/vt/tools/vtfilter/mpi/*.cc
> > -ompi/contrib/vt/vt/tools/vtfilter/mpi/old
> > -ompi/contrib/vt/vt/tools/vtdyn/vtdyn
> > -ompi/contrib/vt/vt/tools/vtdyn/dynattlib/libvt-dynatt.*
> > -ompi/contrib/vt/vt/tools/vtunify/vtunify
> > -ompi/contrib/vt/vt/tools/vtunify/mpi/vtunify-mpi
> > -ompi/contrib/vt/vt/tools/vtunify/mpi/hooks
> > -ompi/contrib/vt/vt/tools/vtunify/mpi/*.cc
> > -ompi/contrib/vt/vt/tools/vtsetup/vtsetup
> > -ompi/contrib/vt/vt/tools/vtsetup/vtsetup-config.xml
> > -ompi/contrib/vt/vt/tools/vtsetup/vtsetup-data.xml
> > -ompi/contrib/vt/vt/tools/vtsetup/doc/ChangeLog
> > -ompi/contrib/vt/vt/tools/vtsetup/doc/LICENSE
> > -ompi/contrib/vt/vt/include/vt_inttypes.h
> > -ompi/contrib/vt/vt/extlib/otf/aclocal.m4
> > -ompi/contrib/vt/vt/extlib/otf/autom4te.cache
> > -ompi/contrib/vt/vt/extlib/otf/config.h
> > -ompi/contrib/vt/vt/extlib/otf/config.h.in
> > -ompi/contrib/vt/vt/extlib/otf/config.log
> > -ompi/contrib/vt/vt/extlib/otf/config.status
> > -ompi/contrib/vt/vt/extlib/otf/configure
> > -ompi/contrib/vt/vt/extlib/otf/libtool
> > -ompi/contrib/vt/vt/extlib/otf/stamp-h1
> > -ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes_unix.h
> > -ompi/contrib/vt/vt/extlib/otf/config/config.guess
> > -ompi/contrib/vt/vt/extlib/otf/config/config.sub
> > -ompi/contrib/vt/vt/extlib/otf/config/depcomp
> > -ompi/contrib/vt/vt/extlib/otf/config/install-sh
> > -ompi/contrib/vt/vt/extlib/otf/config/ltmain.sh
> > -ompi/contrib/vt/vt/extlib/otf/config/ltmain.sh.orig
> > -ompi/contrib/vt/vt/extlib/otf/config/missing
> > -ompi/contrib/vt/vt/extlib/otf/config/py-compile
> > -ompi/contrib/vt/vt/extlib/otf/config/compile
> > -ompi/contrib/vt/vt/extlib/otf/config/m4/libtool.m4
> > -ompi/contrib/vt/vt/extlib/otf/config/m4/lt~obsolete.m4
> > -ompi/contrib/vt/vt/extlib/otf/config/m4/ltoptions.m4
> > -ompi/contrib/vt/vt/extlib/otf/config/m4/ltsugar.m4
> > -ompi/contrib/vt/vt/extlib/otf/config/m4/ltversion.m4
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress
> > -ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf
> > -ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfprint
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/otfmerge-mpi
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/*c
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfinfo/otfinfo
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/otfprofile
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/otfprofile-mpi
> > -ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/*.cpp
> >
> -ompi/contrib/vt/vt/extlib/otf/tests/read_from_buffer/otf_read_from_buffer
> > -ompi/contrib/vt/vt/extlib/otf/tests/progress/otf_progress
> > -ompi/contrib/vt/vt/extlib/otf/tests/thumbnail/otf_thumbnail
> > -ompi/contrib/vt/vt/extlib/otf/tests/generic_streams/otf_generic_streams
> > -ompi/contrib/vt/vt/extlib/otf/tests/hello/otf_hello
> >
> -ompi/contrib/vt/vt/extlib/otf/tests/generic_streams-mpi/otf_generic_streams_mpi
> > -ompi/contrib/vt/wrappers/mpi*txt
> > -oshmem/shmem/c/profile/shmem*.c
> > -oshmem/shmem/fortran/libshmem_fortran.la
> > -oshmem/tools/oshmem_info/oshmem_info
> > -oshmem/tools/oshmem_info/oshmem_info.1
> > -oshmem/tools/wrappers/shmemcc-wrapper-data.txt
> > -oshmem/tools/wrappers/shmemfort-wrapper-data.txt
> > -oshmem/include/shmem.h
> > -oshmem/include/stamp-*
> > -oshmem/include/oshmem_config.h
> > -oshmem/include/shmem_portable_platform.h
> > -oshmem/include/oshmem/frameworks.h
> > -oshmem/include/oshmem/version.h
> > -oshmem/mca/sshmem/.deps/
> > -oshmem/mca/sshmem/base/static-components.h
> > -contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h
> > -contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h.in
> > -contrib/build-mca-comps-outside-of-tree/autom4te.cache
> > -contrib/build-mca-comps-outside-of-tree/config
> > -contrib/build-mca-comps-outside-of-tree/aclocal.m4
> > -contrib/build-mca-comps-outside-of-tree/configure
> > -contrib/build-mca-comps-outside-of-tree/config.log
> > -contrib/build-mca-comps-outside-of-tree/config.status
> > -contrib/build-mca-comps-outside-of-tree/stamp-h?
> > -contrib/build-mca-comps-outside-of-tree/libtool
> > -contrib/scaling/orte_no_op
> > -contrib/scaling/mpi_no_op
> > -contrib/scaling/mpi_barrier
> > -contrib/dist/linux/compile_debian_mlnx_example
> > -contrib/dist/mofed/compile_debian_mlnx_example
> > -contrib/dist/mofed/debian/changelog
> > -contrib/dist/mofed/debian/control
> > -contrib/dist/mofed/debian/copyright
> > -contrib/dist/mofed/debian/rules
> >
> > Added: trunk/.gitignore_global
> >
> ==============================================================================
> > --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> > +++ trunk/.gitignore_global   2014-04-15 18:24:44 EDT (Tue, 15 Apr 2014)
>      (r31408)
> > @@ -0,0 +1,795 @@
> > +# Automatically generated by build-gitignore.pl; edits may be lost!
> > +.libs
> > +.deps
> > +.libs
> > +.svn
> > +*.la
> > +*.lo
> > +*.o
> > +*.so
> > +*.a
> > +.dirstamp
> > +*.dSYM
> > +*.S
> > +*.loT
> > +*.orig
> > +*.rej
> > +*.class
> > +*.xcscheme
> > +*.plist
> > +*~
> > +Makefile
> > +Makefile.in
> > +static-components.h
> > +*\\#
> > +config.cache
> > +aclocal.m4
> > +autom4te.cache
> > +config.log
> > +config.status
> > +configure
> > +libtool
> > +doxygen
> > +bin
> > +lib
> > +cscope.*
> > +etags
> > +.cdt*
> > +.project
> > +.gdb*
> > +GRTAGS
> > +GSYMS
> > +GTAGS
> > +GPATH
> > +vc70.pdb
> > +.hgrc
> > +.hgignore
> > +.hg
> > +.hgignore_local
> > +config.lt
> > +orcm
> > +config/ylwrap
> > +config/config.guess
> > +config/config.sub
> > +config/depcomp
> > +config/compile
> > +config/install-sh
> > +config/ltmain.sh
> > +config/ltmain.sh.orig
> > +config/missing
> > +config/mkinstalldirs
> > +config/mca_no_configure_components.m4
> > +config/mca_m4_config_include.m4
> > +config/ext_no_configure_components.m4
> > +config/ext_m4_config_include.m4
> > +config/libtool.m4
> > +config/libtool.m4.orig
> > +config/libtool.m4.rej
> > +config/lt~obsolete.m4
> > +config/ltdl.m4
> > +config/argz.m4
> > +config/ltsugar.m4
> > +config/ltversion.m4
> > +config/ltoptions.m4
> > +config/project_list.m4
> > +config/autogen_found_items.m4
> > +config/opal_get_version.sh
> > +config/test-driver
> > +contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h
> > +contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h.in
> > +contrib/build-mca-comps-outside-of-tree/autom4te.cache
> > +contrib/build-mca-comps-outside-of-tree/config
> > +contrib/build-mca-comps-outside-of-tree/aclocal.m4
> > +contrib/build-mca-comps-outside-of-tree/configure
> > +contrib/build-mca-comps-outside-of-tree/config.log
> > +contrib/build-mca-comps-outside-of-tree/config.status
> > +contrib/build-mca-comps-outside-of-tree/stamp-h?
> > +contrib/build-mca-comps-outside-of-tree/libtool
> > +contrib/dist/linux/compile_debian_mlnx_example
> > +contrib/dist/mofed/compile_debian_mlnx_example
> > +contrib/dist/mofed/debian/changelog
> > +contrib/dist/mofed/debian/control
> > +contrib/dist/mofed/debian/copyright
> > +contrib/dist/mofed/debian/rules
> > +contrib/platform/intel/bend/*orcm*
> > +contrib/scaling/orte_no_op
> > +contrib/scaling/mpi_no_op
> > +contrib/scaling/mpi_barrier
> > +examples/hello_c
> > +examples/hello_cxx
> > +examples/hello_mpifh
> > +examples/hello_usempi
> > +examples/hello_usempif08
> > +examples/ring_c
> > +examples/ring_cxx
> > +examples/ring_mpifh
> > +examples/ring_usempi
> > +examples/ring_usempif08
> > +examples/connectivity_c
> > +examples/ring_oshmem
> > +examples/hello_oshmem
> > +examples/ring_oshmemfh
> > +examples/hello_oshmemfh
> > +ompi/libltdl
> > +ompi/GPATH
> > +ompi/GRTAGS
> > +ompi/GYSMS
> > +ompi/GTAGS
> > +ompi/GSYMS
> > +ompi/contrib/vt/vt/aclocal.m4
> > +ompi/contrib/vt/vt/autom4te.cache
> > +ompi/contrib/vt/vt/config.h
> > +ompi/contrib/vt/vt/config.h.in
> > +ompi/contrib/vt/vt/config.log
> > +ompi/contrib/vt/vt/config.status
> > +ompi/contrib/vt/vt/configure
> > +ompi/contrib/vt/vt/libtool
> > +ompi/contrib/vt/vt/stamp-h1
> > +ompi/contrib/vt/vt/config/compile
> > +ompi/contrib/vt/vt/config/config.guess
> > +ompi/contrib/vt/vt/config/config.sub
> > +ompi/contrib/vt/vt/config/depcomp
> > +ompi/contrib/vt/vt/config/install-sh
> > +ompi/contrib/vt/vt/config/ltmain.sh
> > +ompi/contrib/vt/vt/config/ltmain.sh.orig
> > +ompi/contrib/vt/vt/config/missing
> > +ompi/contrib/vt/vt/config/m4/libtool.m4
> > +ompi/contrib/vt/vt/config/m4/lt~obsolete.m4
> > +ompi/contrib/vt/vt/config/m4/ltoptions.m4
> > +ompi/contrib/vt/vt/config/m4/ltsugar.m4
> > +ompi/contrib/vt/vt/config/m4/ltversion.m4
> > +ompi/contrib/vt/vt/config/mpigen/mk_c_wrapper.sh
> > +ompi/contrib/vt/vt/config/mpigen/mk_fortran_wrapper.sh
> > +ompi/contrib/vt/vt/config/mpigen/mk_registry.sh
> > +ompi/contrib/vt/vt/extlib/otf/aclocal.m4
> > +ompi/contrib/vt/vt/extlib/otf/autom4te.cache
> > +ompi/contrib/vt/vt/extlib/otf/config.h
> > +ompi/contrib/vt/vt/extlib/otf/config.h.in
> > +ompi/contrib/vt/vt/extlib/otf/config.log
> > +ompi/contrib/vt/vt/extlib/otf/config.status
> > +ompi/contrib/vt/vt/extlib/otf/configure
> > +ompi/contrib/vt/vt/extlib/otf/libtool
> > +ompi/contrib/vt/vt/extlib/otf/stamp-h1
> > +ompi/contrib/vt/vt/extlib/otf/config/config.guess
> > +ompi/contrib/vt/vt/extlib/otf/config/config.sub
> > +ompi/contrib/vt/vt/extlib/otf/config/depcomp
> > +ompi/contrib/vt/vt/extlib/otf/config/install-sh
> > +ompi/contrib/vt/vt/extlib/otf/config/ltmain.sh
> > +ompi/contrib/vt/vt/extlib/otf/config/ltmain.sh.orig
> > +ompi/contrib/vt/vt/extlib/otf/config/missing
> > +ompi/contrib/vt/vt/extlib/otf/config/py-compile
> > +ompi/contrib/vt/vt/extlib/otf/config/compile
> > +ompi/contrib/vt/vt/extlib/otf/config/m4/libtool.m4
> > +ompi/contrib/vt/vt/extlib/otf/config/m4/lt~obsolete.m4
> > +ompi/contrib/vt/vt/extlib/otf/config/m4/ltoptions.m4
> > +ompi/contrib/vt/vt/extlib/otf/config/m4/ltsugar.m4
> > +ompi/contrib/vt/vt/extlib/otf/config/m4/ltversion.m4
> > +ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes_unix.h
> > +ompi/contrib/vt/vt/extlib/otf/tests/generic_streams/otf_generic_streams
> >
> +ompi/contrib/vt/vt/extlib/otf/tests/generic_streams-mpi/otf_generic_streams_mpi
> > +ompi/contrib/vt/vt/extlib/otf/tests/hello/otf_hello
> > +ompi/contrib/vt/vt/extlib/otf/tests/progress/otf_progress
> >
> +ompi/contrib/vt/vt/extlib/otf/tests/read_from_buffer/otf_read_from_buffer
> > +ompi/contrib/vt/vt/extlib/otf/tests/thumbnail/otf_thumbnail
> > +ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfprint
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfinfo/otfinfo
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/otfmerge-mpi
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/*c
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/otfprofile
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/otfprofile-mpi
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/*.cpp
> > +ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink
> > +ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf
> > +ompi/contrib/vt/vt/include/vt_inttypes.h
> > +ompi/contrib/vt/vt/tools/opari/tool/opari
> > +ompi/contrib/vt/vt/tools/opari/tool/util.c
> > +ompi/contrib/vt/vt/tools/vtcpcavail/vtcpcavail
> > +ompi/contrib/vt/vt/tools/vtdyn/vtdyn
> > +ompi/contrib/vt/vt/tools/vtdyn/dynattlib/libvt-dynatt.*
> > +ompi/contrib/vt/vt/tools/vtfilter/vtfilter
> > +ompi/contrib/vt/vt/tools/vtfilter/mpi/vtfilter-mpi
> > +ompi/contrib/vt/vt/tools/vtfilter/mpi/*.cc
> > +ompi/contrib/vt/vt/tools/vtfilter/mpi/old
> > +ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-common
> > +ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-start
> > +ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-stop
> > +ompi/contrib/vt/vt/tools/vtjava/vtjava
> > +ompi/contrib/vt/vt/tools/vtlibwrapgen/vt_libwrapgen_defs.h
> > +ompi/contrib/vt/vt/tools/vtlibwrapgen/vtlibwrapgen
> > +ompi/contrib/vt/vt/tools/vtlibwrapgen/installdirs.c
> > +ompi/contrib/vt/vt/tools/vtlibwrapgen/util.c
> > +ompi/contrib/vt/vt/tools/vtrun/vtrun
> > +ompi/contrib/vt/vt/tools/vtsetup/vtsetup
> > +ompi/contrib/vt/vt/tools/vtsetup/vtsetup-config.xml
> > +ompi/contrib/vt/vt/tools/vtsetup/vtsetup-data.xml
> > +ompi/contrib/vt/vt/tools/vtsetup/doc/ChangeLog
> > +ompi/contrib/vt/vt/tools/vtsetup/doc/LICENSE
> > +ompi/contrib/vt/vt/tools/vtunify/vtunify
> > +ompi/contrib/vt/vt/tools/vtunify/mpi/vtunify-mpi
> > +ompi/contrib/vt/vt/tools/vtunify/mpi/hooks
> > +ompi/contrib/vt/vt/tools/vtunify/mpi/*.cc
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtwrapper
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtcc-wrapper-data.txt
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtc++-wrapper-data.txt
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtfort-wrapper-data.txt
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtf77-wrapper-data.txt
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtf90-wrapper-data.txt
> > +ompi/contrib/vt/vt/tools/vtwrapper/vtnvcc-wrapper-data.txt
> > +ompi/contrib/vt/vt/tools/vtwrapper/installdirs.c
> > +ompi/contrib/vt/vt/tools/vtwrapper/util.c
> > +ompi/contrib/vt/vt/util/installdirs_conf.h
> > +ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.gen.c
> > +ompi/contrib/vt/vt/vtlib/vt_mpireg.gen.c
> > +ompi/contrib/vt/vt/vtlib/vt_mpireg.gen.h
> > +ompi/contrib/vt/vt/vtlib/vt_mpiwrap.gen.c
> > +ompi/contrib/vt/wrappers/mpi*txt
> > +ompi/debuggers/*.in
> > +ompi/debuggers/dlopen_test
> > +ompi/debuggers/predefined_gap_test
> > +ompi/debuggers/predefined_pad_test
> > +ompi/debuggers/*.log
> > +ompi/debuggers/*.trs
> > +ompi/include/stamp-h*
> > +ompi/include/mpi.h
> > +ompi/include/mpif-config.h
> > +ompi/include/mpif.h
> > +ompi/include/mpif-common.h
> > +ompi/include/mpi-ext.h
> > +ompi/include/mpif-ext.h
> > +ompi/include/mpif-handles.h
> > +ompi/include/mpif-io-constants.h
> > +ompi/include/mpif-constants.h
> > +ompi/include/mpif-io-handles.h
> > +ompi/include/mpi_portable_platform.h
> > +ompi/include/ompi/version.h
> > +ompi/include/ompi/frameworks.h
> > +ompi/mca/btl/openib/btl_openib_lex.c
> > +ompi/mca/coll/basic/coll-basic-version.h*
> > +ompi/mca/coll/demo/acinclude.m4
> > +ompi/mca/coll/demo/aclocal.m4
> > +ompi/mca/coll/demo/configure
> > +ompi/mca/coll/demo/configure.ac
> > +ompi/mca/coll/demo/config.log
> > +ompi/mca/coll/demo/config.status
> > +ompi/mca/coll/demo/config.guess
> > +ompi/mca/coll/demo/config.sub
> > +ompi/mca/coll/demo/config
> > +ompi/mca/coll/demo/libtool
> > +ompi/mca/coll/demo/autom4te.cache
> > +ompi/mca/coll/demo/depcomp
> > +ompi/mca/coll/demo/ltmain.sh
> > +ompi/mca/coll/demo/missing
> > +ompi/mca/coll/demo/install-sh
> > +ompi/mca/coll/demo/*bak
> > +ompi/mca/coll/demo/coll_demo_config.h*
> > +ompi/mca/coll/demo/stamp-h1*
> > +ompi/mca/coll/demo/.lam*
> > +ompi/mca/coll/demo/coll-demo-version.h*
> > +ompi/mca/coll/ml/coll_ml_lex.c
> > +ompi/mca/coll/self/coll-self-version.h*
> > +ompi/mca/coll/sm/coll-sm-version.h*
> > +ompi/mca/crcp/ompi_crcp.7
> > +ompi/mca/io/romio/acinclude.m4*
> > +ompi/mca/io/romio/aclocal.m4
> > +ompi/mca/io/romio/configure
> > +ompi/mca/io/romio/configure.ac*
> > +ompi/mca/io/romio/config.log
> > +ompi/mca/io/romio/config.status
> > +ompi/mca/io/romio/libtool
> > +ompi/mca/io/romio/autom4te.cache
> > +ompi/mca/io/romio/config.guess
> > +ompi/mca/io/romio/config.sub
> > +ompi/mca/io/romio/depcomp
> > +ompi/mca/io/romio/install-sh
> > +ompi/mca/io/romio/ltmain.sh
> > +ompi/mca/io/romio/missing
> > +ompi/mca/io/romio/mkinstalldirs
> > +ompi/mca/io/romio/stamp-h1
> > +ompi/mca/io/romio/io-romio-version.h*
> > +ompi/mca/io/romio/romio/config.log
> > +ompi/mca/io/romio/romio/config.status
> > +ompi/mca/io/romio/romio/autom4te.cache
> > +ompi/mca/io/romio/romio/libtool
> > +ompi/mca/io/romio/romio/lib
> > +ompi/mca/io/romio/romio/configure
> > +ompi/mca/io/romio/romio/aclocal.m4
> > +ompi/mca/io/romio/romio/depcomp
> > +ompi/mca/io/romio/romio/config.guess
> > +ompi/mca/io/romio/romio/ltmain.sh
> > +ompi/mca/io/romio/romio/config.sub
> > +ompi/mca/io/romio/romio/missing
> > +ompi/mca/io/romio/romio/install-sh
> > +ompi/mca/io/romio/romio/localdefs
> > +ompi/mca/io/romio/romio/adio/include/romioconf.h
> > +ompi/mca/io/romio/romio/adio/include/romioconf.h.in
> > +ompi/mca/io/romio/romio/adio/include/stamp-h1
> > +ompi/mca/io/romio/romio/confdb/depcomp
> > +ompi/mca/io/romio/romio/confdb/missing
> > +ompi/mca/io/romio/romio/confdb/ltmain.sh
> > +ompi/mca/io/romio/romio/confdb/config.guess
> > +ompi/mca/io/romio/romio/confdb/config.sub
> > +ompi/mca/io/romio/romio/confdb/install-sh
> > +ompi/mca/io/romio/romio/confdb/.placeholder
> > +ompi/mca/io/romio/romio/confdb/compile
> > +ompi/mca/io/romio/romio/confdb/ar-lib
> > +ompi/mca/io/romio/romio/confdb/libtool.m4
> > +ompi/mca/io/romio/romio/confdb/ltoptions.m4
> > +ompi/mca/io/romio/romio/confdb/ltsugar.m4
> > +ompi/mca/io/romio/romio/confdb/ltversion.m4
> > +ompi/mca/io/romio/romio/confdb/lt~obsolete.m4
> > +ompi/mca/io/romio/romio/include/mpio.h
> > +ompi/mca/io/romio/romio/include/mpiof.h
> > +ompi/mca/io/romio/romio/mpi-io/glue/openmpi/io_romio_mpio_file.c
> > +ompi/mca/io/romio/romio/mpi-io/glue/openmpi/io_romio_mpio_err.c
> > +ompi/mca/io/romio/romio/test/runtests
> > +ompi/mca/io/romio/romio/test/large_file.c
> > +ompi/mca/io/romio/romio/test/misc.c
> > +ompi/mca/io/romio/romio/test/fcoll_test.f
> > +ompi/mca/io/romio/romio/test/fmisc.f
> > +ompi/mca/io/romio/romio/test/fperf.f
> > +ompi/mca/io/romio/romio/test/pfcoll_test.f
> > +ompi/mca/io/romio/romio/test/status
> > +ompi/mca/io/romio/romio/test/coll_test
> > +ompi/mca/io/romio/romio/test/atomicity
> > +ompi/mca/io/romio/romio/test/async-multiple
> > +ompi/mca/io/romio/romio/test/i_noncontig
> > +ompi/mca/io/romio/romio/test/noncontig_coll2
> > +ompi/mca/io/romio/romio/test/large_file
> > +ompi/mca/io/romio/romio/test/shared_fp
> > +ompi/mca/io/romio/romio/test/misc
> > +ompi/mca/io/romio/romio/test/perf
> > +ompi/mca/io/romio/romio/test/noncontig
> > +ompi/mca/io/romio/romio/test/split_coll
> > +ompi/mca/io/romio/romio/test/psimple
> > +ompi/mca/io/romio/romio/test/async
> > +ompi/mca/io/romio/romio/test/large_array
> > +ompi/mca/io/romio/romio/test/simple
> > +ompi/mca/io/romio/romio/test/error
> > +ompi/mca/io/romio/romio/test/file_info
> > +ompi/mca/io/romio/romio/test/coll_perf
> > +ompi/mca/io/romio/romio/test/aggregation1
> > +ompi/mca/io/romio/romio/test/aggregation2
> > +ompi/mca/io/romio/romio/test/excl
> > +ompi/mca/io/romio/romio/test/noncontig_coll
> > +ompi/mca/io/romio/romio/test/ordered_fp
> > +ompi/mca/io/romio/romio/test/hindexed
> > +ompi/mca/io/romio/romio/util/romioinstall
> > +ompi/mca/io/romio/src/stamp-h1
> > +ompi/mca/io/romio/src/romio_config.h
> > +ompi/mca/io/romio/src/romio_config.h.in
> > +ompi/mca/pml/v/autogen.vprotocols
> > +ompi/mca/pml/v/mca_vprotocol_config_output
> > +ompi/mca/rte/orte/ompi-ps.1
> > +ompi/mca/rte/orte/ompi-clean.1
> > +ompi/mca/rte/orte/mpiexec.1
> > +ompi/mca/rte/orte/ompi-top.1
> > +ompi/mca/rte/orte/ompi-server.1
> > +ompi/mca/rte/orte/ompi-restart.1
> > +ompi/mca/rte/orte/ompi-checkpoint.1
> > +ompi/mca/rte/orte/mpirun.1
> > +ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control
> > +ompi/mpi/c/profile/p*.c
> > +ompi/mpi/fortran/configure-fortran-output.h
> > +ompi/mpi/fortran/base/*.mod
> > +ompi/mpi/fortran/mpiext/mpi-ext-module.F90
> > +ompi/mpi/fortran/mpiext/mpi-f08-ext-module.F90
> > +ompi/mpi/fortran/mpiext/*.mod
> > +ompi/mpi/fortran/mpif-h/profile/p*.c
> > +ompi/mpi/fortran/use-mpi-f08/constants.h
> > +ompi/mpi/fortran/use-mpi-f08/*.mod
> > +ompi/mpi/fortran/use-mpi-f08-desc/*.mod
> > +ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
> > +ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
> > +ompi/mpi/fortran/use-mpi-ignore-tkr/*.mod
> > +ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
> > +ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
> > +ompi/mpi/fortran/use-mpi-tkr/mpi_*.f90
> > +ompi/mpi/fortran/use-mpi-tkr/mpi.mod
> > +ompi/mpi/fortran/use-mpi-tkr/MPI.mod
> > +ompi/mpi/fortran/use-mpi-tkr/mpi_kinds.mod
> > +ompi/mpi/fortran/use-mpi-tkr/mpi_kinds.ompi_module
> > +ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h
> > +ompi/mpi/fortran/use-mpi-tkr/libmpi_f90.a
> > +ompi/mpi/java/java/mpi
> > +ompi/mpi/java/java/*.jar
> > +ompi/mpi/java/java/*.h
> > +ompi/mpi/java/java/doc
> > +ompi/mpi/man/man3/MPI*.3
> > +ompi/mpi/man/man3/OpenMPI.3
> > +ompi/mpi/man/man3/.dir-stamp
> > +ompi/mpi/tool/profile/*.c
> > +ompi/mpiext/affinity/c/OMPI_Affinity_str.3
> > +ompi/mpiext/affinity/c/example
> > +ompi/mpiext/example/tests/progress_c
> > +ompi/mpiext/example/tests/progress_mpifh
> > +ompi/mpiext/example/tests/progress_usempi
> > +ompi/mpiext/example/tests/progress_usempif08
> > +ompi/mpiext/example/use-mpi-f08/*.mod
> > +ompi/tools/ompi_info/ompi_info
> > +ompi/tools/ompi_info/*.ii
> > +ompi/tools/ompi_info/*.ti
> > +ompi/tools/ompi_info/ompi_info.1
> > +ompi/tools/wrappers/mpic++-wrapper-data.txt
> > +ompi/tools/wrappers/mpicc-wrapper-data.txt
> > +ompi/tools/wrappers/mpifort-wrapper-data.txt
> > +ompi/tools/wrappers/mpicc.1
> > +ompi/tools/wrappers/mpic++.1
> > +ompi/tools/wrappers/mpicxx.1
> > +ompi/tools/wrappers/mpifort.1
> > +ompi/tools/wrappers/ompi_wrapper_script
> > +ompi/tools/wrappers/ompi.pc
> > +ompi/tools/wrappers/ompi-c.pc
> > +ompi/tools/wrappers/ompi-cxx.pc
> > +ompi/tools/wrappers/ompi-fort.pc
> > +ompi/tools/wrappers/mpijavac.pl
> > +ompi/tools/wrappers/mpif90.1
> > +ompi/tools/wrappers/mpif77.1
> > +ompi/tools/wrappers/mpicxx-wrapper-data.txt
> > +ompi/tools/wrappers/mpif77-wrapper-data.txt
> > +ompi/tools/wrappers/mpif90-wrapper-data.txt
> > +opal/libltdl
> > +opal/vc70.pdb
> > +opal/asm/atomic-asm.S
> > +opal/asm/atomic-test
> > +opal/asm/vc70.pdb
> > +opal/asm/*.obj
> > +opal/asm/generated/atomic-*.s
> > +opal/class/*.obj
> > +opal/include/opal_config.h
> > +opal/include/opal_config.h.in
> > +opal/include/stamp-h1
> > +opal/include/opal/install_dirs.h
> > +opal/include/opal/version.h
> > +opal/include/opal/frameworks.h
> > +opal/include/opal/sys/powerpc/atomic-32.s
> > +opal/include/opal/sys/powerpc/atomic-64.s
> > +opal/include/opal/sys/powerpc/atomic-32-64.s
> > +opal/mca/base/*.obj
> > +opal/mca/base/mca_base_parse_paramfile_lex.c
> > +opal/mca/base/vc70.pdb
> > +opal/mca/crs/opal_crs.7
> > +opal/mca/event/libevent2021/libevent/stamp-h1
> > +opal/mca/event/libevent2021/libevent/autom4te.cache
> > +opal/mca/event/libevent2021/libevent/libtool
> > +opal/mca/event/libevent2021/libevent/config.log
> > +opal/mca/event/libevent2021/libevent/config.status
> > +opal/mca/event/libevent2021/libevent/config.h.in
> > +opal/mca/event/libevent2021/libevent/config.h
> > +opal/mca/event/libevent2021/libevent/libevent.pc
> > +opal/mca/event/libevent2021/libevent/libevent_openssl.pc
> > +opal/mca/event/libevent2021/libevent/libevent_pthreads.pc
> > +opal/mca/event/libevent2021/libevent/compile
> > +opal/mca/event/libevent2021/libevent/ltmain.sh
> > +opal/mca/event/libevent2021/libevent/install-sh
> > +opal/mca/event/libevent2021/libevent/missing
> > +opal/mca/event/libevent2021/libevent/config.sub
> > +opal/mca/event/libevent2021/libevent/config.guess
> > +opal/mca/event/libevent2021/libevent/configure
> > +opal/mca/event/libevent2021/libevent/depcomp
> > +opal/mca/event/libevent2021/libevent/aclocal.m4
> > +opal/mca/event/libevent2021/libevent/test-driver
> > +opal/mca/event/libevent2021/libevent/compile
> > +opal/mca/event/libevent2021/libevent/include/event2/event-config.h
> > +opal/mca/event/libevent2021/libevent/m4/ltsugar.m4
> > +opal/mca/event/libevent2021/libevent/m4/libtool.m4
> > +opal/mca/event/libevent2021/libevent/m4/ltversion.m4
> > +opal/mca/event/libevent2021/libevent/m4/lt~obsolete.m4
> > +opal/mca/event/libevent2021/libevent/m4/ltoptions.m4
> > +opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/stamp-*
> > +opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/config.h
> > +opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/config.h
> > +opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/stamp-*
> > +opal/mca/installdirs/config/install_dirs.h
> > +opal/mca/memory/vc70.pdb
> > +opal/mca/memory/base/*.obj
> > +opal/mca/pstat/*.obj
> > +opal/mca/pstat/base/*.obj
> > +opal/mca/timer/vc70.pdb
> > +opal/mca/timer/base/*.obj
> > +opal/memoryhooks/*.obj
> > +opal/runtime/*.obj
> > +opal/threads/*.obj
> > +opal/tools/opal-checkpoint/opal-checkpoint
> > +opal/tools/opal-checkpoint/opal-checkpoint.1
> > +opal/tools/opal-restart/opal-restart
> > +opal/tools/opal-restart/opal-restart.1
> > +opal/tools/wrappers/opalcc-wrapper-data.txt
> > +opal/tools/wrappers/opalc++-wrapper-data.txt
> > +opal/tools/wrappers/opalCC-wrapper-data.txt
> > +opal/tools/wrappers/opal_wrapper
> > +opal/tools/wrappers/opalcc.1
> > +opal/tools/wrappers/opalc++.1
> > +opal/tools/wrappers/generic_wrapper.1
> > +opal/tools/wrappers/opal_wrapper.1
> > +opal/tools/wrappers/opal.pc
> > +opal/util/*.obj
> > +opal/util/show_help_lex.c
> > +opal/util/vc70.pdb
> > +opal/util/keyval/keyval_lex.c
> > +opal/win32/*.obj
> > +orte/doxygen
> > +orte/include/stamp-h*
> > +orte/include/orte_config.h
> > +orte/include/orte/version.h
> > +orte/include/orte/frameworks.h
> > +orte/mca/dfs/vc70.pdb
> > +orte/mca/dfs/base/*.obj
> > +orte/mca/errmgr/vc70.pdb
> > +orte/mca/errmgr/orcm
> > +orte/mca/errmgr/base/*.obj
> > +orte/mca/ess/orcm
> > +orte/mca/filem/orte_filem.7
> > +orte/mca/odls/default/.gdb_history
> > +orte/mca/oob/tcp/acinclude.m4
> > +orte/mca/oob/tcp/aclocal.m4
> > +orte/mca/oob/tcp/configure
> > +orte/mca/oob/tcp/configure.ac
> > +orte/mca/oob/tcp/config.log
> > +orte/mca/oob/tcp/config.status
> > +orte/mca/oob/tcp/libtool
> > +orte/mca/oob/tcp/autom4te.cache
> > +orte/mca/oob/tcp/.lam*
> > +orte/mca/oob/usock/acinclude.m4
> > +orte/mca/oob/usock/aclocal.m4
> > +orte/mca/oob/usock/configure
> > +orte/mca/oob/usock/configure.ac
> > +orte/mca/oob/usock/config.log
> > +orte/mca/oob/usock/config.status
> > +orte/mca/oob/usock/libtool
> > +orte/mca/oob/usock/autom4te.cache
> > +orte/mca/oob/usock/.lam*
> > +orte/mca/rmaps/rank_file/rmaps_rank_file_lex.c
> > +orte/mca/rmaps/rank_file/rankfile_lex.c
> > +orte/mca/routed/orcm
> > +orte/mca/snapc/orte_snapc.7
> > +orte/mca/sstore/orte_sstore.7
> > +orte/test/mpi/abort
> > +orte/test/mpi/accept
> > +orte/test/mpi/bad_exit
> > +orte/test/mpi/bcast_loop
> > +orte/test/mpi/concurrent_spawn
> > +orte/test/mpi/connect
> > +orte/test/mpi/crisscross
> > +orte/test/mpi/delayed_abort
> > +orte/test/mpi/hello_barrier
> > +orte/test/mpi/hello_nodename
> > +orte/test/mpi/hello_output
> > +orte/test/mpi/hello_show_help
> > +orte/test/mpi/hello
> > +orte/test/mpi/hello++
> > +orte/test/mpi/loop_child
> > +orte/test/mpi/loop_spawn
> > +orte/test/mpi/mpi_barrier
> > +orte/test/mpi/mpi_no_op
> > +orte/test/mpi/mpi_spin
> > +orte/test/mpi/multi_abort
> > +orte/test/mpi/parallel_r8
> > +orte/test/mpi/parallel_r64
> > +orte/test/mpi/parallel_w8
> > +orte/test/mpi/parallel_w64
> > +orte/test/mpi/pubsub
> > +orte/test/mpi/read_write
> > +orte/test/mpi/reduce-hang
> > +orte/test/mpi/segv
> > +orte/test/mpi/simple_spawn
> > +orte/test/mpi/slave
> > +orte/test/mpi/spawn_multiple
> > +orte/test/mpi/ziaprobe
> > +orte/test/mpi/ziatest
> > +orte/test/mpi/.gdb_history
> > +orte/test/mpi/junk*
> > +orte/test/mpi/sio
> > +orte/test/mpi/sendrecv_blaster
> > +orte/test/mpi/early_abort
> > +orte/test/mpi/spawn_problem/ch_rec
> > +orte/test/mpi/spawn_problem/output
> > +orte/test/mpi/spawn_problem/start
> > +orte/test/mpi/debugger
> > +orte/test/mpi/server_port_name.txt
> > +orte/test/mpi/singleton_client_server
> > +orte/test/mpi/intercomm_create
> > +orte/test/mpi/spawn_tree
> > +orte/test/mpi/init-exit77
> > +orte/test/mpi/mpi_info
> > +orte/test/mpi/info_spawn
> > +orte/test/mpi/client
> > +orte/test/mpi/server
> > +orte/test/mpi/paccept
> > +orte/test/mpi/pconnect
> > +orte/test/mpi/thread_init
> > +orte/test/mpi/memcached-dummy
> > +orte/test/system/radix
> > +orte/test/system/sigusr_trap
> > +orte/test/system/orte_no_op
> > +orte/test/system/no_op
> > +orte/test/system/hello
> > +orte/test/system/hello_nodename
> > +orte/test/system/hello_null
> > +orte/test/system/.gdb*
> > +orte/test/system/spin
> > +orte/test/system/orte_nodename
> > +orte/test/system/orte_proc_subscribe
> > +orte/test/system/orte_spawn
> > +orte/test/system/orte_stage_gate
> > +orte/test/system/orte_loop_spawn
> > +orte/test/system/orte_loop_child
> > +orte/test/system/orte_abort
> > +orte/test/system/get_limits
> > +orte/test/system/orte_ring
> > +orte/test/system/spawn_child
> > +orte/test/system/orte_tool
> > +orte/test/system/binom
> > +orte/test/system/iof_stress
> > +orte/test/system/oob_stress
> > +orte/test/system/iof_delay
> > +orte/test/system/orte_barrier
> > +orte/test/system/orte_mcast
> > +orte/test/system/mcast
> > +orte/test/system/mcast_recv
> > +orte/test/system/opal_interface
> > +orte/test/system/orte_spin
> > +orte/test/system/segfault
> > +orte/test/system/sysinfo
> > +orte/test/system/orte_exit
> > +orte/test/system/orte_db
> > +orte/test/system/orte_state
> > +orte/test/system/orte_sensor
> > +orte/test/system/event-threads
> > +orte/test/system/test-time
> > +orte/test/system/psm_keygen
> > +orte/test/system/regex
> > +orte/test/system/orte_errors
> > +orte/test/system/evthread-test
> > +orte/test/system/evpri-test
> > +orte/test/system/opal-evpri-test
> > +orte/test/system/evpri-test2
> > +orte/test/system/mapper
> > +orte/test/system/reducer
> > +orte/test/system/opal_hotel
> > +orte/test/system/orte_dfs
> > +orte/test/system/orte_allocate
> > +orte/test/system/getenv_pmi
> > +orte/test/system/pmi_abort
> > +orte/test/system/opal_hwloc
> > +orte/test/system/opal_db
> > +orte/tools/orte-checkpoint/orte-checkpoint
> > +orte/tools/orte-checkpoint/orte-checkpoint.1
> > +orte/tools/orte-checkpoint/ompi-checkpoint.1
> > +orte/tools/orte-clean/orte-clean
> > +orte/tools/orte-clean/orte-clean.1
> > +orte/tools/orte-info/orte-info
> > +orte/tools/orte-info/*.exe
> > +orte/tools/orte-info/orte-info.1
> > +orte/tools/orte-migrate/orte-migrate
> > +orte/tools/orte-migrate/orte-migrate.1
> > +orte/tools/orte-migrate/ompi-migrate.1
> > +orte/tools/orte-ps/orte-ps
> > +orte/tools/orte-ps/orte-ps.1
> > +orte/tools/orte-restart/orte-restart
> > +orte/tools/orte-restart/orte-restart.1
> > +orte/tools/orte-restart/ompi-restart.1
> > +orte/tools/orte-server/orte-server
> > +orte/tools/orte-server/orte-server.1
> > +orte/tools/orte-top/orte-top
> > +orte/tools/orte-top/orte-top.1
> > +orte/tools/orted/orted
> > +orte/tools/orted/orted.1
> > +orte/tools/orted/.gdb_history
> > +orte/tools/orted/*.exe
> > +orte/tools/orterun/orterun
> > +orte/tools/orterun/*.exe
> > +orte/tools/orterun/orterun.1
> > +orte/tools/wrappers/ortecc-wrapper-data.txt
> > +orte/tools/wrappers/ortec++-wrapper-data.txt
> > +orte/tools/wrappers/ortecc.1
> > +orte/tools/wrappers/ortec++.1
> > +orte/tools/wrappers/orte_wrapper_script
> > +orte/tools/wrappers/orte.pc
> > +orte/util/hostfile/hostfile_lex.c
> > +orte/util/hostfile/orte_hosts.7
> > +oshmem/include/shmem.h
> > +oshmem/include/pshmem.h
> > +oshmem/include/stamp-*
> > +oshmem/include/oshmem_config.h
> > +oshmem/include/shmem_portable_platform.h
> > +oshmem/include/oshmem/frameworks.h
> > +oshmem/include/oshmem/version.h
> > +oshmem/mca/sshmem/.deps/
> > +oshmem/mca/sshmem/base/static-components.h
> > +oshmem/shmem/c/profile/p*.c
> > +oshmem/shmem/c/profile/*.c
> > +oshmem/shmem/fortran/libshmem_fortran.la
> > +oshmem/tools/oshmem_info/oshmem_info
> > +oshmem/tools/oshmem_info/oshmem_info.1
> > +oshmem/tools/wrappers/shmemcc-wrapper-data.txt
> > +oshmem/tools/wrappers/shmemfort-wrapper-data.txt
> > +test/asm/.gdb_history
> > +test/asm/atomic_math_noinline
> > +test/asm/atomic_barrier
> > +test/asm/atomic_cmpset_noinline
> > +test/asm/atomic_math
> > +test/asm/atomic_cmpset
> > +test/asm/atomic_spinlock_noinline.c
> > +test/asm/atomic_barrier_noinline.c
> > +test/asm/atomic_math_noinline.c
> > +test/asm/atomic_cmpset_noinline.c
> > +test/asm/atomic_spinlock_noinline
> > +test/asm/atomic_barrier_noinline
> > +test/asm/atomic_spinlock
> > +test/asm/*.log
> > +test/asm/*.trs
> > +test/class/*.txt
> > +test/class/*.exe
> > +test/class/ompi_circular_buffer_fifo
> > +test/class/ompi_bitmap_test_out.txt
> > +test/class/ompi_fifo
> > +test/class/opal_list
> > +test/class/opal_hash_table
> > +test/class/opal_value_array
> > +test/class/ompi_rb_tree
> > +test/class/ompi_bitmap
> > +test/class/opal_pointer_array
> > +test/class/opal_bitmap
> > +test/class/opal_tree
> > +test/class/*.log
> > +test/class/*.trs
> > +test/datatype/ddt_test
> > +test/datatype/ddt_pack
> > +test/datatype/to_self
> > +test/datatype/checksum
> > +test/datatype/position
> > +test/datatype/ddt_raw
> > +test/datatype/opal_datatype_test
> > +test/datatype/*.log
> > +test/datatype/*.trs
> > +test/dss/dss_buffer
> > +test/dss/dss_copy
> > +test/dss/dss_size
> > +test/dss/dss_cmp
> > +test/dss/dss_release
> > +test/dss/dss_payload
> > +test/dss/dss_set_get
> > +test/dss/dss_print
> > +test/event/signal-test
> > +test/event/event-test
> > +test/event/time-test
> > +test/mpi/environment/.gdb_history
> > +test/mpi/environment/chello
> > +test/runtime/.gdb_history
> > +test/runtime/parse_context
> > +test/runtime/sigchld
> > +test/runtime/start_shut
> > +test/runtime/opal_init_finalize
> > +test/runtime/orte_init_finalize
> > +test/threads/opal_condition
> > +test/threads/opal_thread
> > +test/threads/*.log
> > +test/threads/*.trs
> > +test/util/aaa
> > +test/util/test_session_dir_out
> > +test/util/opal_os_path
> > +test/util/opal_argv
> > +test/util/opal_os_create_dirpath
> > +test/util/opal_if
> > +test/util/opal_error
> > +test/util/opal_timer
> > +test/util/orte_sys_info
> > +test/util/orte_session_dir
> > +test/util/orte_sys_info
> > +test/util/orte_universe_setup_file_io
> > +test/util/opal_basename
> > +test/util/ompi_numtostr
> > +test/util/ompi_pack
> > +test/util/test-file
> > +test/util/opal_sos
> > +test/util/opal_path_nfs
> > +test/util/opal_path_nfs.out
> > +test/util/opal_bit_ops
> > +test/util/*.log
> > +test/util/*.trs
> >
> > Added: trunk/.hgignore_global
> >
> ==============================================================================
> > --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> > +++ trunk/.hgignore_global    2014-04-15 18:24:44 EDT (Tue, 15 Apr 2014)
>      (r31408)
> > @@ -0,0 +1,1167 @@
> > +# Automatically generated by build-hgignore.pl; edits may be lost!
> > +syntax: glob
> > +./config.cache
> > +./Makefile.in
> > +./doxygen
> > +./bin
> > +./lib
> > +./cscope.*
> > +./etags
> > +./.cdt*
> > +./.project
> > +./.gdb*
> > +./GRTAGS
> > +./GSYMS
> > +./GTAGS
> > +./GPATH
> > +./vc70.pdb
> > +./.git
> > +./.gitignore
> > +./.hgignore_local
> > +./.gitignore_local
> > +./config.lt
> > +./orcm
> > +./config/ylwrap
> > +./config/Makefile.in
> > +./config/compile
> > +./config/ltmain.sh.orig
> > +./config/mkinstalldirs
> > +./config/mca_no_configure_components.m4
> > +./config/mca_m4_config_include.m4
> > +./config/ext_no_configure_components.m4
> > +./config/ext_m4_config_include.m4
> > +./config/libtool.m4
> > +./config/libtool.m4.orig
> > +./config/libtool.m4.rej
> > +./config/lt~obsolete.m4
> > +./config/ltdl.m4
> > +./config/argz.m4
> > +./config/ltsugar.m4
> > +./config/ltversion.m4
> > +./config/ltoptions.m4
> > +./config/autogen_found_items.m4
> > +./config/opal_get_version.sh
> > +./config/test-driver
> > +./contrib/Makefile.in
> > +./contrib/build-mca-comps-outside-of-tree/Makefile.in
> > +./contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h
> > +./contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h.in
> > +./contrib/build-mca-comps-outside-of-tree/config
> > +./contrib/build-mca-comps-outside-of-tree/stamp-h?
> > +./contrib/dist/linux/compile_debian_mlnx_example
> > +./contrib/dist/mofed/compile_debian_mlnx_example
> > +./contrib/dist/mofed/debian/changelog
> > +./contrib/dist/mofed/debian/control
> > +./contrib/dist/mofed/debian/copyright
> > +./contrib/dist/mofed/debian/rules
> > +./contrib/platform/intel/bend/*orcm*
> > +./contrib/scaling/orte_no_op
> > +./contrib/scaling/mpi_no_op
> > +./contrib/scaling/mpi_barrier
> > +./examples/hello_c
> > +./examples/hello_cxx
> > +./examples/hello_mpifh
> > +./examples/hello_usempi
> > +./examples/hello_usempif08
> > +./examples/ring_c
> > +./examples/ring_cxx
> > +./examples/ring_mpifh
> > +./examples/ring_usempi
> > +./examples/ring_usempif08
> > +./examples/connectivity_c
> > +./examples/ring_oshmem
> > +./examples/hello_oshmem
> > +./examples/ring_oshmemfh
> > +./examples/hello_oshmemfh
> > +./ompi/Makefile.in
> > +./ompi/libltdl
> > +./ompi/GPATH
> > +./ompi/GRTAGS
> > +./ompi/GYSMS
> > +./ompi/GTAGS
> > +./ompi/GSYMS
> > +./ompi/contrib/libompitrace/Makefile.in
> > +./ompi/contrib/vt/Makefile.in
> > +./ompi/contrib/vt/vt/config.h
> > +./ompi/contrib/vt/vt/config.h.in
> > +./ompi/contrib/vt/vt/Makefile.in
> > +./ompi/contrib/vt/vt/stamp-h1
> > +./ompi/contrib/vt/vt/config/compile
> > +./ompi/contrib/vt/vt/config/ltmain.sh.orig
> > +./ompi/contrib/vt/vt/config/m4/libtool.m4
> > +./ompi/contrib/vt/vt/config/m4/lt~obsolete.m4
> > +./ompi/contrib/vt/vt/config/m4/ltoptions.m4
> > +./ompi/contrib/vt/vt/config/m4/ltsugar.m4
> > +./ompi/contrib/vt/vt/config/m4/ltversion.m4
> > +./ompi/contrib/vt/vt/config/mpigen/mk_c_wrapper.sh
> > +./ompi/contrib/vt/vt/config/mpigen/mk_fortran_wrapper.sh
> > +./ompi/contrib/vt/vt/config/mpigen/mk_registry.sh
> > +./ompi/contrib/vt/vt/doc/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/config.h
> > +./ompi/contrib/vt/vt/extlib/otf/config.h.in
> > +./ompi/contrib/vt/vt/extlib/otf/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/stamp-h1
> > +./ompi/contrib/vt/vt/extlib/otf/config/ltmain.sh.orig
> > +./ompi/contrib/vt/vt/extlib/otf/config/py-compile
> > +./ompi/contrib/vt/vt/extlib/otf/config/compile
> > +./ompi/contrib/vt/vt/extlib/otf/config/m4/libtool.m4
> > +./ompi/contrib/vt/vt/extlib/otf/config/m4/lt~obsolete.m4
> > +./ompi/contrib/vt/vt/extlib/otf/config/m4/ltoptions.m4
> > +./ompi/contrib/vt/vt/extlib/otf/config/m4/ltsugar.m4
> > +./ompi/contrib/vt/vt/extlib/otf/config/m4/ltversion.m4
> > +./ompi/contrib/vt/vt/extlib/otf/docu/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/otfauxlib/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/otflib/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/otflib/OTF_inttypes_unix.h
> > +./ompi/contrib/vt/vt/extlib/otf/otflib_py/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tests/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tests/generic_streams/Makefile.in
> >
> +./ompi/contrib/vt/vt/extlib/otf/tests/generic_streams/otf_generic_streams
> > +./ompi/contrib/vt/vt/extlib/otf/tests/generic_streams-mpi/Makefile.in
> >
> +./ompi/contrib/vt/vt/extlib/otf/tests/generic_streams-mpi/otf_generic_streams_mpi
> > +./ompi/contrib/vt/vt/extlib/otf/tests/hello/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tests/hello/otf_hello
> > +./ompi/contrib/vt/vt/extlib/otf/tests/progress/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tests/progress/otf_progress
> > +./ompi/contrib/vt/vt/extlib/otf/tests/read_from_buffer/Makefile.in
> >
> +./ompi/contrib/vt/vt/extlib/otf/tests/read_from_buffer/otf_read_from_buffer
> > +./ompi/contrib/vt/vt/extlib/otf/tests/thumbnail/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tests/thumbnail/otf_thumbnail
> > +./ompi/contrib/vt/vt/extlib/otf/tools/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otf2vtf/otf2vtf
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfaux/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfaux/otfaux
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfcompress/otfcompress
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfdump/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfdump
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfdump/otfprint
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfinfo/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfinfo/otfinfo
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/otfmerge-mpi
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi/*c
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/otfprofile
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/otfprofile-mpi
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/*.cpp
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink
> > +./ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/Makefile.in
> > +./ompi/contrib/vt/vt/extlib/otf/tools/vtf2otf/vtf2otf
> > +./ompi/contrib/vt/vt/extlib/otf/vendor/jenkins_hash/Makefile.in
> > +./ompi/contrib/vt/vt/include/Makefile.in
> > +./ompi/contrib/vt/vt/include/vt_inttypes.h
> > +./ompi/contrib/vt/vt/rfg/Makefile.in
> > +./ompi/contrib/vt/vt/tools/Makefile.in
> > +./ompi/contrib/vt/vt/tools/opari/Makefile.in
> > +./ompi/contrib/vt/vt/tools/opari/doc/Makefile.in
> > +./ompi/contrib/vt/vt/tools/opari/tool/Makefile.in
> > +./ompi/contrib/vt/vt/tools/opari/tool/opari
> > +./ompi/contrib/vt/vt/tools/opari/tool/util.c
> > +./ompi/contrib/vt/vt/tools/vtcpcavail/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtcpcavail/vtcpcavail
> > +./ompi/contrib/vt/vt/tools/vtdyn/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtdyn/vtdyn
> > +./ompi/contrib/vt/vt/tools/vtdyn/dynattlib/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtdyn/dynattlib/libvt-dynatt.*
> > +./ompi/contrib/vt/vt/tools/vtfilter/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtfilter/vtfilter
> > +./ompi/contrib/vt/vt/tools/vtfilter/mpi/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtfilter/mpi/vtfilter-mpi
> > +./ompi/contrib/vt/vt/tools/vtfilter/mpi/*.cc
> > +./ompi/contrib/vt/vt/tools/vtfilter/mpi/old
> > +./ompi/contrib/vt/vt/tools/vtiofsl/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-common
> > +./ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-start
> > +./ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-stop
> > +./ompi/contrib/vt/vt/tools/vtjava/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtjava/vtjava
> > +./ompi/contrib/vt/vt/tools/vtlibwrapgen/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtlibwrapgen/vt_libwrapgen_defs.h
> > +./ompi/contrib/vt/vt/tools/vtlibwrapgen/vtlibwrapgen
> > +./ompi/contrib/vt/vt/tools/vtlibwrapgen/installdirs.c
> > +./ompi/contrib/vt/vt/tools/vtlibwrapgen/util.c
> > +./ompi/contrib/vt/vt/tools/vtrun/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtrun/vtrun
> > +./ompi/contrib/vt/vt/tools/vtsetup/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtsetup/vtsetup
> > +./ompi/contrib/vt/vt/tools/vtsetup/vtsetup-config.xml
> > +./ompi/contrib/vt/vt/tools/vtsetup/vtsetup-data.xml
> > +./ompi/contrib/vt/vt/tools/vtsetup/doc/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtsetup/doc/ChangeLog
> > +./ompi/contrib/vt/vt/tools/vtsetup/doc/LICENSE
> > +./ompi/contrib/vt/vt/tools/vtunify/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtunify/vtunify
> > +./ompi/contrib/vt/vt/tools/vtunify/mpi/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtunify/mpi/vtunify-mpi
> > +./ompi/contrib/vt/vt/tools/vtunify/mpi/hooks
> > +./ompi/contrib/vt/vt/tools/vtunify/mpi/*.cc
> > +./ompi/contrib/vt/vt/tools/vtwrapper/Makefile.in
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtwrapper
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtcc-wrapper-data.txt
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtc++-wrapper-data.txt
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtfort-wrapper-data.txt
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtf77-wrapper-data.txt
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtf90-wrapper-data.txt
> > +./ompi/contrib/vt/vt/tools/vtwrapper/vtnvcc-wrapper-data.txt
> > +./ompi/contrib/vt/vt/tools/vtwrapper/installdirs.c
> > +./ompi/contrib/vt/vt/tools/vtwrapper/util.c
> > +./ompi/contrib/vt/vt/util/Makefile.in
> > +./ompi/contrib/vt/vt/util/installdirs_conf.h
> > +./ompi/contrib/vt/vt/vtlib/Makefile.in
> > +./ompi/contrib/vt/vt/vtlib/vt_fmpiwrap.gen.c
> > +./ompi/contrib/vt/vt/vtlib/vt_mpireg.gen.c
> > +./ompi/contrib/vt/vt/vtlib/vt_mpireg.gen.h
> > +./ompi/contrib/vt/vt/vtlib/vt_mpiwrap.gen.c
> > +./ompi/contrib/vt/wrappers/Makefile.in
> > +./ompi/contrib/vt/wrappers/mpi*txt
> > +./ompi/datatype/Makefile.in
> > +./ompi/debuggers/*.in
> > +./ompi/debuggers/dlopen_test
> > +./ompi/debuggers/predefined_gap_test
> > +./ompi/debuggers/predefined_pad_test
> > +./ompi/debuggers/*.log
> > +./ompi/debuggers/*.trs
> > +./ompi/etc/Makefile.in
> > +./ompi/include/Makefile.in
> > +./ompi/include/stamp-h*
> > +./ompi/include/mpi.h
> > +./ompi/include/mpif-config.h
> > +./ompi/include/mpif.h
> > +./ompi/include/mpif-common.h
> > +./ompi/include/mpi-ext.h
> > +./ompi/include/mpif-ext.h
> > +./ompi/include/mpif-handles.h
> > +./ompi/include/mpif-io-constants.h
> > +./ompi/include/mpif-constants.h
> > +./ompi/include/mpif-io-handles.h
> > +./ompi/include/mpi_portable_platform.h
> > +./ompi/include/ompi/version.h
> > +./ompi/include/ompi/frameworks.h
> > +./ompi/mca/allocator/Makefile.in
> > +./ompi/mca/allocator/basic/Makefile.in
> > +./ompi/mca/allocator/bucket/Makefile.in
> > +./ompi/mca/bcol/Makefile.in
> > +./ompi/mca/bcol/basesmuma/Makefile.in
> > +./ompi/mca/bcol/iboffload/Makefile.in
> > +./ompi/mca/bcol/ptpcoll/Makefile.in
> > +./ompi/mca/bml/Makefile.in
> > +./ompi/mca/bml/r2/Makefile.in
> > +./ompi/mca/btl/Makefile.in
> > +./ompi/mca/btl/openib/Makefile.in
> > +./ompi/mca/btl/openib/btl_openib_lex.c
> > +./ompi/mca/btl/portals4/Makefile.in
> > +./ompi/mca/btl/scif/Makefile.in
> > +./ompi/mca/btl/sctp/Makefile.in
> > +./ompi/mca/btl/self/Makefile.in
> > +./ompi/mca/btl/sm/Makefile.in
> > +./ompi/mca/btl/smcuda/Makefile.in
> > +./ompi/mca/btl/tcp/Makefile.in
> > +./ompi/mca/btl/template/Makefile.in
> > +./ompi/mca/btl/ugni/Makefile.in
> > +./ompi/mca/btl/usnic/Makefile.in
> > +./ompi/mca/btl/vader/Makefile.in
> > +./ompi/mca/coll/Makefile.in
> > +./ompi/mca/coll/basic/Makefile.in
> > +./ompi/mca/coll/basic/coll-basic-version.h*
> > +./ompi/mca/coll/demo/Makefile.in
> > +./ompi/mca/coll/demo/acinclude.m4
> > +./ompi/mca/coll/demo/configure.ac
> > +./ompi/mca/coll/demo/config
> > +./ompi/mca/coll/demo/*bak
> > +./ompi/mca/coll/demo/coll_demo_config.h*
> > +./ompi/mca/coll/demo/stamp-h1*
> > +./ompi/mca/coll/demo/.lam*
> > +./ompi/mca/coll/demo/coll-demo-version.h*
> > +./ompi/mca/coll/fca/Makefile.in
> > +./ompi/mca/coll/hcoll/Makefile.in
> > +./ompi/mca/coll/hierarch/Makefile.in
> > +./ompi/mca/coll/inter/Makefile.in
> > +./ompi/mca/coll/libnbc/Makefile.in
> > +./ompi/mca/coll/ml/Makefile.in
> > +./ompi/mca/coll/ml/coll_ml_lex.c
> > +./ompi/mca/coll/portals4/Makefile.in
> > +./ompi/mca/coll/self/Makefile.in
> > +./ompi/mca/coll/self/coll-self-version.h*
> > +./ompi/mca/coll/sm/Makefile.in
> > +./ompi/mca/coll/sm/coll-sm-version.h*
> > +./ompi/mca/coll/tuned/Makefile.in
> > +./ompi/mca/common/Makefile.in
> > +./ompi/mca/common/cuda/Makefile.in
> > +./ompi/mca/common/ofacm/Makefile.in
> > +./ompi/mca/common/sm/Makefile.in
> > +./ompi/mca/common/ugni/Makefile.in
> > +./ompi/mca/common/verbs/Makefile.in
> > +./ompi/mca/crcp/Makefile.in
> > +./ompi/mca/crcp/ompi_crcp.7
> > +./ompi/mca/crcp/bkmrk/Makefile.in
> > +./ompi/mca/dpm/Makefile.in
> > +./ompi/mca/dpm/base/Makefile.in
> > +./ompi/mca/dpm/orte/Makefile.in
> > +./ompi/mca/fbtl/Makefile.in
> > +./ompi/mca/fbtl/plfs/Makefile.in
> > +./ompi/mca/fbtl/posix/Makefile.in
> > +./ompi/mca/fbtl/pvfs2/Makefile.in
> > +./ompi/mca/fcoll/Makefile.in
> > +./ompi/mca/fcoll/dynamic/Makefile.in
> > +./ompi/mca/fcoll/individual/Makefile.in
> > +./ompi/mca/fcoll/static/Makefile.in
> > +./ompi/mca/fcoll/two_phase/Makefile.in
> > +./ompi/mca/fs/Makefile.in
> > +./ompi/mca/fs/lustre/Makefile.in
> > +./ompi/mca/fs/plfs/Makefile.in
> > +./ompi/mca/fs/pvfs2/Makefile.in
> > +./ompi/mca/fs/ufs/Makefile.in
> > +./ompi/mca/io/Makefile.in
> > +./ompi/mca/io/ompio/Makefile.in
> > +./ompi/mca/io/romio/Makefile.in
> > +./ompi/mca/io/romio/acinclude.m4*
> > +./ompi/mca/io/romio/configure.ac*
> > +./ompi/mca/io/romio/mkinstalldirs
> > +./ompi/mca/io/romio/stamp-h1
> > +./ompi/mca/io/romio/io-romio-version.h*
> > +./ompi/mca/io/romio/romio/Makefile.in
> > +./ompi/mca/io/romio/romio/lib
> > +./ompi/mca/io/romio/romio/localdefs
> > +./ompi/mca/io/romio/romio/adio/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_bgl/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_bglockless/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_gridftp/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_hfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_lustre/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_nfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_ntfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_panfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_pfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_piofs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_pvfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_pvfs2/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_sfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_testfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_ufs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_xfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/ad_zoidfs/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/common/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/include/Makefile.in
> > +./ompi/mca/io/romio/romio/adio/include/romioconf.h
> > +./ompi/mca/io/romio/romio/adio/include/romioconf.h.in
> > +./ompi/mca/io/romio/romio/adio/include/stamp-h1
> > +./ompi/mca/io/romio/romio/confdb/.placeholder
> > +./ompi/mca/io/romio/romio/confdb/compile
> > +./ompi/mca/io/romio/romio/confdb/ar-lib
> > +./ompi/mca/io/romio/romio/confdb/libtool.m4
> > +./ompi/mca/io/romio/romio/confdb/ltoptions.m4
> > +./ompi/mca/io/romio/romio/confdb/ltsugar.m4
> > +./ompi/mca/io/romio/romio/confdb/ltversion.m4
> > +./ompi/mca/io/romio/romio/confdb/lt~obsolete.m4
> > +./ompi/mca/io/romio/romio/doc/Makefile.in
> > +./ompi/mca/io/romio/romio/include/Makefile.in
> > +./ompi/mca/io/romio/romio/include/mpio.h
> > +./ompi/mca/io/romio/romio/include/mpiof.h
> > +./ompi/mca/io/romio/romio/mpi-io/Makefile.in
> > +./ompi/mca/io/romio/romio/mpi-io/glue/openmpi/io_romio_mpio_file.c
> > +./ompi/mca/io/romio/romio/mpi-io/glue/openmpi/Makefile.in
> > +./ompi/mca/io/romio/romio/mpi-io/glue/openmpi/io_romio_mpio_err.c
> > +./ompi/mca/io/romio/romio/test/Makefile.in
> > +./ompi/mca/io/romio/romio/test/runtests
> > +./ompi/mca/io/romio/romio/test/large_file.c
> > +./ompi/mca/io/romio/romio/test/misc.c
> > +./ompi/mca/io/romio/romio/test/fcoll_test.f
> > +./ompi/mca/io/romio/romio/test/fmisc.f
> > +./ompi/mca/io/romio/romio/test/fperf.f
> > +./ompi/mca/io/romio/romio/test/pfcoll_test.f
> > +./ompi/mca/io/romio/romio/test/status
> > +./ompi/mca/io/romio/romio/test/coll_test
> > +./ompi/mca/io/romio/romio/test/atomicity
> > +./ompi/mca/io/romio/romio/test/async-multiple
> > +./ompi/mca/io/romio/romio/test/i_noncontig
> > +./ompi/mca/io/romio/romio/test/noncontig_coll2
> > +./ompi/mca/io/romio/romio/test/large_file
> > +./ompi/mca/io/romio/romio/test/shared_fp
> > +./ompi/mca/io/romio/romio/test/misc
> > +./ompi/mca/io/romio/romio/test/perf
> > +./ompi/mca/io/romio/romio/test/noncontig
> > +./ompi/mca/io/romio/romio/test/split_coll
> > +./ompi/mca/io/romio/romio/test/psimple
> > +./ompi/mca/io/romio/romio/test/async
> > +./ompi/mca/io/romio/romio/test/large_array
> > +./ompi/mca/io/romio/romio/test/simple
> > +./ompi/mca/io/romio/romio/test/error
> > +./ompi/mca/io/romio/romio/test/file_info
> > +./ompi/mca/io/romio/romio/test/coll_perf
> > +./ompi/mca/io/romio/romio/test/aggregation1
> > +./ompi/mca/io/romio/romio/test/aggregation2
> > +./ompi/mca/io/romio/romio/test/excl
> > +./ompi/mca/io/romio/romio/test/noncontig_coll
> > +./ompi/mca/io/romio/romio/test/ordered_fp
> > +./ompi/mca/io/romio/romio/test/hindexed
> > +./ompi/mca/io/romio/romio/test-internal/Makefile.in
> > +./ompi/mca/io/romio/romio/util/Makefile.in
> > +./ompi/mca/io/romio/romio/util/romioinstall
> > +./ompi/mca/io/romio/src/Makefile.in
> > +./ompi/mca/io/romio/src/stamp-h1
> > +./ompi/mca/io/romio/src/romio_config.h
> > +./ompi/mca/io/romio/src/romio_config.h.in
> > +./ompi/mca/mpool/Makefile.in
> > +./ompi/mca/mpool/gpusm/Makefile.in
> > +./ompi/mca/mpool/grdma/Makefile.in
> > +./ompi/mca/mpool/rgpusm/Makefile.in
> > +./ompi/mca/mpool/sm/Makefile.in
> > +./ompi/mca/mpool/udreg/Makefile.in
> > +./ompi/mca/mtl/Makefile.in
> > +./ompi/mca/mtl/mxm/Makefile.in
> > +./ompi/mca/mtl/portals4/Makefile.in
> > +./ompi/mca/mtl/psm/Makefile.in
> > +./ompi/mca/op/Makefile.in
> > +./ompi/mca/op/base/Makefile.in
> > +./ompi/mca/op/example/Makefile.in
> > +./ompi/mca/op/x86/Makefile.in
> > +./ompi/mca/osc/Makefile.in
> > +./ompi/mca/osc/base/Makefile.in
> > +./ompi/mca/osc/portals4/Makefile.in
> > +./ompi/mca/osc/rdma/Makefile.in
> > +./ompi/mca/osc/sm/Makefile.in
> > +./ompi/mca/pml/Makefile.in
> > +./ompi/mca/pml/bfo/Makefile.in
> > +./ompi/mca/pml/cm/Makefile.in
> > +./ompi/mca/pml/crcpw/Makefile.in
> > +./ompi/mca/pml/ob1/Makefile.in
> > +./ompi/mca/pml/v/Makefile.in
> > +./ompi/mca/pml/v/autogen.vprotocols
> > +./ompi/mca/pml/v/mca_vprotocol_config_output
> > +./ompi/mca/pubsub/Makefile.in
> > +./ompi/mca/pubsub/base/Makefile.in
> > +./ompi/mca/pubsub/orte/Makefile.in
> > +./ompi/mca/pubsub/pmi/Makefile.in
> > +./ompi/mca/rcache/Makefile.in
> > +./ompi/mca/rcache/vma/Makefile.in
> > +./ompi/mca/rte/Makefile.in
> > +./ompi/mca/rte/orte/Makefile.in
> > +./ompi/mca/rte/orte/ompi-ps.1
> > +./ompi/mca/rte/orte/ompi-clean.1
> > +./ompi/mca/rte/orte/mpiexec.1
> > +./ompi/mca/rte/orte/ompi-top.1
> > +./ompi/mca/rte/orte/ompi-server.1
> > +./ompi/mca/rte/orte/ompi-restart.1
> > +./ompi/mca/rte/orte/ompi-checkpoint.1
> > +./ompi/mca/rte/orte/mpirun.1
> > +./ompi/mca/rte/pmi/Makefile.in
> > +./ompi/mca/sbgp/Makefile.in
> > +./ompi/mca/sbgp/basesmsocket/Makefile.in
> > +./ompi/mca/sbgp/basesmuma/Makefile.in
> > +./ompi/mca/sbgp/ibnet/Makefile.in
> > +./ompi/mca/sbgp/p2p/Makefile.in
> > +./ompi/mca/sharedfp/Makefile.in
> > +./ompi/mca/sharedfp/addproc/Makefile.in
> > +./ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control
> > +./ompi/mca/sharedfp/individual/Makefile.in
> > +./ompi/mca/sharedfp/lockedfile/Makefile.in
> > +./ompi/mca/sharedfp/sm/Makefile.in
> > +./ompi/mca/topo/Makefile.in
> > +./ompi/mca/topo/basic/Makefile.in
> > +./ompi/mca/vprotocol/Makefile.in
> > +./ompi/mca/vprotocol/base/Makefile.in
> > +./ompi/mca/vprotocol/pessimist/Makefile.in
> > +./ompi/mpi/Makefile.in
> > +./ompi/mpi/c/Makefile.in
> > +./ompi/mpi/c/profile/Makefile.in
> > +./ompi/mpi/c/profile/p*.c
> > +./ompi/mpi/cxx/Makefile.in
> > +./ompi/mpi/fortran/configure-fortran-output.h
> > +./ompi/mpi/fortran/base/Makefile.in
> > +./ompi/mpi/fortran/base/*.mod
> > +./ompi/mpi/fortran/mpiext/Makefile.in
> > +./ompi/mpi/fortran/mpiext/mpi-ext-module.F90
> > +./ompi/mpi/fortran/mpiext/mpi-f08-ext-module.F90
> > +./ompi/mpi/fortran/mpiext/*.mod
> > +./ompi/mpi/fortran/mpif-h/Makefile.in
> > +./ompi/mpi/fortran/mpif-h/profile/Makefile.in
> > +./ompi/mpi/fortran/mpif-h/profile/p*.c
> > +./ompi/mpi/fortran/use-mpi-f08/Makefile.in
> > +./ompi/mpi/fortran/use-mpi-f08/constants.h
> > +./ompi/mpi/fortran/use-mpi-f08/*.mod
> > +./ompi/mpi/fortran/use-mpi-f08-desc/Makefile.in
> > +./ompi/mpi/fortran/use-mpi-f08-desc/*.mod
> > +./ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.in
> > +./ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
> > +./ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
> > +./ompi/mpi/fortran/use-mpi-ignore-tkr/*.mod
> > +./ompi/mpi/fortran/use-mpi-tkr/Makefile.in
> > +./ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
> > +./ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
> > +./ompi/mpi/fortran/use-mpi-tkr/mpi_*.f90
> > +./ompi/mpi/fortran/use-mpi-tkr/mpi.mod
> > +./ompi/mpi/fortran/use-mpi-tkr/MPI.mod
> > +./ompi/mpi/fortran/use-mpi-tkr/mpi_kinds.mod
> > +./ompi/mpi/fortran/use-mpi-tkr/mpi_kinds.ompi_module
> > +./ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h
> > +./ompi/mpi/fortran/use-mpi-tkr/libmpi_f90.a
> > +./ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile.in
> > +./ompi/mpi/java/Makefile.in
> > +./ompi/mpi/java/c/Makefile.in
> > +./ompi/mpi/java/java/mpi
> > +./ompi/mpi/java/java/Makefile.in
> > +./ompi/mpi/java/java/*.jar
> > +./ompi/mpi/java/java/*.h
> > +./ompi/mpi/java/java/doc
> > +./ompi/mpi/man/man3/MPI*.3
> > +./ompi/mpi/man/man3/OpenMPI.3
> > +./ompi/mpi/man/man3/.dir-stamp
> > +./ompi/mpi/tool/Makefile.in
> > +./ompi/mpi/tool/profile/Makefile.in
> > +./ompi/mpi/tool/profile/*.c
> > +./ompi/mpiext/Makefile.in
> > +./ompi/mpiext/affinity/Makefile.in
> > +./ompi/mpiext/affinity/c/Makefile.in
> > +./ompi/mpiext/affinity/c/OMPI_Affinity_str.3
> > +./ompi/mpiext/affinity/c/example
> > +./ompi/mpiext/cr/Makefile.in
> > +./ompi/mpiext/cr/c/Makefile.in
> > +./ompi/mpiext/example/Makefile.in
> > +./ompi/mpiext/example/c/Makefile.in
> > +./ompi/mpiext/example/mpif-h/Makefile.in
> > +./ompi/mpiext/example/tests/progress_c
> > +./ompi/mpiext/example/tests/progress_mpifh
> > +./ompi/mpiext/example/tests/progress_usempi
> > +./ompi/mpiext/example/tests/progress_usempif08
> > +./ompi/mpiext/example/use-mpi/Makefile.in
> > +./ompi/mpiext/example/use-mpi-f08/Makefile.in
> > +./ompi/mpiext/example/use-mpi-f08/*.mod
> > +./ompi/tools/ompi_info/Makefile.in
> > +./ompi/tools/ompi_info/ompi_info
> > +./ompi/tools/ompi_info/*.ii
> > +./ompi/tools/ompi_info/*.ti
> > +./ompi/tools/ompi_info/ompi_info.1
> > +./ompi/tools/wrappers/Makefile.in
> > +./ompi/tools/wrappers/mpic++-wrapper-data.txt
> > +./ompi/tools/wrappers/mpicc-wrapper-data.txt
> > +./ompi/tools/wrappers/mpifort-wrapper-data.txt
> > +./ompi/tools/wrappers/mpicc.1
> > +./ompi/tools/wrappers/mpic++.1
> > +./ompi/tools/wrappers/mpicxx.1
> > +./ompi/tools/wrappers/mpifort.1
> > +./ompi/tools/wrappers/ompi.pc
> > +./ompi/tools/wrappers/ompi-c.pc
> > +./ompi/tools/wrappers/ompi-cxx.pc
> > +./ompi/tools/wrappers/ompi-fort.pc
> > +./ompi/tools/wrappers/mpijavac.pl
> > +./ompi/tools/wrappers/mpif90.1
> > +./ompi/tools/wrappers/mpif77.1
> > +./ompi/tools/wrappers/mpicxx-wrapper-data.txt
> > +./ompi/tools/wrappers/mpif77-wrapper-data.txt
> > +./ompi/tools/wrappers/mpif90-wrapper-data.txt
> > +./opal/Makefile.in
> > +./opal/libltdl
> > +./opal/vc70.pdb
> > +./opal/asm/Makefile.in
> > +./opal/asm/atomic-asm.S
> > +./opal/asm/atomic-test
> > +./opal/asm/vc70.pdb
> > +./opal/asm/*.obj
> > +./opal/asm/generated/atomic-*.s
> > +./opal/class/*.obj
> > +./opal/datatype/Makefile.in
> > +./opal/etc/Makefile.in
> > +./opal/include/Makefile.in
> > +./opal/include/opal_config.h
> > +./opal/include/opal_config.h.in
> > +./opal/include/stamp-h1
> > +./opal/include/opal/install_dirs.h
> > +./opal/include/opal/version.h
> > +./opal/include/opal/frameworks.h
> > +./opal/include/opal/sys/Makefile.in
> > +./opal/include/opal/sys/alpha/Makefile.in
> > +./opal/include/opal/sys/amd64/Makefile.in
> > +./opal/include/opal/sys/ia32/Makefile.in
> > +./opal/include/opal/sys/ia64/Makefile.in
> > +./opal/include/opal/sys/mips/Makefile.in
> > +./opal/include/opal/sys/powerpc/Makefile.in
> > +./opal/include/opal/sys/powerpc/atomic-32.s
> > +./opal/include/opal/sys/powerpc/atomic-64.s
> > +./opal/include/opal/sys/powerpc/atomic-32-64.s
> > +./opal/include/opal/sys/sparcv9/Makefile.in
> > +./opal/mca/backtrace/Makefile.in
> > +./opal/mca/backtrace/execinfo/Makefile.in
> > +./opal/mca/backtrace/none/Makefile.in
> > +./opal/mca/backtrace/printstack/Makefile.in
> > +./opal/mca/base/Makefile.in
> > +./opal/mca/base/*.obj
> > +./opal/mca/base/mca_base_parse_paramfile_lex.c
> > +./opal/mca/base/vc70.pdb
> > +./opal/mca/common/Makefile.in
> > +./opal/mca/common/pmi/Makefile.in
> > +./opal/mca/compress/Makefile.in
> > +./opal/mca/compress/bzip/Makefile.in
> > +./opal/mca/compress/gzip/Makefile.in
> > +./opal/mca/crs/Makefile.in
> > +./opal/mca/crs/opal_crs.7
> > +./opal/mca/crs/base/Makefile.in
> > +./opal/mca/crs/blcr/Makefile.in
> > +./opal/mca/crs/criu/Makefile.in
> > +./opal/mca/crs/dmtcp/Makefile.in
> > +./opal/mca/crs/none/Makefile.in
> > +./opal/mca/crs/self/Makefile.in
> > +./opal/mca/db/Makefile.in
> > +./opal/mca/db/hash/Makefile.in
> > +./opal/mca/db/pmi/Makefile.in
> > +./opal/mca/db/postgres/Makefile.in
> > +./opal/mca/db/print/Makefile.in
> > +./opal/mca/db/sqlite/Makefile.in
> > +./opal/mca/event/Makefile.in
> > +./opal/mca/event/external/Makefile.in
> > +./opal/mca/event/libevent2021/Makefile.in
> > +./opal/mca/event/libevent2021/libevent/stamp-h1
> > +./opal/mca/event/libevent2021/libevent/config.h.in
> > +./opal/mca/event/libevent2021/libevent/Makefile.in
> > +./opal/mca/event/libevent2021/libevent/config.h
> > +./opal/mca/event/libevent2021/libevent/libevent.pc
> > +./opal/mca/event/libevent2021/libevent/libevent_openssl.pc
> > +./opal/mca/event/libevent2021/libevent/libevent_pthreads.pc
> > +./opal/mca/event/libevent2021/libevent/compile
> > +./opal/mca/event/libevent2021/libevent/test-driver
> > +./opal/mca/event/libevent2021/libevent/compile
> > +./opal/mca/event/libevent2021/libevent/include/Makefile.in
> > +./opal/mca/event/libevent2021/libevent/include/event2/event-config.h
> > +./opal/mca/event/libevent2021/libevent/m4/ltsugar.m4
> > +./opal/mca/event/libevent2021/libevent/m4/libtool.m4
> > +./opal/mca/event/libevent2021/libevent/m4/ltversion.m4
> > +./opal/mca/event/libevent2021/libevent/m4/lt~obsolete.m4
> > +./opal/mca/event/libevent2021/libevent/m4/ltoptions.m4
> > +./opal/mca/hwloc/Makefile.in
> > +./opal/mca/hwloc/external/Makefile.in
> > +./opal/mca/hwloc/hwloc172/Makefile.in
> > +./opal/mca/hwloc/hwloc172/hwloc/Makefile.in
> > +./opal/mca/hwloc/hwloc172/hwloc/include/Makefile.in
> > +./opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/stamp-*
> > +./opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/config.h
> > +./opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/config.h
> > +./opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/stamp-*
> > +./opal/mca/hwloc/hwloc172/hwloc/src/Makefile.in
> > +./opal/mca/if/Makefile.in
> > +./opal/mca/if/bsdx_ipv4/Makefile.in
> > +./opal/mca/if/bsdx_ipv6/Makefile.in
> > +./opal/mca/if/linux_ipv6/Makefile.in
> > +./opal/mca/if/posix_ipv4/Makefile.in
> > +./opal/mca/if/solaris_ipv6/Makefile.in
> > +./opal/mca/installdirs/Makefile.in
> > +./opal/mca/installdirs/config/Makefile.in
> > +./opal/mca/installdirs/config/install_dirs.h
> > +./opal/mca/installdirs/env/Makefile.in
> > +./opal/mca/memchecker/Makefile.in
> > +./opal/mca/memchecker/base/Makefile.in
> > +./opal/mca/memchecker/valgrind/Makefile.in
> > +./opal/mca/memcpy/Makefile.in
> > +./opal/mca/memory/Makefile.in
> > +./opal/mca/memory/vc70.pdb
> > +./opal/mca/memory/base/*.obj
> > +./opal/mca/memory/linux/Makefile.in
> > +./opal/mca/memory/malloc_solaris/Makefile.in
> > +./opal/mca/pstat/Makefile.in
> > +./opal/mca/pstat/*.obj
> > +./opal/mca/pstat/base/*.obj
> > +./opal/mca/pstat/linux/Makefile.in
> > +./opal/mca/pstat/test/Makefile.in
> > +./opal/mca/sec/Makefile.in
> > +./opal/mca/sec/basic/Makefile.in
> > +./opal/mca/sec/keystone/Makefile.in
> > +./opal/mca/shmem/Makefile.in
> > +./opal/mca/shmem/mmap/Makefile.in
> > +./opal/mca/shmem/posix/Makefile.in
> > +./opal/mca/shmem/sysv/Makefile.in
> > +./opal/mca/timer/Makefile.in
> > +./opal/mca/timer/vc70.pdb
> > +./opal/mca/timer/aix/Makefile.in
> > +./opal/mca/timer/altix/Makefile.in
> > +./opal/mca/timer/base/*.obj
> > +./opal/mca/timer/catamount/Makefile.in
> > +./opal/mca/timer/darwin/Makefile.in
> > +./opal/mca/timer/linux/Makefile.in
> > +./opal/mca/timer/solaris/Makefile.in
> > +./opal/memoryhooks/*.obj
> > +./opal/runtime/*.obj
> > +./opal/threads/*.obj
> > +./opal/tools/opal-checkpoint/Makefile.in
> > +./opal/tools/opal-checkpoint/opal-checkpoint
> > +./opal/tools/opal-checkpoint/opal-checkpoint.1
> > +./opal/tools/opal-restart/Makefile.in
> > +./opal/tools/opal-restart/opal-restart
> > +./opal/tools/opal-restart/opal-restart.1
> > +./opal/tools/wrappers/Makefile.in
> > +./opal/tools/wrappers/opalcc-wrapper-data.txt
> > +./opal/tools/wrappers/opalc++-wrapper-data.txt
> > +./opal/tools/wrappers/opalCC-wrapper-data.txt
> > +./opal/tools/wrappers/opal_wrapper
> > +./opal/tools/wrappers/opalcc.1
> > +./opal/tools/wrappers/opalc++.1
> > +./opal/tools/wrappers/generic_wrapper.1
> > +./opal/tools/wrappers/opal_wrapper.1
> > +./opal/tools/wrappers/opal.pc
> > +./opal/util/Makefile.in
> > +./opal/util/*.obj
> > +./opal/util/show_help_lex.c
> > +./opal/util/vc70.pdb
> > +./opal/util/keyval/Makefile.in
> > +./opal/util/keyval/keyval_lex.c
> > +./opal/win32/*.obj
> > +./orte/Makefile.in
> > +./orte/doxygen
> > +./orte/etc/Makefile.in
> > +./orte/include/Makefile.in
> > +./orte/include/stamp-h*
> > +./orte/include/orte_config.h
> > +./orte/include/orte/version.h
> > +./orte/include/orte/frameworks.h
> > +./orte/mca/dfs/Makefile.in
> > +./orte/mca/dfs/vc70.pdb
> > +./orte/mca/dfs/app/Makefile.in
> > +./orte/mca/dfs/base/*.obj
> > +./orte/mca/dfs/orted/Makefile.in
> > +./orte/mca/dfs/test/Makefile.in
> > +./orte/mca/errmgr/Makefile.in
> > +./orte/mca/errmgr/vc70.pdb
> > +./orte/mca/errmgr/orcm
> > +./orte/mca/errmgr/base/*.obj
> > +./orte/mca/errmgr/default_app/Makefile.in
> > +./orte/mca/errmgr/default_hnp/Makefile.in
> > +./orte/mca/errmgr/default_orted/Makefile.in
> > +./orte/mca/errmgr/default_tool/Makefile.in
> > +./orte/mca/ess/Makefile.in
> > +./orte/mca/ess/orcm
> > +./orte/mca/ess/alps/Makefile.in
> > +./orte/mca/ess/base/Makefile.in
> > +./orte/mca/ess/env/Makefile.in
> > +./orte/mca/ess/hnp/Makefile.in
> > +./orte/mca/ess/lsf/Makefile.in
> > +./orte/mca/ess/pmi/Makefile.in
> > +./orte/mca/ess/singleton/Makefile.in
> > +./orte/mca/ess/slurm/Makefile.in
> > +./orte/mca/ess/tm/Makefile.in
> > +./orte/mca/ess/tool/Makefile.in
> > +./orte/mca/filem/Makefile.in
> > +./orte/mca/filem/orte_filem.7
> > +./orte/mca/filem/base/Makefile.in
> > +./orte/mca/filem/raw/Makefile.in
> > +./orte/mca/grpcomm/Makefile.in
> > +./orte/mca/grpcomm/bad/Makefile.in
> > +./orte/mca/grpcomm/base/Makefile.in
> > +./orte/mca/grpcomm/hier/Makefile.in
> > +./orte/mca/grpcomm/pmi/Makefile.in
> > +./orte/mca/iof/Makefile.in
> > +./orte/mca/iof/hnp/Makefile.in
> > +./orte/mca/iof/mr_hnp/Makefile.in
> > +./orte/mca/iof/mr_orted/Makefile.in
> > +./orte/mca/iof/orted/Makefile.in
> > +./orte/mca/iof/tool/Makefile.in
> > +./orte/mca/odls/Makefile.in
> > +./orte/mca/odls/default/Makefile.in
> > +./orte/mca/odls/default/.gdb_history
> > +./orte/mca/oob/Makefile.in
> > +./orte/mca/oob/tcp/Makefile.in
> > +./orte/mca/oob/tcp/acinclude.m4
> > +./orte/mca/oob/tcp/configure.ac
> > +./orte/mca/oob/tcp/.lam*
> > +./orte/mca/oob/ud/Makefile.in
> > +./orte/mca/oob/usock/Makefile.in
> > +./orte/mca/oob/usock/acinclude.m4
> > +./orte/mca/oob/usock/configure.ac
> > +./orte/mca/oob/usock/.lam*
> > +./orte/mca/plm/Makefile.in
> > +./orte/mca/plm/alps/Makefile.in
> > +./orte/mca/plm/base/Makefile.in
> > +./orte/mca/plm/isolated/Makefile.in
> > +./orte/mca/plm/lsf/Makefile.in
> > +./orte/mca/plm/rsh/Makefile.in
> > +./orte/mca/plm/slurm/Makefile.in
> > +./orte/mca/plm/tm/Makefile.in
> > +./orte/mca/ras/Makefile.in
> > +./orte/mca/ras/alps/Makefile.in
> > +./orte/mca/ras/gridengine/Makefile.in
> > +./orte/mca/ras/loadleveler/Makefile.in
> > +./orte/mca/ras/lsf/Makefile.in
> > +./orte/mca/ras/simulator/Makefile.in
> > +./orte/mca/ras/slurm/Makefile.in
> > +./orte/mca/ras/tm/Makefile.in
> > +./orte/mca/rmaps/Makefile.in
> > +./orte/mca/rmaps/lama/Makefile.in
> > +./orte/mca/rmaps/mindist/Makefile.in
> > +./orte/mca/rmaps/ppr/Makefile.in
> > +./orte/mca/rmaps/rank_file/Makefile.in
> > +./orte/mca/rmaps/rank_file/rmaps_rank_file_lex.c
> > +./orte/mca/rmaps/rank_file/rankfile_lex.c
> > +./orte/mca/rmaps/resilient/Makefile.in
> > +./orte/mca/rmaps/round_robin/Makefile.in
> > +./orte/mca/rmaps/seq/Makefile.in
> > +./orte/mca/rmaps/staged/Makefile.in
> > +./orte/mca/rml/Makefile.in
> > +./orte/mca/rml/ftrm/Makefile.in
> > +./orte/mca/rml/oob/Makefile.in
> > +./orte/mca/routed/Makefile.in
> > +./orte/mca/routed/orcm
> > +./orte/mca/routed/binomial/Makefile.in
> > +./orte/mca/routed/debruijn/Makefile.in
> > +./orte/mca/routed/direct/Makefile.in
> > +./orte/mca/routed/radix/Makefile.in
> > +./orte/mca/snapc/Makefile.in
> > +./orte/mca/snapc/orte_snapc.7
> > +./orte/mca/snapc/base/Makefile.in
> > +./orte/mca/snapc/full/Makefile.in
> > +./orte/mca/sstore/Makefile.in
> > +./orte/mca/sstore/orte_sstore.7
> > +./orte/mca/sstore/central/Makefile.in
> > +./orte/mca/sstore/stage/Makefile.in
> > +./orte/mca/state/Makefile.in
> > +./orte/mca/state/app/Makefile.in
> > +./orte/mca/state/base/Makefile.in
> > +./orte/mca/state/hnp/Makefile.in
> > +./orte/mca/state/novm/Makefile.in
> > +./orte/mca/state/orted/Makefile.in
> > +./orte/mca/state/staged_hnp/Makefile.in
> > +./orte/mca/state/staged_orted/Makefile.in
> > +./orte/mca/state/tool/Makefile.in
> > +./orte/test/mpi/abort
> > +./orte/test/mpi/accept
> > +./orte/test/mpi/bad_exit
> > +./orte/test/mpi/bcast_loop
> > +./orte/test/mpi/concurrent_spawn
> > +./orte/test/mpi/connect
> > +./orte/test/mpi/crisscross
> > +./orte/test/mpi/delayed_abort
> > +./orte/test/mpi/hello_barrier
> > +./orte/test/mpi/hello_nodename
> > +./orte/test/mpi/hello_output
> > +./orte/test/mpi/hello_show_help
> > +./orte/test/mpi/hello
> > +./orte/test/mpi/hello++
> > +./orte/test/mpi/loop_child
> > +./orte/test/mpi/loop_spawn
> > +./orte/test/mpi/mpi_barrier
> > +./orte/test/mpi/mpi_no_op
> > +./orte/test/mpi/mpi_spin
> > +./orte/test/mpi/multi_abort
> > +./orte/test/mpi/parallel_r8
> > +./orte/test/mpi/parallel_r64
> > +./orte/test/mpi/parallel_w8
> > +./orte/test/mpi/parallel_w64
> > +./orte/test/mpi/pubsub
> > +./orte/test/mpi/read_write
> > +./orte/test/mpi/reduce-hang
> > +./orte/test/mpi/segv
> > +./orte/test/mpi/simple_spawn
> > +./orte/test/mpi/slave
> > +./orte/test/mpi/spawn_multiple
> > +./orte/test/mpi/ziaprobe
> > +./orte/test/mpi/ziatest
> > +./orte/test/mpi/.gdb_history
> > +./orte/test/mpi/junk*
> > +./orte/test/mpi/sio
> > +./orte/test/mpi/sendrecv_blaster
> > +./orte/test/mpi/early_abort
> > +./orte/test/mpi/spawn_problem/ch_rec
> > +./orte/test/mpi/spawn_problem/output
> > +./orte/test/mpi/spawn_problem/start
> > +./orte/test/mpi/debugger
> > +./orte/test/mpi/server_port_name.txt
> > +./orte/test/mpi/singleton_client_server
> > +./orte/test/mpi/intercomm_create
> > +./orte/test/mpi/spawn_tree
> > +./orte/test/mpi/init-exit77
> > +./orte/test/mpi/mpi_info
> > +./orte/test/mpi/info_spawn
> > +./orte/test/mpi/client
> > +./orte/test/mpi/server
> > +./orte/test/mpi/paccept
> > +./orte/test/mpi/pconnect
> > +./orte/test/mpi/thread_init
> > +./orte/test/mpi/memcached-dummy
> > +./orte/test/system/radix
> > +./orte/test/system/sigusr_trap
> > +./orte/test/system/orte_no_op
> > +./orte/test/system/no_op
> > +./orte/test/system/hello
> > +./orte/test/system/hello_nodename
> > +./orte/test/system/hello_null
> > +./orte/test/system/.gdb*
> > +./orte/test/system/spin
> > +./orte/test/system/orte_nodename
> > +./orte/test/system/orte_proc_subscribe
> > +./orte/test/system/orte_spawn
> > +./orte/test/system/orte_stage_gate
> > +./orte/test/system/orte_loop_spawn
> > +./orte/test/system/orte_loop_child
> > +./orte/test/system/orte_abort
> > +./orte/test/system/get_limits
> > +./orte/test/system/orte_ring
> > +./orte/test/system/spawn_child
> > +./orte/test/system/orte_tool
> > +./orte/test/system/binom
> > +./orte/test/system/iof_stress
> > +./orte/test/system/oob_stress
> > +./orte/test/system/iof_delay
> > +./orte/test/system/orte_barrier
> > +./orte/test/system/orte_mcast
> > +./orte/test/system/mcast
> > +./orte/test/system/mcast_recv
> > +./orte/test/system/opal_interface
> > +./orte/test/system/orte_spin
> > +./orte/test/system/segfault
> > +./orte/test/system/sysinfo
> > +./orte/test/system/orte_exit
> > +./orte/test/system/orte_db
> > +./orte/test/system/orte_state
> > +./orte/test/system/orte_sensor
> > +./orte/test/system/event-threads
> > +./orte/test/system/test-time
> > +./orte/test/system/psm_keygen
> > +./orte/test/system/regex
> > +./orte/test/system/orte_errors
> > +./orte/test/system/evthread-test
> > +./orte/test/system/evpri-test
> > +./orte/test/system/opal-evpri-test
> > +./orte/test/system/evpri-test2
> > +./orte/test/system/mapper
> > +./orte/test/system/reducer
> > +./orte/test/system/opal_hotel
> > +./orte/test/system/orte_dfs
> > +./orte/test/system/orte_allocate
> > +./orte/test/system/getenv_pmi
> > +./orte/test/system/pmi_abort
> > +./orte/test/system/opal_hwloc
> > +./orte/test/system/opal_db
> > +./orte/tools/orte-checkpoint/Makefile.in
> > +./orte/tools/orte-checkpoint/orte-checkpoint
> > +./orte/tools/orte-checkpoint/orte-checkpoint.1
> > +./orte/tools/orte-checkpoint/ompi-checkpoint.1
> > +./orte/tools/orte-clean/Makefile.in
> > +./orte/tools/orte-clean/orte-clean
> > +./orte/tools/orte-clean/orte-clean.1
> > +./orte/tools/orte-info/Makefile.in
> > +./orte/tools/orte-info/orte-info
> > +./orte/tools/orte-info/*.exe
> > +./orte/tools/orte-info/orte-info.1
> > +./orte/tools/orte-migrate/Makefile.in
> > +./orte/tools/orte-migrate/orte-migrate
> > +./orte/tools/orte-migrate/orte-migrate.1
> > +./orte/tools/orte-migrate/ompi-migrate.1
> > +./orte/tools/orte-ps/Makefile.in
> > +./orte/tools/orte-ps/orte-ps
> > +./orte/tools/orte-ps/orte-ps.1
> > +./orte/tools/orte-restart/Makefile.in
> > +./orte/tools/orte-restart/orte-restart
> > +./orte/tools/orte-restart/orte-restart.1
> > +./orte/tools/orte-restart/ompi-restart.1
> > +./orte/tools/orte-server/orte-server
> > +./orte/tools/orte-server/Makefile.in
> > +./orte/tools/orte-server/orte-server.1
> > +./orte/tools/orte-top/Makefile.in
> > +./orte/tools/orte-top/orte-top
> > +./orte/tools/orte-top/orte-top.1
> > +./orte/tools/orted/Makefile.in
> > +./orte/tools/orted/orted
> > +./orte/tools/orted/orted.1
> > +./orte/tools/orted/.gdb_history
> > +./orte/tools/orted/*.exe
> > +./orte/tools/orterun/Makefile.in
> > +./orte/tools/orterun/orterun
> > +./orte/tools/orterun/*.exe
> > +./orte/tools/orterun/orterun.1
> > +./orte/tools/wrappers/Makefile.in
> > +./orte/tools/wrappers/ortecc-wrapper-data.txt
> > +./orte/tools/wrappers/ortec++-wrapper-data.txt
> > +./orte/tools/wrappers/ortecc.1
> > +./orte/tools/wrappers/ortec++.1
> > +./orte/tools/wrappers/orte.pc
> > +./orte/util/hostfile/hostfile_lex.c
> > +./orte/util/hostfile/orte_hosts.7
> > +./oshmem/Makefile.in
> > +./oshmem/include/Makefile.in
> > +./oshmem/include/shmem.h
> > +./oshmem/include/pshmem.h
> > +./oshmem/include/stamp-*
> > +./oshmem/include/oshmem_config.h
> > +./oshmem/include/shmem_portable_platform.h
> > +./oshmem/include/oshmem/frameworks.h
> > +./oshmem/include/oshmem/version.h
> > +./oshmem/mca/atomic/Makefile.in
> > +./oshmem/mca/atomic/base/Makefile.in
> > +./oshmem/mca/atomic/basic/Makefile.in
> > +./oshmem/mca/atomic/mxm/Makefile.in
> > +./oshmem/mca/memheap/Makefile.in
> > +./oshmem/mca/memheap/base/Makefile.in
> > +./oshmem/mca/memheap/buddy/Makefile.in
> > +./oshmem/mca/memheap/ptmalloc/Makefile.in
> > +./oshmem/mca/scoll/Makefile.in
> > +./oshmem/mca/scoll/base/Makefile.in
> > +./oshmem/mca/scoll/basic/Makefile.in
> > +./oshmem/mca/scoll/fca/Makefile.in
> > +./oshmem/mca/scoll/mpi/Makefile.in
> > +./oshmem/mca/spml/Makefile.in
> > +./oshmem/mca/spml/base/Makefile.in
> > +./oshmem/mca/spml/ikrit/Makefile.in
> > +./oshmem/mca/spml/yoda/Makefile.in
> > +./oshmem/mca/sshmem/Makefile.in
> > +./oshmem/mca/sshmem/.deps/
> > +./oshmem/mca/sshmem/base/static-components.h
> > +./oshmem/mca/sshmem/base/Makefile.in
> > +./oshmem/mca/sshmem/mmap/Makefile.in
> > +./oshmem/mca/sshmem/sysv/Makefile.in
> > +./oshmem/mca/sshmem/verbs/Makefile.in
> > +./oshmem/shmem/c/Makefile.in
> > +./oshmem/shmem/c/profile/p*.c
> > +./oshmem/shmem/c/profile/*.c
> > +./oshmem/shmem/c/profile/Makefile.in
> > +./oshmem/shmem/fortran/Makefile.in
> > +./oshmem/shmem/fortran/libshmem_fortran.la
> > +./oshmem/tools/oshmem_info/oshmem_info
> > +./oshmem/tools/oshmem_info/oshmem_info.1
> > +./oshmem/tools/oshmem_info/Makefile.in
> > +./oshmem/tools/wrappers/Makefile.in
> > +./oshmem/tools/wrappers/shmemcc-wrapper-data.txt
> > +./oshmem/tools/wrappers/shmemfort-wrapper-data.txt
> > +./test/Makefile.in
> > +./test/asm/Makefile.in
> > +./test/asm/.gdb_history
> > +./test/asm/atomic_math_noinline
> > +./test/asm/atomic_barrier
> > +./test/asm/atomic_cmpset_noinline
> > +./test/asm/atomic_math
> > +./test/asm/atomic_cmpset
> > +./test/asm/atomic_spinlock_noinline.c
> > +./test/asm/atomic_barrier_noinline.c
> > +./test/asm/atomic_math_noinline.c
> > +./test/asm/atomic_cmpset_noinline.c
> > +./test/asm/atomic_spinlock_noinline
> > +./test/asm/atomic_barrier_noinline
> > +./test/asm/atomic_spinlock
> > +./test/asm/*.log
> > +./test/asm/*.trs
> > +./test/class/Makefile.in
> > +./test/class/*.txt
> > +./test/class/*.exe
> > +./test/class/ompi_circular_buffer_fifo
> > +./test/class/ompi_bitmap_test_out.txt
> > +./test/class/ompi_fifo
> > +./test/class/opal_list
> > +./test/class/opal_hash_table
> > +./test/class/opal_value_array
> > +./test/class/ompi_rb_tree
> > +./test/class/ompi_bitmap
> > +./test/class/opal_pointer_array
> > +./test/class/opal_bitmap
> > +./test/class/opal_tree
> > +./test/class/*.log
> > +./test/class/*.trs
> > +./test/datatype/Makefile.in
> > +./test/datatype/ddt_test
> > +./test/datatype/ddt_pack
> > +./test/datatype/to_self
> > +./test/datatype/checksum
> > +./test/datatype/position
> > +./test/datatype/ddt_raw
> > +./test/datatype/opal_datatype_test
> > +./test/datatype/*.log
> > +./test/datatype/*.trs
> > +./test/dss/dss_buffer
> > +./test/dss/dss_copy
> > +./test/dss/dss_size
> > +./test/dss/dss_cmp
> > +./test/dss/dss_release
> > +./test/dss/dss_payload
> > +./test/dss/dss_set_get
> > +./test/dss/dss_print
> > +./test/event/Makefile.in
> > +./test/event/signal-test
> > +./test/event/event-test
> > +./test/event/time-test
> > +./test/memchecker/Makefile.in
> > +./test/mpi/Makefile.in
> > +./test/mpi/environment/Makefile.in
> > +./test/mpi/environment/.gdb_history
> > +./test/mpi/environment/chello
> > +./test/runtime/Makefile.in
> > +./test/runtime/.gdb_history
> > +./test/runtime/parse_context
> > +./test/runtime/sigchld
> > +./test/runtime/start_shut
> > +./test/runtime/opal_init_finalize
> > +./test/runtime/orte_init_finalize
> > +./test/support/Makefile.in
> > +./test/threads/Makefile.in
> > +./test/threads/opal_condition
> > +./test/threads/opal_thread
> > +./test/threads/*.log
> > +./test/threads/*.trs
> > +./test/util/aaa
> > +./test/util/test_session_dir_out
> > +./test/util/Makefile.in
> > +./test/util/opal_os_path
> > +./test/util/opal_argv
> > +./test/util/opal_os_create_dirpath
> > +./test/util/opal_if
> > +./test/util/opal_error
> > +./test/util/opal_timer
> > +./test/util/orte_sys_info
> > +./test/util/orte_session_dir
> > +./test/util/orte_sys_info
> > +./test/util/orte_universe_setup_file_io
> > +./test/util/opal_basename
> > +./test/util/ompi_numtostr
> > +./test/util/ompi_pack
> > +./test/util/test-file
> > +./test/util/opal_sos
> > +./test/util/opal_path_nfs
> > +./test/util/opal_path_nfs.out
> > +./test/util/opal_bit_ops
> > +./test/util/*.log
> > +./test/util/*.trs
> > +.libs
> > +.deps
> > +.svn
> > +*.la
> > +*.lo
> > +*.o
> > +*.so
> > +*.a
> > +.dirstamp
> > +*.dSYM
> > +*.S
> > +*.loT
> > +*.orig
> > +*.rej
> > +*.class
> > +*.xcscheme
> > +*.plist
> > +.git*
> > +.mailmap
> > +.DS_Store
> > +stamp-h[1-9]
> > +configure
> > +config.guess
> > +config.sub
> > +config.log
> > +config.status
> > +libtool
> > +ltmain.sh
> > +missing
> > +depcomp
> > +install-sh
> > +aclocal.m4
> > +autom4te.cache
> > +Makefile
> > +static-components.h
> > +project_list.m4
> > +orte_wrapper_script
> > +ompi_wrapper_script
> > +make.out
> > +config.out
> > +auto.out
> > +diff.out
> > +*~
> > +*\\#
> > _______________________________________________
> > svn-full mailing list
> > svn-f...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/svn-full
>
>
> --
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to:
> http://www.cisco.com/web/about/doing_business/legal/cri/
>
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2014/04/14534.php
>

Reply via email to