1
1
This commit was SVN r31024.
Этот коммит содержится в:
Jeff Squyres 2014-03-12 13:20:50 +00:00
родитель da87b506bd
Коммит 90903813b1

75
.gitignore поставляемый
Просмотреть файл

@ -18,7 +18,6 @@
*.xcscheme *.xcscheme
*.plist *.plist
*~ *~
\#*
Makefile Makefile
Makefile.in Makefile.in
static-components.h static-components.h
@ -47,6 +46,7 @@ vc70.pdb
.hgignore .hgignore
.hg .hg
.hgignore_local .hgignore_local
config.lt
test/util/aaa test/util/aaa
test/util/test_session_dir_out test/util/test_session_dir_out
test/util/opal_os_path test/util/opal_os_path
@ -65,7 +65,10 @@ test/util/ompi_pack
test/util/test-file test/util/test-file
test/util/opal_sos test/util/opal_sos
test/util/opal_path_nfs test/util/opal_path_nfs
test/util/opal_path_nfs.out
test/util/opal_bit_ops test/util/opal_bit_ops
test/util/*.log
test/util/*.trs
test/asm/.gdb_history test/asm/.gdb_history
test/asm/atomic_math_noinline test/asm/atomic_math_noinline
test/asm/atomic_barrier test/asm/atomic_barrier
@ -79,6 +82,8 @@ test/asm/atomic_cmpset_noinline.c
test/asm/atomic_spinlock_noinline test/asm/atomic_spinlock_noinline
test/asm/atomic_barrier_noinline test/asm/atomic_barrier_noinline
test/asm/atomic_spinlock test/asm/atomic_spinlock
test/asm/*.log
test/asm/*.trs
test/class/*.txt test/class/*.txt
test/class/*.exe test/class/*.exe
test/class/ompi_circular_buffer_fifo test/class/ompi_circular_buffer_fifo
@ -92,6 +97,8 @@ test/class/ompi_bitmap
test/class/opal_pointer_array test/class/opal_pointer_array
test/class/opal_bitmap test/class/opal_bitmap
test/class/opal_tree test/class/opal_tree
test/class/*.log
test/class/*.trs
test/dss/dss_buffer test/dss/dss_buffer
test/dss/dss_copy test/dss/dss_copy
test/dss/dss_size test/dss/dss_size
@ -111,6 +118,8 @@ test/event/event-test
test/event/time-test test/event/time-test
test/threads/opal_condition test/threads/opal_condition
test/threads/opal_thread test/threads/opal_thread
test/threads/*.log
test/threads/*.trs
test/datatype/ddt_test test/datatype/ddt_test
test/datatype/ddt_pack test/datatype/ddt_pack
test/datatype/to_self test/datatype/to_self
@ -118,6 +127,8 @@ test/datatype/checksum
test/datatype/position test/datatype/position
test/datatype/ddt_raw test/datatype/ddt_raw
test/datatype/opal_datatype_test test/datatype/opal_datatype_test
test/datatype/*.log
test/datatype/*.trs
test/mpi/environment/.gdb_history test/mpi/environment/.gdb_history
test/mpi/environment/chello test/mpi/environment/chello
config/ylwrap config/ylwrap
@ -280,6 +291,10 @@ orte/test/system/reducer
orte/test/system/opal_hotel orte/test/system/opal_hotel
orte/test/system/orte_dfs orte/test/system/orte_dfs
orte/test/system/orte_allocate 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/abort
orte/test/mpi/accept orte/test/mpi/accept
orte/test/mpi/bad_exit orte/test/mpi/bad_exit
@ -333,6 +348,8 @@ orte/test/mpi/client
orte/test/mpi/server orte/test/mpi/server
orte/test/mpi/paccept orte/test/mpi/paccept
orte/test/mpi/pconnect 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
orte/tools/orte-top/orte-top.1 orte/tools/orte-top/orte-top.1
orte/tools/orte-info/orte-info orte/tools/orte-info/orte-info
@ -389,6 +406,15 @@ orte/mca/oob/tcp/config.status
orte/mca/oob/tcp/libtool orte/mca/oob/tcp/libtool
orte/mca/oob/tcp/autom4te.cache orte/mca/oob/tcp/autom4te.cache
orte/mca/oob/tcp/.lam* 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_c
examples/hello_cxx examples/hello_cxx
examples/hello_mpifh examples/hello_mpifh
@ -400,6 +426,10 @@ examples/ring_mpifh
examples/ring_usempi examples/ring_usempi
examples/ring_usempif08 examples/ring_usempif08
examples/connectivity_c examples/connectivity_c
examples/ring_oshmem
examples/hello_oshmem
examples/ring_oshmemfh
examples/hello_oshmemfh
ompi/libltdl ompi/libltdl
ompi/GPATH ompi/GPATH
ompi/GRTAGS ompi/GRTAGS
@ -409,6 +439,9 @@ ompi/GSYMS
ompi/debuggers/*.in ompi/debuggers/*.in
ompi/debuggers/dlopen_test ompi/debuggers/dlopen_test
ompi/debuggers/predefined_gap_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/ompi_info
ompi/tools/ompi_info/*.ii ompi/tools/ompi_info/*.ii
ompi/tools/ompi_info/*.ti ompi/tools/ompi_info/*.ti
@ -428,6 +461,9 @@ ompi/tools/wrappers/ompi-fort.pc
ompi/tools/wrappers/mpijavac.pl ompi/tools/wrappers/mpijavac.pl
ompi/tools/wrappers/mpif90.1 ompi/tools/wrappers/mpif90.1
ompi/tools/wrappers/mpif77.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/stamp-h*
ompi/include/ompi_config.h ompi/include/ompi_config.h
ompi/include/mpi.h ompi/include/mpi.h
@ -440,6 +476,7 @@ ompi/include/mpif-handles.h
ompi/include/mpif-io-constants.h ompi/include/mpif-io-constants.h
ompi/include/mpif-constants.h ompi/include/mpif-constants.h
ompi/include/mpif-io-handles.h ompi/include/mpif-io-handles.h
ompi/include/mpi_portable_platform.h
ompi/include/ompi/version.h ompi/include/ompi/version.h
ompi/include/ompi/frameworks.h ompi/include/ompi/frameworks.h
ompi/mpiext/example/use-mpi-f08/*.mod ompi/mpiext/example/use-mpi-f08/*.mod
@ -452,6 +489,7 @@ ompi/mpiext/affinity/c/example
ompi/mpi/java/java/mpi ompi/mpi/java/java/mpi
ompi/mpi/java/java/*.jar ompi/mpi/java/java/*.jar
ompi/mpi/java/java/*.h ompi/mpi/java/java/*.h
ompi/mpi/java/java/doc
ompi/mpi/c/profile/p*.c ompi/mpi/c/profile/p*.c
ompi/mpi/man/man3/MPI*.3 ompi/mpi/man/man3/MPI*.3
ompi/mpi/man/man3/OpenMPI.3 ompi/mpi/man/man3/OpenMPI.3
@ -470,6 +508,7 @@ 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_kinds.ompi_module
ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h 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/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/constants.h
ompi/mpi/fortran/use-mpi-f08/*.mod ompi/mpi/fortran/use-mpi-f08/*.mod
ompi/mpi/fortran/mpif-h/profile/p*.c ompi/mpi/fortran/mpif-h/profile/p*.c
@ -516,6 +555,12 @@ ompi/mca/io/romio/romio/confdb/config.sub
ompi/mca/io/romio/romio/confdb/install-sh ompi/mca/io/romio/romio/confdb/install-sh
ompi/mca/io/romio/romio/confdb/.placeholder ompi/mca/io/romio/romio/confdb/.placeholder
ompi/mca/io/romio/romio/confdb/compile 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/util/romioinstall
ompi/mca/io/romio/romio/test/runtests ompi/mca/io/romio/romio/test/runtests
ompi/mca/io/romio/romio/test/large_file.c ompi/mca/io/romio/romio/test/large_file.c
@ -584,13 +629,14 @@ ompi/mca/coll/demo/coll-demo-version.h*
ompi/mca/coll/ml/coll_ml_lex.c ompi/mca/coll/ml/coll_ml_lex.c
ompi/mca/coll/basic/coll-basic-version.h* ompi/mca/coll/basic/coll-basic-version.h*
ompi/mca/coll/self/coll-self-version.h* ompi/mca/coll/self/coll-self-version.h*
ompi/mca/btl/udapl/*.in
ompi/mca/btl/openib/btl_openib_lex.c ompi/mca/btl/openib/btl_openib_lex.c
ompi/mca/rte/orte/ompi-ps.1 ompi/mca/rte/orte/ompi-ps.1
ompi/mca/rte/orte/ompi-clean.1 ompi/mca/rte/orte/ompi-clean.1
ompi/mca/rte/orte/mpiexec.1 ompi/mca/rte/orte/mpiexec.1
ompi/mca/rte/orte/ompi-top.1 ompi/mca/rte/orte/ompi-top.1
ompi/mca/rte/orte/ompi-server.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/orte/mpirun.1
ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control
ompi/mca/pml/v/autogen.vprotocols ompi/mca/pml/v/autogen.vprotocols
@ -632,9 +678,14 @@ 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/vtf77-wrapper-data.txt
ompi/contrib/vt/vt/tools/vtwrapper/vtf90-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/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/vt_libwrapgen_defs.h
ompi/contrib/vt/vt/tools/vtlibwrapgen/vtlibwrapgen 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/opari
ompi/contrib/vt/vt/tools/opari/tool/util.c
ompi/contrib/vt/vt/tools/vtjava/vtjava ompi/contrib/vt/vt/tools/vtjava/vtjava
ompi/contrib/vt/vt/tools/vtrun/vtrun ompi/contrib/vt/vt/tools/vtrun/vtrun
ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-common ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-common
@ -643,10 +694,14 @@ ompi/contrib/vt/vt/tools/vtiofsl/vtiofsl-stop
ompi/contrib/vt/vt/tools/vtcpcavail/vtcpcavail ompi/contrib/vt/vt/tools/vtcpcavail/vtcpcavail
ompi/contrib/vt/vt/tools/vtfilter/vtfilter ompi/contrib/vt/vt/tools/vtfilter/vtfilter
ompi/contrib/vt/vt/tools/vtfilter/mpi/vtfilter-mpi 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/vtdyn
ompi/contrib/vt/vt/tools/vtdyn/dynattlib/libvt-dynatt.* ompi/contrib/vt/vt/tools/vtdyn/dynattlib/libvt-dynatt.*
ompi/contrib/vt/vt/tools/vtunify/vtunify ompi/contrib/vt/vt/tools/vtunify/vtunify
ompi/contrib/vt/vt/tools/vtunify/mpi/vtunify-mpi 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
ompi/contrib/vt/vt/tools/vtsetup/vtsetup-config.xml ompi/contrib/vt/vt/tools/vtsetup/vtsetup-config.xml
ompi/contrib/vt/vt/tools/vtsetup/vtsetup-data.xml ompi/contrib/vt/vt/tools/vtsetup/vtsetup-data.xml
@ -685,13 +740,13 @@ 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/otfconfig/otfconfig
ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/otfmerge 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/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/otfaux/otfaux
ompi/contrib/vt/vt/extlib/otf/tools/otfinfo/otfinfo ompi/contrib/vt/vt/extlib/otf/tools/otfinfo/otfinfo
ompi/contrib/vt/vt/extlib/otf/tools/otfmerge-mpi/otfmerge-mpi
ompi/contrib/vt/vt/extlib/otf/tools/otfshrink/otfshrink 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/otfprofile
ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/otfprofile-mpi ompi/contrib/vt/vt/extlib/otf/tools/otfprofile/mpi/otfprofile-mpi
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/read_from_buffer/otf_read_from_buffer
ompi/contrib/vt/vt/extlib/otf/tests/progress/otf_progress 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/thumbnail/otf_thumbnail
@ -701,14 +756,18 @@ ompi/contrib/vt/vt/extlib/otf/tests/generic_streams-mpi/otf_generic_streams_mpi
ompi/contrib/vt/wrappers/mpi*txt ompi/contrib/vt/wrappers/mpi*txt
oshmem/shmem/c/profile/shmem*.c oshmem/shmem/c/profile/shmem*.c
oshmem/shmem/fortran/libshmem_fortran.la 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/shmemcc-wrapper-data.txt
oshmem/tools/wrappers/shmemfort-wrapper-data.txt oshmem/tools/wrappers/shmemfort-wrapper-data.txt
oshmem/include/shmem.h oshmem/include/shmem.h
oshmem/include/shmem_portable_platform.h
oshmem/include/stamp-* oshmem/include/stamp-*
oshmem/include/oshmem_config.h oshmem/include/oshmem_config.h
oshmem/include/shmem_portable_platform.h
oshmem/include/oshmem/frameworks.h oshmem/include/oshmem/frameworks.h
oshmem/include/oshmem/version.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
contrib/build-mca-comps-outside-of-tree/btl_tcp2_config.h.in 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/autom4te.cache
@ -722,3 +781,9 @@ contrib/build-mca-comps-outside-of-tree/libtool
contrib/scaling/orte_no_op contrib/scaling/orte_no_op
contrib/scaling/mpi_no_op contrib/scaling/mpi_no_op
contrib/scaling/mpi_barrier 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