[mpich] 01/07: Merge tag 'upstream/3.1'

Anton Gladky gladk at moszumanska.debian.org
Sun Mar 16 14:05:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository mpich.

commit 22c4bd27d52641db285c6d0157c69d7a8684a6ff
Merge: 18c8017 af581fb
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Mar 15 20:20:05 2014 +0100

    Merge tag 'upstream/3.1'
    
    Upstream version 3.1

 .gitignore                                         |     7 +-
 CHANGES                                            |    55 +
 COPYRIGHT.rtf                                      |    56 -
 Makefile.am                                        |    17 +-
 Makefile.in                                        |  2137 +-
 README                                             |   460 +-
 README.envvar                                      |   684 +-
 README.winbin.rtf                                  |   136 -
 RELEASE_NOTES                                      |    41 +-
 aclocal.m4                                         |   394 +-
 autogen.sh                                         |    73 +-
 confdb/aclocal_cc.m4                               |    99 +-
 confdb/aclocal_coverage.m4                         |     4 +
 confdb/aclocal_cxx.m4                              |     2 +-
 confdb/aclocal_fc.m4                               |    69 +-
 confdb/aclocal_mpi.m4                              |     6 +-
 confdb/aclocal_runlog.m4                           |    56 +-
 confdb/aclocal_shl.m4                              |     8 -
 confdb/aclocal_util.m4                             |    14 +
 confdb/ar-lib                                      |     2 +-
 confdb/compile                                     |     9 +-
 confdb/config.guess                                |   169 +-
 confdb/config.rpath                                |    33 +-
 confdb/config.sub                                  |    74 +-
 confdb/depcomp                                     |   419 +-
 confdb/libtool.m4                                  |     2 +
 confdb/missing                                     |   405 +-
 configure                                          |  4512 ++--
 configure.ac                                       |   500 +-
 doc/Makefile.mk                                    |     4 +-
 doc/installguide/install.pdf                       |   Bin 112921 -> 94412 bytes
 doc/installguide/install.tex.vin                   |   242 +-
 doc/logging/logging.pdf                            |   Bin 39413 -> 39486 bytes
 doc/smpd/Makefile.in                               |    30 -
 doc/smpd/smpd_pmi.pdf                              |   Bin 58104 -> 0 bytes
 doc/smpd/smpd_pmi.tex                              |   324 -
 doc/smpd/smpd_tree.eps                             |   622 -
 doc/userguide/user.bib                             |     8 +
 doc/userguide/user.pdf                             |   Bin 107725 -> 99680 bytes
 doc/userguide/user.tex.vin                         |   212 +-
 doc/windev/Makefile.in                             |    76 -
 doc/windev/getdotin.bat                            |    40 -
 doc/windev/testmpich.wsf                           |  2470 --
 doc/windev/windev.pdf                              |   Bin 130827 -> 0 bytes
 doc/windev/windev.tex.vin                          |  1194 -
 examples/Makefile.am                               |    18 +-
 examples/Makefile.in                               |   243 +-
 examples/cpi.vcproj                                |   374 -
 examples/pmandel.vcproj                            |   372 -
 examples/pmandel_fence.vcproj                      |   372 -
 examples/pmandel_service.vcproj                    |   372 -
 examples/pmandel_spaserv.vcproj                    |   372 -
 examples/pmandel_spawn.vcproj                      |   372 -
 examples/spawntest.vcproj                          |   138 -
 examples/windows/installed_examples/cpi.vcproj     |   372 -
 examples/windows/installed_examples/cxxpi.cxx      |    64 -
 examples/windows/installed_examples/cxxpi.vcproj   |   372 -
 examples/windows/installed_examples/examples.sln   |    45 -
 examples/windows/installed_examples/fpi.vfproj     |    48 -
 examples/windows/pmandel_vis/BoundsDlg.cpp         |    48 -
 examples/windows/pmandel_vis/BoundsDlg.h           |    33 -
 examples/windows/pmandel_vis/ConnectDialog.cpp     |    82 -
 examples/windows/pmandel_vis/ConnectDialog.h       |    41 -
 examples/windows/pmandel_vis/DemoPointsDlg.cpp     |   173 -
 examples/windows/pmandel_vis/DemoPointsDlg.h       |    37 -
 examples/windows/pmandel_vis/ExampleNode.cpp       |    15 -
 examples/windows/pmandel_vis/ExampleNode.h         |    18 -
 examples/windows/pmandel_vis/MainFrm.cpp           |   115 -
 examples/windows/pmandel_vis/MainFrm.h             |    47 -
 examples/windows/pmandel_vis/mpi.cpp               |   293 -
 examples/windows/pmandel_vis/pman_vis.cpp          |   150 -
 examples/windows/pmandel_vis/pman_vis.h            |    39 -
 examples/windows/pmandel_vis/pman_vis.rc           |   472 -
 examples/windows/pmandel_vis/pman_vis.vcproj       |   584 -
 examples/windows/pmandel_vis/pman_visDoc.cpp       |    84 -
 examples/windows/pmandel_vis/pman_visDoc.h         |    45 -
 examples/windows/pmandel_vis/pman_visView.cpp      |   562 -
 examples/windows/pmandel_vis/pman_visView.h        |    70 -
 examples/windows/pmandel_vis/res/Toolbar.bmp       |   Bin 1078 -> 0 bytes
 examples/windows/pmandel_vis/res/pman_vis.ico      |   Bin 21630 -> 0 bytes
 examples/windows/pmandel_vis/res/pman_vis.manifest |    22 -
 examples/windows/pmandel_vis/res/pman_vis.rc2      |    13 -
 examples/windows/pmandel_vis/res/pman_visDoc.ico   |   Bin 1078 -> 0 bytes
 examples/windows/pmandel_vis/resource.h            |    48 -
 examples/windows/pmandel_vis/sock.cpp              |   373 -
 examples/windows/pmandel_vis/stdafx.cpp            |    13 -
 examples/windows/pmandel_vis/stdafx.h              |    48 -
 examples/windows/pmandel_vis_net/App.ico           |   Bin 1078 -> 0 bytes
 examples/windows/pmandel_vis_net/AssemblyInfo.cs   |    58 -
 examples/windows/pmandel_vis_net/Form.cs           |  1096 -
 examples/windows/pmandel_vis_net/Form.resx         |   193 -
 .../windows/pmandel_vis_net/MandelViewer.csproj    |   136 -
 examples/windows/pmitest/pmitest.c                 |   305 -
 examples/windows/pmitest/pmitest.vcproj            |   138 -
 examples/windows/skeleton/skeleton.c               |     6 -
 examples/windows/skeleton/skeleton.sln             |    21 -
 examples/windows/skeleton/skeleton.vcproj          |   138 -
 maint/Makefile.mk                                  |    12 +-
 maint/Version                                      |     2 +-
 maint/check_todo_tickets.sh                        |    15 +
 maint/checkbuilds                                  |    54 +-
 maint/checkbuilds.in                               |    54 +-
 maint/createcoverage                               |     2 +-
 maint/cvardirs                                     |     1 +
 maint/docnotes                                     |    56 +
 maint/extractcvars                                 |   609 +
 maint/extracterrmsgs                               |   119 +-
 maint/genparams                                    |   622 -
 maint/getcoverage                                  |     2 +-
 maint/impgen.vcproj                                |   357 -
 maint/libtool.m4.patch                             |    11 +
 maint/makegcclibs.bat                              |    22 -
 maint/makegcclibs_64.bat                           |    12 -
 maint/mpichi.vdproj                                |  3399 ---
 maint/mpichx64i.vdproj                             |  3011 ---
 maint/release.pl                                   |    25 +-
 maint/update_windows_version                       |    83 -
 maint/version.m4                                   |    10 +-
 maint/winbuild.wsf                                 |   229 -
 makewindist.bat                                    |   237 -
 man/man1/hydra_nameserver.1                        |    10 +
 man/man1/hydra_persist.1                           |    10 +
 man/man1/hydra_pmi_proxy.1                         |    10 +
 man/man1/mpicc.1                                   |    34 +-
 man/man1/mpicxx.1                                  |    34 +-
 man/man1/mpiexec.1                                 |    40 +-
 man/man1/mpif77.1                                  |    30 +-
 man/man1/mpif90.1                                  |    30 +-
 man/man3/MPIX_Comm_group_failed.3                  |     4 +-
 man/man3/MPIX_Comm_reenable_anysource.3            |     4 +-
 man/man3/MPIX_Comm_remote_group_failed.3           |     4 +-
 man/man3/MPI_Abort.3                               |     4 +-
 man/man3/MPI_Accumulate.3                          |     4 +-
 man/man3/MPI_Add_error_class.3                     |     4 +-
 man/man3/MPI_Add_error_code.3                      |     4 +-
 man/man3/MPI_Add_error_string.3                    |     4 +-
 man/man3/MPI_Address.3                             |     4 +-
 man/man3/MPI_Allgather.3                           |     4 +-
 man/man3/MPI_Allgatherv.3                          |     4 +-
 man/man3/MPI_Alloc_mem.3                           |     4 +-
 man/man3/MPI_Allreduce.3                           |     4 +-
 man/man3/MPI_Alltoall.3                            |     4 +-
 man/man3/MPI_Alltoallv.3                           |     4 +-
 man/man3/MPI_Alltoallw.3                           |     4 +-
 man/man3/MPI_Attr_delete.3                         |     4 +-
 man/man3/MPI_Attr_get.3                            |     4 +-
 man/man3/MPI_Attr_put.3                            |     4 +-
 man/man3/MPI_Barrier.3                             |     4 +-
 man/man3/MPI_Bcast.3                               |     4 +-
 man/man3/MPI_Bsend.3                               |     4 +-
 man/man3/MPI_Bsend_init.3                          |     4 +-
 man/man3/MPI_Buffer_attach.3                       |     4 +-
 man/man3/MPI_Buffer_detach.3                       |     4 +-
 man/man3/MPI_Cancel.3                              |     4 +-
 man/man3/MPI_Cart_coords.3                         |     4 +-
 man/man3/MPI_Cart_create.3                         |     4 +-
 man/man3/MPI_Cart_get.3                            |     4 +-
 man/man3/MPI_Cart_map.3                            |     4 +-
 man/man3/MPI_Cart_rank.3                           |     4 +-
 man/man3/MPI_Cart_shift.3                          |     4 +-
 man/man3/MPI_Cart_sub.3                            |     4 +-
 man/man3/MPI_Cartdim_get.3                         |     4 +-
 man/man3/MPI_Close_port.3                          |     4 +-
 man/man3/MPI_Comm_accept.3                         |     4 +-
 man/man3/MPI_Comm_call_errhandler.3                |     4 +-
 man/man3/MPI_Comm_compare.3                        |     4 +-
 man/man3/MPI_Comm_connect.3                        |     4 +-
 man/man3/MPI_Comm_create.3                         |     4 +-
 man/man3/MPI_Comm_create_errhandler.3              |     9 +-
 man/man3/MPI_Comm_create_group.3                   |     4 +-
 man/man3/MPI_Comm_create_keyval.3                  |     4 +-
 man/man3/MPI_Comm_delete_attr.3                    |     4 +-
 man/man3/MPI_Comm_disconnect.3                     |     4 +-
 man/man3/MPI_Comm_dup.3                            |     4 +-
 man/man3/MPI_Comm_dup_with_info.3                  |     4 +-
 man/man3/MPI_Comm_free.3                           |     4 +-
 man/man3/MPI_Comm_free_keyval.3                    |     4 +-
 man/man3/MPI_Comm_get_attr.3                       |     4 +-
 man/man3/MPI_Comm_get_errhandler.3                 |     4 +-
 man/man3/MPI_Comm_get_info.3                       |     4 +-
 man/man3/MPI_Comm_get_name.3                       |     4 +-
 man/man3/MPI_Comm_get_parent.3                     |     4 +-
 man/man3/MPI_Comm_group.3                          |     4 +-
 man/man3/MPI_Comm_idup.3                           |     4 +-
 man/man3/MPI_Comm_join.3                           |     4 +-
 man/man3/MPI_Comm_rank.3                           |     4 +-
 man/man3/MPI_Comm_remote_group.3                   |     4 +-
 man/man3/MPI_Comm_remote_size.3                    |     4 +-
 man/man3/MPI_Comm_set_attr.3                       |     4 +-
 man/man3/MPI_Comm_set_errhandler.3                 |     4 +-
 man/man3/MPI_Comm_set_info.3                       |     4 +-
 man/man3/MPI_Comm_set_name.3                       |     4 +-
 man/man3/MPI_Comm_size.3                           |     4 +-
 man/man3/MPI_Comm_spawn.3                          |     4 +-
 man/man3/MPI_Comm_spawn_multiple.3                 |     4 +-
 man/man3/MPI_Comm_split.3                          |     4 +-
 man/man3/MPI_Comm_split_type.3                     |     4 +-
 man/man3/MPI_Comm_test_inter.3                     |     4 +-
 man/man3/MPI_Compare_and_swap.3                    |     4 +-
 man/man3/MPI_Dims_create.3                         |     4 +-
 man/man3/MPI_Dist_graph_create.3                   |     4 +-
 man/man3/MPI_Dist_graph_create_adjacent.3          |     4 +-
 man/man3/MPI_Dist_graph_neighbors.3                |     4 +-
 man/man3/MPI_Dist_graph_neighbors_count.3          |     4 +-
 man/man3/MPI_Errhandler_create.3                   |     4 +-
 man/man3/MPI_Errhandler_free.3                     |     4 +-
 man/man3/MPI_Errhandler_get.3                      |     4 +-
 man/man3/MPI_Errhandler_set.3                      |     4 +-
 man/man3/MPI_Error_class.3                         |     4 +-
 man/man3/MPI_Error_string.3                        |     4 +-
 man/man3/MPI_Exscan.3                              |     4 +-
 man/man3/MPI_Fetch_and_op.3                        |     4 +-
 man/man3/MPI_File_c2f.3                            |     4 +-
 man/man3/MPI_File_call_errhandler.3                |     4 +-
 man/man3/MPI_File_close.3                          |     4 +-
 man/man3/MPI_File_create_errhandler.3              |     4 +-
 man/man3/MPI_File_delete.3                         |     6 +-
 man/man3/MPI_File_f2c.3                            |     4 +-
 man/man3/MPI_File_get_amode.3                      |     4 +-
 man/man3/MPI_File_get_atomicity.3                  |     4 +-
 man/man3/MPI_File_get_byte_offset.3                |     4 +-
 man/man3/MPI_File_get_errhandler.3                 |     4 +-
 man/man3/MPI_File_get_group.3                      |     4 +-
 man/man3/MPI_File_get_info.3                       |     4 +-
 man/man3/MPI_File_get_position.3                   |     4 +-
 man/man3/MPI_File_get_position_shared.3            |     4 +-
 man/man3/MPI_File_get_size.3                       |     4 +-
 man/man3/MPI_File_get_type_extent.3                |     4 +-
 man/man3/MPI_File_get_view.3                       |     4 +-
 man/man3/MPI_File_iread.3                          |     4 +-
 man/man3/MPI_File_iread_at.3                       |     4 +-
 man/man3/MPI_File_iread_shared.3                   |     4 +-
 man/man3/MPI_File_iwrite.3                         |     6 +-
 man/man3/MPI_File_iwrite_at.3                      |     6 +-
 man/man3/MPI_File_iwrite_shared.3                  |     6 +-
 man/man3/MPI_File_open.3                           |     6 +-
 man/man3/MPI_File_preallocate.3                    |     4 +-
 man/man3/MPI_File_read.3                           |     4 +-
 man/man3/MPI_File_read_all.3                       |     4 +-
 man/man3/MPI_File_read_all_begin.3                 |     4 +-
 man/man3/MPI_File_read_all_end.3                   |     4 +-
 man/man3/MPI_File_read_at.3                        |     4 +-
 man/man3/MPI_File_read_at_all.3                    |     4 +-
 man/man3/MPI_File_read_at_all_begin.3              |     4 +-
 man/man3/MPI_File_read_at_all_end.3                |     4 +-
 man/man3/MPI_File_read_ordered.3                   |     4 +-
 man/man3/MPI_File_read_ordered_begin.3             |     4 +-
 man/man3/MPI_File_read_ordered_end.3               |     4 +-
 man/man3/MPI_File_read_shared.3                    |     4 +-
 man/man3/MPI_File_seek.3                           |     4 +-
 man/man3/MPI_File_seek_shared.3                    |     4 +-
 man/man3/MPI_File_set_atomicity.3                  |     4 +-
 man/man3/MPI_File_set_errhandler.3                 |     4 +-
 man/man3/MPI_File_set_info.3                       |     4 +-
 man/man3/MPI_File_set_size.3                       |     4 +-
 man/man3/MPI_File_set_view.3                       |     6 +-
 man/man3/MPI_File_sync.3                           |     4 +-
 man/man3/MPI_File_write.3                          |     6 +-
 man/man3/MPI_File_write_all.3                      |     6 +-
 man/man3/MPI_File_write_all_begin.3                |     6 +-
 man/man3/MPI_File_write_all_end.3                  |     6 +-
 man/man3/MPI_File_write_at.3                       |     6 +-
 man/man3/MPI_File_write_at_all.3                   |     6 +-
 man/man3/MPI_File_write_at_all_begin.3             |     6 +-
 man/man3/MPI_File_write_at_all_end.3               |     6 +-
 man/man3/MPI_File_write_ordered.3                  |     6 +-
 man/man3/MPI_File_write_ordered_begin.3            |     6 +-
 man/man3/MPI_File_write_ordered_end.3              |     6 +-
 man/man3/MPI_File_write_shared.3                   |     6 +-
 man/man3/MPI_Finalize.3                            |     4 +-
 man/man3/MPI_Finalized.3                           |     4 +-
 man/man3/MPI_Free_mem.3                            |     4 +-
 man/man3/MPI_Gather.3                              |     4 +-
 man/man3/MPI_Gatherv.3                             |     4 +-
 man/man3/MPI_Get.3                                 |     4 +-
 man/man3/MPI_Get_accumulate.3                      |     4 +-
 man/man3/MPI_Get_address.3                         |     4 +-
 man/man3/MPI_Get_count.3                           |     4 +-
 man/man3/MPI_Get_elements.3                        |     4 +-
 man/man3/MPI_Get_elements_x.3                      |     4 +-
 man/man3/MPI_Get_library_version.3                 |     4 +-
 man/man3/MPI_Get_processor_name.3                  |     4 +-
 man/man3/MPI_Get_version.3                         |     4 +-
 man/man3/MPI_Graph_create.3                        |     4 +-
 man/man3/MPI_Graph_get.3                           |     4 +-
 man/man3/MPI_Graph_map.3                           |     4 +-
 man/man3/MPI_Graph_neighbors.3                     |     4 +-
 man/man3/MPI_Graph_neighbors_count.3               |     4 +-
 man/man3/MPI_Graphdims_get.3                       |     4 +-
 man/man3/MPI_Grequest_complete.3                   |     4 +-
 man/man3/MPI_Grequest_start.3                      |     4 +-
 man/man3/MPI_Group_compare.3                       |     4 +-
 man/man3/MPI_Group_difference.3                    |     4 +-
 man/man3/MPI_Group_excl.3                          |     4 +-
 man/man3/MPI_Group_free.3                          |     4 +-
 man/man3/MPI_Group_incl.3                          |     4 +-
 man/man3/MPI_Group_intersection.3                  |     4 +-
 man/man3/MPI_Group_range_excl.3                    |     4 +-
 man/man3/MPI_Group_range_incl.3                    |     4 +-
 man/man3/MPI_Group_rank.3                          |     4 +-
 man/man3/MPI_Group_size.3                          |     4 +-
 man/man3/MPI_Group_translate_ranks.3               |     4 +-
 man/man3/MPI_Group_union.3                         |     4 +-
 man/man3/MPI_Iallgather.3                          |    10 +-
 man/man3/MPI_Iallgatherv.3                         |     6 +-
 man/man3/MPI_Iallreduce.3                          |    10 +-
 man/man3/MPI_Ialltoall.3                           |    10 +-
 man/man3/MPI_Ialltoallv.3                          |     6 +-
 man/man3/MPI_Ialltoallw.3                          |     6 +-
 man/man3/MPI_Ibarrier.3                            |    16 +-
 man/man3/MPI_Ibcast.3                              |     6 +-
 man/man3/MPI_Ibsend.3                              |     4 +-
 man/man3/MPI_Iexscan.3                             |    10 +-
 man/man3/MPI_Igather.3                             |    10 +-
 man/man3/MPI_Igatherv.3                            |     6 +-
 man/man3/MPI_Improbe.3                             |     4 +-
 man/man3/MPI_Imrecv.3                              |     4 +-
 man/man3/MPI_Ineighbor_allgather.3                 |     4 +-
 man/man3/MPI_Ineighbor_allgatherv.3                |     4 +-
 man/man3/MPI_Ineighbor_alltoall.3                  |     4 +-
 man/man3/MPI_Ineighbor_alltoallv.3                 |     4 +-
 man/man3/MPI_Ineighbor_alltoallw.3                 |     4 +-
 man/man3/MPI_Info_create.3                         |     4 +-
 man/man3/MPI_Info_delete.3                         |     4 +-
 man/man3/MPI_Info_dup.3                            |     4 +-
 man/man3/MPI_Info_free.3                           |     4 +-
 man/man3/MPI_Info_get.3                            |     4 +-
 man/man3/MPI_Info_get_nkeys.3                      |     4 +-
 man/man3/MPI_Info_get_nthkey.3                     |     4 +-
 man/man3/MPI_Info_get_valuelen.3                   |     4 +-
 man/man3/MPI_Info_set.3                            |     4 +-
 man/man3/MPI_Init.3                                |    13 +-
 man/man3/MPI_Init_thread.3                         |     4 +-
 man/man3/MPI_Initialized.3                         |     4 +-
 man/man3/MPI_Intercomm_create.3                    |     4 +-
 man/man3/MPI_Intercomm_merge.3                     |     4 +-
 man/man3/MPI_Iprobe.3                              |     4 +-
 man/man3/MPI_Irecv.3                               |     4 +-
 man/man3/MPI_Ireduce.3                             |     9 +-
 man/man3/MPI_Ireduce_scatter.3                     |     6 +-
 man/man3/MPI_Ireduce_scatter_block.3               |    11 +-
 man/man3/MPI_Irsend.3                              |     4 +-
 man/man3/MPI_Is_thread_main.3                      |     4 +-
 man/man3/MPI_Iscan.3                               |     9 +-
 man/man3/MPI_Iscatter.3                            |    10 +-
 man/man3/MPI_Iscatterv.3                           |     6 +-
 man/man3/MPI_Isend.3                               |     4 +-
 man/man3/MPI_Issend.3                              |     4 +-
 man/man3/MPI_Keyval_create.3                       |     4 +-
 man/man3/MPI_Keyval_free.3                         |     4 +-
 man/man3/MPI_Lookup_name.3                         |     4 +-
 man/man3/MPI_Mprobe.3                              |     4 +-
 man/man3/MPI_Mrecv.3                               |     4 +-
 man/man3/MPI_Neighbor_allgather.3                  |     4 +-
 man/man3/MPI_Neighbor_allgatherv.3                 |     4 +-
 man/man3/MPI_Neighbor_alltoall.3                   |     4 +-
 man/man3/MPI_Neighbor_alltoallv.3                  |     4 +-
 man/man3/MPI_Neighbor_alltoallw.3                  |     4 +-
 man/man3/MPI_Op_commute.3                          |     4 +-
 man/man3/MPI_Op_create.3                           |     4 +-
 man/man3/MPI_Op_free.3                             |     4 +-
 man/man3/MPI_Open_port.3                           |     4 +-
 man/man3/MPI_Pack.3                                |     4 +-
 man/man3/MPI_Pack_external.3                       |     4 +-
 man/man3/MPI_Pack_external_size.3                  |     4 +-
 man/man3/MPI_Pack_size.3                           |     4 +-
 man/man3/MPI_Pcontrol.3                            |     4 +-
 man/man3/MPI_Probe.3                               |     4 +-
 man/man3/MPI_Publish_name.3                        |     4 +-
 man/man3/MPI_Put.3                                 |     4 +-
 man/man3/MPI_Query_thread.3                        |     4 +-
 man/man3/MPI_Raccumulate.3                         |     4 +-
 man/man3/MPI_Recv.3                                |     4 +-
 man/man3/MPI_Recv_init.3                           |     4 +-
 man/man3/MPI_Reduce.3                              |     4 +-
 man/man3/MPI_Reduce_local.3                        |     4 +-
 man/man3/MPI_Reduce_scatter.3                      |     4 +-
 man/man3/MPI_Reduce_scatter_block.3                |     4 +-
 man/man3/MPI_Register_datarep.3                    |     6 +-
 man/man3/MPI_Request_free.3                        |     4 +-
 man/man3/MPI_Request_get_status.3                  |     4 +-
 man/man3/MPI_Rget.3                                |     4 +-
 man/man3/MPI_Rget_accumulate.3                     |     4 +-
 man/man3/MPI_Rput.3                                |     4 +-
 man/man3/MPI_Rsend.3                               |     4 +-
 man/man3/MPI_Rsend_init.3                          |     4 +-
 man/man3/MPI_Scan.3                                |     4 +-
 man/man3/MPI_Scatter.3                             |     4 +-
 man/man3/MPI_Scatterv.3                            |     4 +-
 man/man3/MPI_Send.3                                |     4 +-
 man/man3/MPI_Send_init.3                           |     4 +-
 man/man3/MPI_Sendrecv.3                            |     4 +-
 man/man3/MPI_Sendrecv_replace.3                    |     4 +-
 man/man3/MPI_Ssend.3                               |     4 +-
 man/man3/MPI_Ssend_init.3                          |     4 +-
 man/man3/MPI_Start.3                               |     4 +-
 man/man3/MPI_Startall.3                            |     4 +-
 man/man3/MPI_Status_set_cancelled.3                |     4 +-
 man/man3/MPI_Status_set_elements.3                 |     4 +-
 man/man3/MPI_Status_set_elements_x.3               |     4 +-
 man/man3/MPI_T_category_changed.3                  |    44 +-
 man/man3/MPI_T_category_get_categories.3           |    44 +-
 man/man3/MPI_T_category_get_cvars.3                |    44 +-
 man/man3/MPI_T_category_get_info.3                 |    47 +-
 man/man3/MPI_T_category_get_num.3                  |    39 +-
 man/man3/MPI_T_category_get_pvars.3                |    44 +-
 man/man3/MPI_T_cvar_get_info.3                     |    48 +-
 man/man3/MPI_T_cvar_get_num.3                      |    39 +-
 man/man3/MPI_T_cvar_handle_alloc.3                 |    54 +-
 man/man3/MPI_T_cvar_handle_free.3                  |    44 +-
 man/man3/MPI_T_cvar_read.3                         |    44 +-
 man/man3/MPI_T_cvar_write.3                        |    54 +-
 man/man3/MPI_T_enum_get_info.3                     |    44 +-
 man/man3/MPI_T_enum_get_item.3                     |    53 +-
 man/man3/MPI_T_finalize.3                          |    58 +-
 man/man3/MPI_T_init_thread.3                       |    65 +-
 man/man3/MPI_T_pvar_get_info.3                     |    48 +-
 man/man3/MPI_T_pvar_get_num.3                      |    39 +-
 man/man3/MPI_T_pvar_handle_alloc.3                 |    57 +-
 man/man3/MPI_T_pvar_handle_free.3                  |    49 +-
 man/man3/MPI_T_pvar_read.3                         |    60 +-
 man/man3/MPI_T_pvar_readreset.3                    |    59 +-
 man/man3/MPI_T_pvar_reset.3                        |    64 +-
 man/man3/MPI_T_pvar_session_create.3               |    44 +-
 man/man3/MPI_T_pvar_session_free.3                 |    49 +-
 man/man3/MPI_T_pvar_start.3                        |    62 +-
 man/man3/MPI_T_pvar_stop.3                         |    65 +-
 man/man3/MPI_T_pvar_write.3                        |    65 +-
 man/man3/MPI_Test.3                                |     4 +-
 man/man3/MPI_Test_cancelled.3                      |     4 +-
 man/man3/MPI_Testall.3                             |     4 +-
 man/man3/MPI_Testany.3                             |     4 +-
 man/man3/MPI_Testsome.3                            |     4 +-
 man/man3/MPI_Topo_test.3                           |     4 +-
 man/man3/MPI_Type_commit.3                         |     4 +-
 man/man3/MPI_Type_contiguous.3                     |     4 +-
 man/man3/MPI_Type_create_darray.3                  |     4 +-
 man/man3/MPI_Type_create_hindexed.3                |     4 +-
 man/man3/MPI_Type_create_hindexed_block.3          |     4 +-
 man/man3/MPI_Type_create_hvector.3                 |     4 +-
 man/man3/MPI_Type_create_indexed_block.3           |     4 +-
 man/man3/MPI_Type_create_keyval.3                  |     4 +-
 man/man3/MPI_Type_create_resized.3                 |     4 +-
 man/man3/MPI_Type_create_struct.3                  |     4 +-
 man/man3/MPI_Type_create_subarray.3                |     4 +-
 man/man3/MPI_Type_delete_attr.3                    |     4 +-
 man/man3/MPI_Type_dup.3                            |     4 +-
 man/man3/MPI_Type_extent.3                         |     4 +-
 man/man3/MPI_Type_free.3                           |     4 +-
 man/man3/MPI_Type_free_keyval.3                    |     4 +-
 man/man3/MPI_Type_get_attr.3                       |     4 +-
 man/man3/MPI_Type_get_contents.3                   |     4 +-
 man/man3/MPI_Type_get_envelope.3                   |     4 +-
 man/man3/MPI_Type_get_extent.3                     |     4 +-
 man/man3/MPI_Type_get_extent_x.3                   |     4 +-
 man/man3/MPI_Type_get_name.3                       |     4 +-
 man/man3/MPI_Type_get_true_extent.3                |     4 +-
 man/man3/MPI_Type_get_true_extent_x.3              |     4 +-
 man/man3/MPI_Type_hindexed.3                       |     4 +-
 man/man3/MPI_Type_hvector.3                        |     4 +-
 man/man3/MPI_Type_indexed.3                        |     4 +-
 man/man3/MPI_Type_lb.3                             |     4 +-
 man/man3/MPI_Type_match_size.3                     |     4 +-
 man/man3/MPI_Type_set_attr.3                       |     4 +-
 man/man3/MPI_Type_set_name.3                       |     4 +-
 man/man3/MPI_Type_size.3                           |     4 +-
 man/man3/MPI_Type_size_x.3                         |     4 +-
 man/man3/MPI_Type_struct.3                         |     4 +-
 man/man3/MPI_Type_ub.3                             |     4 +-
 man/man3/MPI_Type_vector.3                         |     4 +-
 man/man3/MPI_Unpack.3                              |     4 +-
 man/man3/MPI_Unpack_external.3                     |     4 +-
 man/man3/MPI_Unpublish_name.3                      |     4 +-
 man/man3/MPI_Wait.3                                |     4 +-
 man/man3/MPI_Waitall.3                             |     4 +-
 man/man3/MPI_Waitany.3                             |     4 +-
 man/man3/MPI_Waitsome.3                            |     4 +-
 man/man3/MPI_Win_allocate.3                        |     4 +-
 man/man3/MPI_Win_allocate_shared.3                 |     4 +-
 man/man3/MPI_Win_attach.3                          |     4 +-
 man/man3/MPI_Win_call_errhandler.3                 |     4 +-
 man/man3/MPI_Win_complete.3                        |     4 +-
 man/man3/MPI_Win_create.3                          |     4 +-
 man/man3/MPI_Win_create_dynamic.3                  |     4 +-
 man/man3/MPI_Win_create_errhandler.3               |     4 +-
 man/man3/MPI_Win_create_keyval.3                   |     4 +-
 man/man3/MPI_Win_delete_attr.3                     |     4 +-
 man/man3/MPI_Win_detach.3                          |     4 +-
 man/man3/MPI_Win_fence.3                           |     4 +-
 man/man3/MPI_Win_flush.3                           |     4 +-
 man/man3/MPI_Win_flush_all.3                       |     4 +-
 man/man3/MPI_Win_flush_local.3                     |     4 +-
 man/man3/MPI_Win_flush_local_all.3                 |     4 +-
 man/man3/MPI_Win_free.3                            |     4 +-
 man/man3/MPI_Win_free_keyval.3                     |     4 +-
 man/man3/MPI_Win_get_attr.3                        |     4 +-
 man/man3/MPI_Win_get_errhandler.3                  |     4 +-
 man/man3/MPI_Win_get_group.3                       |     4 +-
 man/man3/MPI_Win_get_info.3                        |     4 +-
 man/man3/MPI_Win_get_name.3                        |     4 +-
 man/man3/MPI_Win_lock.3                            |     4 +-
 man/man3/MPI_Win_lock_all.3                        |     4 +-
 man/man3/MPI_Win_post.3                            |     4 +-
 man/man3/MPI_Win_set_attr.3                        |     4 +-
 man/man3/MPI_Win_set_errhandler.3                  |     4 +-
 man/man3/MPI_Win_set_info.3                        |     4 +-
 man/man3/MPI_Win_set_name.3                        |     4 +-
 man/man3/MPI_Win_shared_query.3                    |     4 +-
 man/man3/MPI_Win_start.3                           |     4 +-
 man/man3/MPI_Win_sync.3                            |     4 +-
 man/man3/MPI_Win_test.3                            |     4 +-
 man/man3/MPI_Win_unlock.3                          |     4 +-
 man/man3/MPI_Win_unlock_all.3                      |     4 +-
 man/man3/MPI_Win_wait.3                            |     4 +-
 man/man3/MPI_Wtick.3                               |     4 +-
 man/man3/MPI_Wtime.3                               |     4 +-
 mpi.vcproj                                         |   425 -
 mpich.sln                                          |  5929 -----
 mpich.vcproj                                       |  8300 ------
 mpichs.vcproj                                      |  4989 ----
 mpl.vcproj                                         |   236 -
 src/armci/Makefile.in                              |  1348 +-
 src/armci/aclocal.m4                               |   356 +-
 src/armci/configure                                |   461 +-
 src/armci/configure.ac                             |     5 +-
 src/armci/m4/aclocal_cc.m4                         |    99 +-
 src/armci/m4/aclocal_coverage.m4                   |     4 +
 src/armci/m4/aclocal_cxx.m4                        |     2 +-
 src/armci/m4/aclocal_fc.m4                         |    69 +-
 src/armci/m4/aclocal_mpi.m4                        |     6 +-
 src/armci/m4/aclocal_runlog.m4                     |    56 +-
 src/armci/m4/aclocal_shl.m4                        |     8 -
 src/armci/m4/aclocal_util.m4                       |    14 +
 src/armci/m4/ar-lib                                |     2 +-
 src/armci/m4/compile                               |   347 +
 src/armci/m4/config.guess                          |   169 +-
 src/armci/m4/config.rpath                          |    33 +-
 src/armci/m4/config.sub                            |    74 +-
 src/armci/m4/depcomp                               |   419 +-
 src/armci/m4/missing                               |   405 +-
 src/armci/m4/test-driver                           |     4 +-
 src/armci/src/armciconf.h.in                       |     3 +
 src/binding/cxx/.state-cache                       |     4 +-
 src/binding/cxx/buildiface                         |   434 +-
 src/binding/cxx/cxx.vcproj                         |  1027 -
 src/binding/cxx/cxx.vlist                          |   325 +
 src/binding/cxx/cxxdecl3.dat                       |     9 +-
 src/binding/cxx/initcxx.cxx                        |    21 +-
 src/binding/cxx/mpicxx.h.in                        |    62 +-
 src/binding/f77/.state-cache                       |   750 +-
 src/binding/f77/abortf.c                           |    87 +-
 src/binding/f77/accumulatef.c                      |    87 +-
 src/binding/f77/adderrclassf.c                     |    87 +-
 src/binding/f77/adderrcodef.c                      |    87 +-
 src/binding/f77/adderrstringf.c                    |    87 +-
 src/binding/f77/addressf.c                         |    87 +-
 src/binding/f77/allgatherf.c                       |    87 +-
 src/binding/f77/allgathervf.c                      |    87 +-
 src/binding/f77/alloc_memf.c                       |    87 +-
 src/binding/f77/allreducef.c                       |    87 +-
 src/binding/f77/alltoallf.c                        |    87 +-
 src/binding/f77/alltoallvf.c                       |    87 +-
 src/binding/f77/alltoallwf.c                       |    87 +-
 src/binding/f77/attr_deletef.c                     |    87 +-
 src/binding/f77/attr_getf.c                        |    87 +-
 src/binding/f77/attr_putf.c                        |    89 +-
 src/binding/f77/barrierf.c                         |    87 +-
 src/binding/f77/bcastf.c                           |    87 +-
 src/binding/f77/bsend_initf.c                      |    87 +-
 src/binding/f77/bsendf.c                           |    87 +-
 src/binding/f77/bufattachf.c                       |    87 +-
 src/binding/f77/bufdetachf.c                       |    87 +-
 src/binding/f77/buildiface                         |   178 +-
 src/binding/f77/cancelf.c                          |    87 +-
 src/binding/f77/cart_coordsf.c                     |    87 +-
 src/binding/f77/cart_createf.c                     |    87 +-
 src/binding/f77/cart_getf.c                        |    87 +-
 src/binding/f77/cart_mapf.c                        |    87 +-
 src/binding/f77/cart_rankf.c                       |    87 +-
 src/binding/f77/cart_shiftf.c                      |    87 +-
 src/binding/f77/cart_subf.c                        |    87 +-
 src/binding/f77/cartdim_getf.c                     |    87 +-
 src/binding/f77/close_portf.c                      |    87 +-
 src/binding/f77/comm_acceptf.c                     |    87 +-
 src/binding/f77/comm_comparef.c                    |    87 +-
 src/binding/f77/comm_connectf.c                    |    87 +-
 src/binding/f77/comm_create_groupf.c               |    87 +-
 src/binding/f77/comm_createf.c                     |    87 +-
 src/binding/f77/comm_dup_with_infof.c              |    87 +-
 src/binding/f77/comm_dupf.c                        |    87 +-
 src/binding/f77/comm_freef.c                       |    87 +-
 src/binding/f77/comm_get_attrf.c                   |    87 +-
 src/binding/f77/comm_get_infof.c                   |    87 +-
 src/binding/f77/comm_group_failedf.c               |    87 +-
 src/binding/f77/comm_groupf.c                      |    87 +-
 src/binding/f77/comm_idupf.c                       |    87 +-
 src/binding/f77/comm_joinf.c                       |    87 +-
 src/binding/f77/comm_rankf.c                       |    87 +-
 src/binding/f77/comm_reenable_anysourcef.c         |    87 +-
 src/binding/f77/comm_remote_group_failedf.c        |    87 +-
 src/binding/f77/comm_set_attrf.c                   |    87 +-
 src/binding/f77/comm_set_infof.c                   |    87 +-
 src/binding/f77/comm_set_namef.c                   |    87 +-
 src/binding/f77/comm_sizef.c                       |    87 +-
 src/binding/f77/comm_spawnf.c                      |    87 +-
 src/binding/f77/comm_split_typef.c                 |    87 +-
 src/binding/f77/comm_splitf.c                      |    87 +-
 src/binding/f77/commcallerrf.c                     |    87 +-
 src/binding/f77/commcreerrf.c                      |    87 +-
 src/binding/f77/commdelattrf.c                     |    87 +-
 src/binding/f77/commdiscf.c                        |    87 +-
 src/binding/f77/commfreekeyf.c                     |    87 +-
 src/binding/f77/commgeterrf.c                      |    87 +-
 src/binding/f77/commgetnamf.c                      |    87 +-
 src/binding/f77/commnewkeyf.c                      |    87 +-
 src/binding/f77/commparentf.c                      |    87 +-
 src/binding/f77/commrgroupf.c                      |    87 +-
 src/binding/f77/commrsizef.c                       |    87 +-
 src/binding/f77/commseterrf.c                      |    87 +-
 src/binding/f77/commtesticf.c                      |    87 +-
 src/binding/f77/compare_and_swapf.c                |    87 +-
 src/binding/f77/dims_createf.c                     |    87 +-
 src/binding/f77/dist_graph_create_adjacentf.c      |    87 +-
 src/binding/f77/dist_graph_createf.c               |    87 +-
 src/binding/f77/dist_graph_neighbors_countf.c      |    87 +-
 src/binding/f77/dist_graph_neighborsf.c            |    87 +-
 src/binding/f77/dup_comm_fnf.c                     |    87 +-
 src/binding/f77/dup_fnf.c                          |    87 +-
 src/binding/f77/dup_type_fnf.c                     |    87 +-
 src/binding/f77/dup_win_fnf.c                      |    87 +-
 src/binding/f77/errhcreatef.c                      |    87 +-
 src/binding/f77/errhfreef.c                        |    87 +-
 src/binding/f77/errhgetf.c                         |    87 +-
 src/binding/f77/errhsetf.c                         |    87 +-
 src/binding/f77/error_classf.c                     |    87 +-
 src/binding/f77/error_stringf.c                    |    87 +-
 src/binding/f77/exscanf.c                          |    87 +-
 src/binding/f77/fetch_and_opf.c                    |    87 +-
 src/binding/f77/file_closef.c                      |    87 +-
 src/binding/f77/file_deletef.c                     |    87 +-
 src/binding/f77/file_get_amodef.c                  |    87 +-
 src/binding/f77/file_get_atomicityf.c              |    87 +-
 src/binding/f77/file_get_byte_offsetf.c            |    87 +-
 src/binding/f77/file_get_groupf.c                  |    87 +-
 src/binding/f77/file_get_infof.c                   |    87 +-
 src/binding/f77/file_get_position_sharedf.c        |    87 +-
 src/binding/f77/file_get_positionf.c               |    87 +-
 src/binding/f77/file_get_sizef.c                   |    87 +-
 src/binding/f77/file_get_type_extentf.c            |    87 +-
 src/binding/f77/file_get_viewf.c                   |    87 +-
 src/binding/f77/file_iread_atf.c                   |    87 +-
 src/binding/f77/file_iread_sharedf.c               |    87 +-
 src/binding/f77/file_ireadf.c                      |    87 +-
 src/binding/f77/file_iwrite_atf.c                  |    87 +-
 src/binding/f77/file_iwrite_sharedf.c              |    87 +-
 src/binding/f77/file_iwritef.c                     |    87 +-
 src/binding/f77/file_openf.c                       |    87 +-
 src/binding/f77/file_preallocatef.c                |    87 +-
 src/binding/f77/file_read_all_beginf.c             |    87 +-
 src/binding/f77/file_read_all_endf.c               |    87 +-
 src/binding/f77/file_read_allf.c                   |    87 +-
 src/binding/f77/file_read_at_all_beginf.c          |    87 +-
 src/binding/f77/file_read_at_all_endf.c            |    87 +-
 src/binding/f77/file_read_at_allf.c                |    87 +-
 src/binding/f77/file_read_atf.c                    |    87 +-
 src/binding/f77/file_read_ordered_beginf.c         |    87 +-
 src/binding/f77/file_read_ordered_endf.c           |    87 +-
 src/binding/f77/file_read_orderedf.c               |    87 +-
 src/binding/f77/file_read_sharedf.c                |    87 +-
 src/binding/f77/file_readf.c                       |    87 +-
 src/binding/f77/file_seek_sharedf.c                |    87 +-
 src/binding/f77/file_seekf.c                       |    87 +-
 src/binding/f77/file_set_atomicityf.c              |    87 +-
 src/binding/f77/file_set_infof.c                   |    87 +-
 src/binding/f77/file_set_sizef.c                   |    87 +-
 src/binding/f77/file_set_viewf.c                   |    87 +-
 src/binding/f77/file_syncf.c                       |    87 +-
 src/binding/f77/file_write_all_beginf.c            |    87 +-
 src/binding/f77/file_write_all_endf.c              |    87 +-
 src/binding/f77/file_write_allf.c                  |    87 +-
 src/binding/f77/file_write_at_all_beginf.c         |    87 +-
 src/binding/f77/file_write_at_all_endf.c           |    87 +-
 src/binding/f77/file_write_at_allf.c               |    87 +-
 src/binding/f77/file_write_atf.c                   |    87 +-
 src/binding/f77/file_write_ordered_beginf.c        |    87 +-
 src/binding/f77/file_write_ordered_endf.c          |    87 +-
 src/binding/f77/file_write_orderedf.c              |    87 +-
 src/binding/f77/file_write_sharedf.c               |    87 +-
 src/binding/f77/file_writef.c                      |    87 +-
 src/binding/f77/filecallerrf.c                     |    87 +-
 src/binding/f77/filecreerrf.c                      |    87 +-
 src/binding/f77/filegeterrf.c                      |    87 +-
 src/binding/f77/fileseterrf.c                      |    87 +-
 src/binding/f77/finalizedf.c                       |    87 +-
 src/binding/f77/finalizef.c                        |    87 +-
 src/binding/f77/free_memf.c                        |    87 +-
 src/binding/f77/gatherf.c                          |    87 +-
 src/binding/f77/gathervf.c                         |    87 +-
 src/binding/f77/get_accumulatef.c                  |    87 +-
 src/binding/f77/get_countf.c                       |    87 +-
 src/binding/f77/get_elements_xf.c                  |    87 +-
 src/binding/f77/get_elementsf.c                    |    87 +-
 src/binding/f77/get_library_versionf.c             |    87 +-
 src/binding/f77/get_versionf.c                     |    87 +-
 src/binding/f77/getaddressf.c                      |    87 +-
 src/binding/f77/getf.c                             |    87 +-
 src/binding/f77/getpnamef.c                        |    87 +-
 src/binding/f77/graph_createf.c                    |    87 +-
 src/binding/f77/graph_getf.c                       |    87 +-
 src/binding/f77/graph_mapf.c                       |    87 +-
 src/binding/f77/graphdims_getf.c                   |    87 +-
 src/binding/f77/greqcompletef.c                    |    87 +-
 src/binding/f77/greqstartf.c                       |    87 +-
 src/binding/f77/grfnbcountf.c                      |    87 +-
 src/binding/f77/grfnbrsf.c                         |    87 +-
 src/binding/f77/group_comparef.c                   |    87 +-
 src/binding/f77/group_exclf.c                      |    87 +-
 src/binding/f77/group_freef.c                      |    87 +-
 src/binding/f77/group_inclf.c                      |    87 +-
 src/binding/f77/group_rankf.c                      |    87 +-
 src/binding/f77/group_sizef.c                      |    87 +-
 src/binding/f77/group_unionf.c                     |    87 +-
 src/binding/f77/groupdifff.c                       |    87 +-
 src/binding/f77/groupinterf.c                      |    87 +-
 src/binding/f77/grouprexclf.c                      |    87 +-
 src/binding/f77/grouprinclf.c                      |    87 +-
 src/binding/f77/grouptranksf.c                     |    87 +-
 src/binding/f77/iallgatherf.c                      |    87 +-
 src/binding/f77/iallgathervf.c                     |    87 +-
 src/binding/f77/iallreducef.c                      |    87 +-
 src/binding/f77/ialltoallf.c                       |    87 +-
 src/binding/f77/ialltoallvf.c                      |    87 +-
 src/binding/f77/ialltoallwf.c                      |    87 +-
 src/binding/f77/ibarrierf.c                        |    87 +-
 src/binding/f77/ibcastf.c                          |    87 +-
 src/binding/f77/ibsendf.c                          |    87 +-
 src/binding/f77/iccreatef.c                        |    87 +-
 src/binding/f77/icmergef.c                         |    87 +-
 src/binding/f77/iexscanf.c                         |    87 +-
 src/binding/f77/igatherf.c                         |    87 +-
 src/binding/f77/igathervf.c                        |    87 +-
 src/binding/f77/improbef.c                         |    87 +-
 src/binding/f77/imrecvf.c                          |    87 +-
 src/binding/f77/ineighbor_allgatherf.c             |    87 +-
 src/binding/f77/ineighbor_allgathervf.c            |    87 +-
 src/binding/f77/ineighbor_alltoallf.c              |    87 +-
 src/binding/f77/ineighbor_alltoallvf.c             |    87 +-
 src/binding/f77/ineighbor_alltoallwf.c             |    87 +-
 src/binding/f77/info_createf.c                     |    87 +-
 src/binding/f77/info_deletef.c                     |    87 +-
 src/binding/f77/info_dupf.c                        |    87 +-
 src/binding/f77/info_freef.c                       |    87 +-
 src/binding/f77/info_getf.c                        |    87 +-
 src/binding/f77/info_setf.c                        |    87 +-
 src/binding/f77/infognkf.c                         |    87 +-
 src/binding/f77/infognthkf.c                       |    87 +-
 src/binding/f77/infovallenf.c                      |    87 +-
 src/binding/f77/initf.c                            |    87 +-
 src/binding/f77/initializedf.c                     |    87 +-
 src/binding/f77/initthreadf.c                      |    87 +-
 src/binding/f77/iprobef.c                          |    87 +-
 src/binding/f77/irecvf.c                           |    87 +-
 src/binding/f77/ireduce_scatter_blockf.c           |    87 +-
 src/binding/f77/ireduce_scatterf.c                 |    87 +-
 src/binding/f77/ireducef.c                         |    87 +-
 src/binding/f77/irsendf.c                          |    87 +-
 src/binding/f77/iscanf.c                           |    87 +-
 src/binding/f77/iscatterf.c                        |    87 +-
 src/binding/f77/iscattervf.c                       |    87 +-
 src/binding/f77/isendf.c                           |    87 +-
 src/binding/f77/issendf.c                          |    87 +-
 src/binding/f77/isthrmainf.c                       |    87 +-
 src/binding/f77/keyval_createf.c                   |    87 +-
 src/binding/f77/keyval_freef.c                     |    87 +-
 src/binding/f77/lookup_namef.c                     |    87 +-
 src/binding/f77/mpichf.vcproj                      |  7761 ------
 src/binding/f77/mpif.h.in                          |    41 +-
 src/binding/f77/mprobef.c                          |    87 +-
 src/binding/f77/mrecvf.c                           |    87 +-
 src/binding/f77/neighbor_allgatherf.c              |    87 +-
 src/binding/f77/neighbor_allgathervf.c             |    87 +-
 src/binding/f77/neighbor_alltoallf.c               |    87 +-
 src/binding/f77/neighbor_alltoallvf.c              |    87 +-
 src/binding/f77/neighbor_alltoallwf.c              |    87 +-
 src/binding/f77/null_comm_copy_fnf.c               |    87 +-
 src/binding/f77/null_comm_del_fnf.c                |    87 +-
 src/binding/f77/null_copy_fnf.c                    |    87 +-
 src/binding/f77/null_del_fnf.c                     |    87 +-
 src/binding/f77/null_type_copy_fnf.c               |    87 +-
 src/binding/f77/null_type_del_fnf.c                |    87 +-
 src/binding/f77/null_win_copy_fnf.c                |    87 +-
 src/binding/f77/null_win_del_fnf.c                 |    87 +-
 src/binding/f77/op_commutativef.c                  |    87 +-
 src/binding/f77/op_createf.c                       |    87 +-
 src/binding/f77/op_freef.c                         |    87 +-
 src/binding/f77/open_portf.c                       |    87 +-
 src/binding/f77/pack_externalf.c                   |    87 +-
 src/binding/f77/pack_sizef.c                       |    87 +-
 src/binding/f77/packesizef.c                       |    87 +-
 src/binding/f77/packf.c                            |    87 +-
 src/binding/f77/pcontrolf.c                        |    87 +-
 src/binding/f77/probef.c                           |    87 +-
 src/binding/f77/publish_namef.c                    |    87 +-
 src/binding/f77/putf.c                             |    87 +-
 src/binding/f77/query_threadf.c                    |    87 +-
 src/binding/f77/raccumulatef.c                     |    87 +-
 src/binding/f77/recv_initf.c                       |    87 +-
 src/binding/f77/recvf.c                            |    87 +-
 src/binding/f77/redscatf.c                         |    87 +-
 src/binding/f77/reduce_localf.c                    |    87 +-
 src/binding/f77/reduce_scatter_blockf.c            |    87 +-
 src/binding/f77/reducef.c                          |    87 +-
 src/binding/f77/register_datarepf.c                |   107 +-
 src/binding/f77/reqgetstatf.c                      |    87 +-
 src/binding/f77/request_freef.c                    |    87 +-
 src/binding/f77/rget_accumulatef.c                 |    87 +-
 src/binding/f77/rgetf.c                            |    87 +-
 src/binding/f77/rputf.c                            |    87 +-
 src/binding/f77/rsend_initf.c                      |    87 +-
 src/binding/f77/rsendf.c                           |    87 +-
 src/binding/f77/scanf.c                            |    87 +-
 src/binding/f77/scatterf.c                         |    87 +-
 src/binding/f77/scattervf.c                        |    87 +-
 src/binding/f77/send_initf.c                       |    87 +-
 src/binding/f77/sendf.c                            |    87 +-
 src/binding/f77/sendrecvf.c                        |    87 +-
 src/binding/f77/setbotf.f.in                       |    18 +-
 src/binding/f77/sndrcvrplf.c                       |    87 +-
 src/binding/f77/spawnmultf.c                       |    87 +-
 src/binding/f77/ssend_initf.c                      |    87 +-
 src/binding/f77/ssendf.c                           |    87 +-
 src/binding/f77/startallf.c                        |    87 +-
 src/binding/f77/startf.c                           |    87 +-
 src/binding/f77/statgetclf.c                       |    87 +-
 src/binding/f77/statsetelf.c                       |    87 +-
 src/binding/f77/status_set_elements_xf.c           |    87 +-
 src/binding/f77/testallf.c                         |    87 +-
 src/binding/f77/testanyf.c                         |    87 +-
 src/binding/f77/testcancelf.c                      |    87 +-
 src/binding/f77/testf.c                            |    87 +-
 src/binding/f77/testsomef.c                        |    87 +-
 src/binding/f77/topo_testf.c                       |    87 +-
 src/binding/f77/type_commitf.c                     |    87 +-
 src/binding/f77/type_create_hindexed_blockf.c      |    87 +-
 src/binding/f77/type_dupf.c                        |    87 +-
 src/binding/f77/type_extentf.c                     |    87 +-
 src/binding/f77/type_freef.c                       |    87 +-
 src/binding/f77/type_get_attrf.c                   |    87 +-
 src/binding/f77/type_get_extent_xf.c               |    87 +-
 src/binding/f77/type_get_true_extent_xf.c          |    87 +-
 src/binding/f77/type_hindexedf.c                   |    87 +-
 src/binding/f77/type_hvectorf.c                    |    87 +-
 src/binding/f77/type_indexedf.c                    |    87 +-
 src/binding/f77/type_lbf.c                         |    87 +-
 src/binding/f77/type_match_sizef.c                 |    87 +-
 src/binding/f77/type_size_xf.c                     |    87 +-
 src/binding/f77/type_sizef.c                       |    87 +-
 src/binding/f77/type_structf.c                     |    87 +-
 src/binding/f77/type_ubf.c                         |    87 +-
 src/binding/f77/type_vectorf.c                     |    87 +-
 src/binding/f77/typechindf.c                       |    87 +-
 src/binding/f77/typechvecf.c                       |    87 +-
 src/binding/f77/typecindbf.c                       |    87 +-
 src/binding/f77/typecontigf.c                      |    87 +-
 src/binding/f77/typecresizef.c                     |    87 +-
 src/binding/f77/typecstructf.c                     |    87 +-
 src/binding/f77/typecsubarrf.c                     |    87 +-
 src/binding/f77/typedarrayf.c                      |    87 +-
 src/binding/f77/typedelattrf.c                     |    87 +-
 src/binding/f77/typefreekeyf.c                     |    87 +-
 src/binding/f77/typegetcntsf.c                     |    87 +-
 src/binding/f77/typegetenvf.c                      |    87 +-
 src/binding/f77/typegetextentf.c                   |    87 +-
 src/binding/f77/typegnamef.c                       |    87 +-
 src/binding/f77/typegtextf.c                       |    87 +-
 src/binding/f77/typenewkeyf.c                      |    87 +-
 src/binding/f77/typesetattrf.c                     |    87 +-
 src/binding/f77/typesetnamef.c                     |    87 +-
 src/binding/f77/unpackextf.c                       |    87 +-
 src/binding/f77/unpackf.c                          |    87 +-
 src/binding/f77/unpubnamef.c                       |    87 +-
 src/binding/f77/waitallf.c                         |    87 +-
 src/binding/f77/waitanyf.c                         |    87 +-
 src/binding/f77/waitf.c                            |    87 +-
 src/binding/f77/waitsomef.c                        |    87 +-
 src/binding/f77/win_allocate_sharedf.c             |    87 +-
 src/binding/f77/win_allocatef.c                    |    87 +-
 src/binding/f77/win_attachf.c                      |    87 +-
 src/binding/f77/win_completef.c                    |    87 +-
 src/binding/f77/win_create_dynamicf.c              |    87 +-
 src/binding/f77/win_createf.c                      |    87 +-
 src/binding/f77/win_detachf.c                      |    87 +-
 src/binding/f77/win_fencef.c                       |    87 +-
 src/binding/f77/win_flush_allf.c                   |    87 +-
 src/binding/f77/win_flush_local_allf.c             |    87 +-
 src/binding/f77/win_flush_localf.c                 |    87 +-
 src/binding/f77/win_flushf.c                       |    87 +-
 src/binding/f77/win_freef.c                        |    87 +-
 src/binding/f77/win_get_attrf.c                    |    87 +-
 src/binding/f77/win_get_groupf.c                   |    87 +-
 src/binding/f77/win_get_infof.c                    |    87 +-
 src/binding/f77/win_get_namef.c                    |    87 +-
 src/binding/f77/win_lock_allf.c                    |    87 +-
 src/binding/f77/win_lockf.c                        |    87 +-
 src/binding/f77/win_postf.c                        |    87 +-
 src/binding/f77/win_set_attrf.c                    |    87 +-
 src/binding/f77/win_set_infof.c                    |    87 +-
 src/binding/f77/win_set_namef.c                    |    87 +-
 src/binding/f77/win_shared_queryf.c                |    87 +-
 src/binding/f77/win_startf.c                       |    87 +-
 src/binding/f77/win_syncf.c                        |    87 +-
 src/binding/f77/win_testf.c                        |    87 +-
 src/binding/f77/win_unlock_allf.c                  |    87 +-
 src/binding/f77/win_unlockf.c                      |    87 +-
 src/binding/f77/win_waitf.c                        |    87 +-
 src/binding/f77/wincallerrf.c                      |    87 +-
 src/binding/f77/wincreerrf.c                       |    87 +-
 src/binding/f77/windelattrf.c                      |    87 +-
 src/binding/f77/winfreekeyf.c                      |    87 +-
 src/binding/f77/wingeterrf.c                       |    87 +-
 src/binding/f77/winnewkeyf.c                       |    87 +-
 src/binding/f77/winseterrf.c                       |    87 +-
 src/binding/f77/wtickf.c                           |    87 +-
 src/binding/f77/wtimef.c                           |    87 +-
 src/binding/f90/.state-cache                       |    20 +-
 src/binding/f90/Makefile.mk                        |    28 +-
 src/binding/f90/binding.sub                        |   214 +-
 src/binding/f90/buildiface                         |  1188 +-
 src/binding/f90/mpi_base.f90.in                    |  2676 +-
 src/binding/f90/mpi_constants.f90                  |   159 -
 src/binding/f90/mpi_constants.f90.in               |   158 +
 src/binding/f90/mpi_t1.f90                         |  2788 +-
 src/binding/f90/typef90cmplxf.c                    |    87 +-
 src/binding/f90/typef90intf.c                      |    87 +-
 src/binding/f90/typef90realf.c                     |    87 +-
 src/env/Makefile.mk                                |    22 +-
 src/env/mpicc.bash.in                              |    37 +-
 src/env/mpicc.conf.in                              |    24 -
 src/env/mpicc.sh.in                                |    36 +-
 src/env/mpicc.txt                                  |    42 +-
 src/env/mpicxx.bash.in                             |    36 +-
 src/env/mpicxx.conf.in                             |    24 -
 src/env/mpicxx.sh.in                               |    35 +-
 src/env/mpicxx.txt                                 |    42 +-
 src/env/mpiexec.txt                                |    50 +-
 src/env/mpif77.bash.in                             |    36 +-
 src/env/mpif77.conf.in                             |    48 -
 src/env/mpif77.sh.in                               |    35 +-
 src/env/mpif77.txt                                 |    38 +-
 src/env/mpif90.bash.in                             |    41 +-
 src/env/mpif90.conf.in                             |    35 -
 src/env/mpif90.sh.in                               |    41 +-
 src/env/mpif90.txt                                 |    38 +-
 src/env/mpivars.c                                  |   656 +
 src/include/.state-cache                           |    87 +-
 src/include/Makefile.mk                            |     7 +-
 src/include/glue_romio.h.in                        |     5 +-
 src/include/mpi.h.in                               |   788 +-
 src/include/mpiallstates.h                         |    65 +-
 src/include/mpibsend.h                             |     2 +-
 src/include/mpich_cvars.h                          |   145 +
 src/include/mpich_param_vals.h                     |   220 -
 src/include/mpichconf.h.in                         |   103 +-
 src/include/mpierrs.h                              |    97 +-
 src/include/mpihandlemem.h                         |    13 +-
 src/include/mpiimpl.h                              |   381 +-
 src/include/mpiimplthread.h                        |    49 +-
 src/include/mpiimplthreadpost.h                    |     2 +-
 src/include/mpiinstr.h                             |   158 -
 src/include/mpimem.h                               |     8 +-
 src/include/mpir_nbc.h                             |     2 +-
 src/include/mpishared.h                            |     2 +-
 src/include/mpit.h                                 |   632 +
 src/include/mpitimerimpl.h                         |     2 +-
 src/include/mpitimpl.h                             |  1414 ++
 src/include/mpiutil.h                              |   170 +-
 src/include/oputil.h                               |     4 +
 src/include/thread/.state-cache                    |    12 +-
 src/mpi/attr/.state-cache                          |    46 +-
 src/mpi/attr/attrutil.c                            |     1 +
 src/mpi/attr/comm_free_keyval.c                    |     9 +-
 src/mpi/attr/comm_set_attr.c                       |    10 +-
 src/mpi/attr/keyval_free.c                         |     9 +-
 src/mpi/coll/.state-cache                          |   137 +-
 src/mpi/coll/allgather.c                           |    53 +-
 src/mpi/coll/allgatherv.c                          |    48 +-
 src/mpi/coll/allred_group.c                        |    18 +-
 src/mpi/coll/allreduce.c                           |    79 +-
 src/mpi/coll/alltoall.c                            |    79 +-
 src/mpi/coll/alltoallv.c                           |    16 +-
 src/mpi/coll/alltoallw.c                           |    18 +-
 src/mpi/coll/barrier.c                             |   180 +-
 src/mpi/coll/bcast.c                               |   187 +-
 src/mpi/coll/exscan.c                              |     4 +-
 src/mpi/coll/gather.c                              |    73 +-
 src/mpi/coll/gatherv.c                             |    32 +-
 src/mpi/coll/helper_fns.c                          |   752 +-
 src/mpi/coll/iallgather.c                          |    43 +-
 src/mpi/coll/iallgatherv.c                         |    45 +-
 src/mpi/coll/iallreduce.c                          |    50 +-
 src/mpi/coll/ialltoall.c                           |    30 +-
 src/mpi/coll/ialltoallv.c                          |    24 +-
 src/mpi/coll/ialltoallw.c                          |    25 +-
 src/mpi/coll/ibarrier.c                            |    46 +-
 src/mpi/coll/ibcast.c                              |    65 +-
 src/mpi/coll/iexscan.c                             |    27 +-
 src/mpi/coll/igather.c                             |    51 +-
 src/mpi/coll/igatherv.c                            |    27 +-
 src/mpi/coll/ired_scat.c                           |    46 +-
 src/mpi/coll/ired_scat_block.c                     |    51 +-
 src/mpi/coll/ireduce.c                             |    49 +-
 src/mpi/coll/iscan.c                               |    37 +-
 src/mpi/coll/iscatter.c                            |    40 +-
 src/mpi/coll/iscatterv.c                           |    24 +-
 src/mpi/coll/op_commutative.c                      |     1 -
 src/mpi/coll/op_create.c                           |     2 +-
 src/mpi/coll/opland.c                              |     6 -
 src/mpi/coll/oplor.c                               |     6 -
 src/mpi/coll/oplxor.c                              |     6 -
 src/mpi/coll/opmaxloc.c                            |     8 +-
 src/mpi/coll/opminloc.c                            |     8 +-
 src/mpi/coll/red_scat.c                            |    54 +-
 src/mpi/coll/red_scat_block.c                      |    36 +-
 src/mpi/coll/reduce.c                              |    86 +-
 src/mpi/coll/reduce_local.c                        |     2 +-
 src/mpi/coll/scan.c                                |    10 +-
 src/mpi/coll/scatter.c                             |    40 +-
 src/mpi/coll/scatterv.c                            |     6 +-
 src/mpi/comm/.state-cache                          |    52 +-
 src/mpi/comm/comm_create.c                         |    23 +-
 src/mpi/comm/comm_create_group.c                   |     9 +-
 src/mpi/comm/comm_split.c                          |    25 +-
 src/mpi/comm/commutil.c                            |   154 +-
 src/mpi/comm/intercomm_create.c                    |    19 +-
 src/mpi/comm/intercomm_merge.c                     |     8 +-
 src/mpi/datatype/.state-cache                      |    94 +-
 src/mpi/datatype/get_count.c                       |     8 +-
 src/mpi/datatype/get_elements.c                    |     8 +-
 src/mpi/datatype/get_elements_x.c                  |     6 +-
 src/mpi/datatype/pack.c                            |     9 +-
 src/mpi/datatype/pack_external_size.c              |     9 +-
 src/mpi/datatype/pack_size.c                       |    18 +-
 src/mpi/datatype/status_set_elements_x.c           |     4 +-
 src/mpi/datatype/type_commit.c                     |     9 +-
 src/mpi/datatype/type_create_subarray.c            |     8 +-
 src/mpi/datatype/type_extent.c                     |     9 +-
 src/mpi/datatype/type_free.c                       |     9 +-
 src/mpi/datatype/type_get_contents.c               |     9 +-
 src/mpi/datatype/type_get_envelope.c               |     9 +-
 src/mpi/datatype/type_get_extent.c                 |     9 +-
 src/mpi/datatype/type_get_extent_x.c               |     1 -
 src/mpi/datatype/type_get_true_extent.c            |     9 +-
 src/mpi/datatype/type_get_true_extent_x.c          |     1 -
 src/mpi/datatype/type_lb.c                         |     9 +-
 src/mpi/datatype/type_match_size.c                 |    11 +-
 src/mpi/datatype/type_size.c                       |     9 +-
 src/mpi/datatype/type_size_x.c                     |     1 -
 src/mpi/datatype/unpack.c                          |     7 +-
 src/mpi/debugger/.state-cache                      |    20 +-
 src/mpi/debugger/allcommdbg.c                      |     6 +
 src/mpi/debugger/dbginit.c                         |    67 +-
 src/mpi/debugger/dll_mpich.c                       |     5 -
 src/mpi/errhan/.state-cache                        |    52 +-
 src/mpi/errhan/comm_create_errhandler.c            |     5 +
 src/mpi/errhan/defmsg.h                            |  6179 ++---
 src/mpi/errhan/errnames.txt                        |    10 +-
 src/mpi/errhan/errutil.c                           |    54 +-
 src/mpi/group/.state-cache                         |    30 +-
 src/mpi/info/.state-cache                          |    20 +-
 src/mpi/init/.state-cache                          |    22 +-
 src/mpi/init/async.c                               |    14 +-
 src/mpi/init/finalize.c                            |    38 +-
 src/mpi/init/init.c                                |   112 +-
 src/mpi/init/initthread.c                          |    98 +-
 src/mpi/io/.state-cache                            |     2 +-
 src/mpi/misc/.state-cache                          |     8 +-
 src/mpi/pt2pt/.state-cache                         |    90 +-
 src/mpi/pt2pt/bsend_init.c                         |     1 +
 src/mpi/pt2pt/bsendutil.c                          |     7 +-
 src/mpi/pt2pt/ibsend.c                             |     3 +-
 src/mpi/pt2pt/mpir_request.c                       |    14 +-
 src/mpi/pt2pt/request_get_status.c                 |    10 +-
 src/mpi/pt2pt/send_init.c                          |     1 +
 src/mpi/pt2pt/sendrecv_rep.c                       |     4 +-
 src/mpi/pt2pt/status_set_cancelled.c               |     2 +-
 src/mpi/rma/.state-cache                           |    84 +-
 src/mpi/rma/accumulate.c                           |     1 +
 src/mpi/rma/get.c                                  |     1 +
 src/mpi/rma/get_accumulate.c                       |     4 +-
 src/mpi/rma/put.c                                  |     1 +
 src/mpi/rma/raccumulate.c                          |     1 +
 src/mpi/rma/rget.c                                 |     1 +
 src/mpi/rma/rget_accumulate.c                      |     4 +-
 src/mpi/rma/rput.c                                 |     1 +
 src/mpi/romio/Makefile.am                          |     7 +-
 src/mpi/romio/Makefile.in                          |   604 +-
 src/mpi/romio/aclocal.m4                           |   361 +-
 src/mpi/romio/adio/ad_bg/.state-cache              |    38 +-
 src/mpi/romio/adio/ad_bg/ad_bg.h                   |     2 +-
 src/mpi/romio/adio/ad_bg/ad_bg_aggrs.c             |   144 +-
 src/mpi/romio/adio/ad_bg/ad_bg_getsh.c             |     2 +-
 src/mpi/romio/adio/ad_bg/ad_bg_hints.c             |   366 +-
 src/mpi/romio/adio/ad_bg/ad_bg_open.c              |    15 +-
 src/mpi/romio/adio/ad_bg/ad_bg_pset.c              |    37 +-
 src/mpi/romio/adio/ad_bg/ad_bg_pset.h              |     6 -
 src/mpi/romio/adio/ad_bg/ad_bg_rdcoll.c            |     5 +-
 src/mpi/romio/adio/ad_bg/ad_bg_read.c              |    12 +-
 src/mpi/romio/adio/ad_bg/ad_bg_tuning.c            |    12 +
 src/mpi/romio/adio/ad_bg/ad_bg_tuning.h            |    13 +
 src/mpi/romio/adio/ad_bg/ad_bg_wrcoll.c            |    11 +-
 src/mpi/romio/adio/ad_bg/ad_bg_write.c             |    10 +-
 src/mpi/romio/adio/ad_bgl/.state-cache             |    38 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl.h                 |     2 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl_getsh.c           |     2 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl_hints.c           |   346 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl_rdcoll.c          |     4 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl_read.c            |    10 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl_wrcoll.c          |     4 +-
 src/mpi/romio/adio/ad_bgl/ad_bgl_write.c           |    10 +-
 src/mpi/romio/adio/ad_bglockless/.state-cache      |     6 +-
 src/mpi/romio/adio/ad_bglockless/ad_bglockless.h   |     2 +-
 .../adio/ad_bglockless/ad_bglockless_features.c    |    25 +
 src/mpi/romio/adio/ad_gridftp/.state-cache         |    26 +-
 .../romio/adio/ad_gridftp/ad_gridftp_features.c    |     6 +
 src/mpi/romio/adio/ad_gridftp/ad_gridftp_read.c    |    11 +-
 src/mpi/romio/adio/ad_gridftp/ad_gridftp_write.c   |    11 +-
 src/mpi/romio/adio/ad_hfs/.state-cache             |    14 +-
 src/mpi/romio/adio/ad_hfs/ad_hfs_read.c            |     4 +-
 src/mpi/romio/adio/ad_hfs/ad_hfs_write.c           |     4 +-
 src/mpi/romio/adio/ad_lustre/.state-cache          |    18 +-
 src/mpi/romio/adio/ad_lustre/ad_lustre.h           |     6 +-
 src/mpi/romio/adio/ad_lustre/ad_lustre_hints.c     |    57 +-
 src/mpi/romio/adio/ad_lustre/ad_lustre_rwcontig.c  |    40 +-
 src/mpi/romio/adio/ad_lustre/ad_lustre_wrcoll.c    |    18 +-
 src/mpi/romio/adio/ad_lustre/ad_lustre_wrstr.c     |     8 +-
 src/mpi/romio/adio/ad_nfs/.state-cache             |    30 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs.h                 |     2 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs_features.c        |     6 +
 src/mpi/romio/adio/ad_nfs/ad_nfs_getsh.c           |     4 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs_iread.c           |     4 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs_iwrite.c          |     4 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs_read.c            |    12 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs_setsh.c           |     2 +-
 src/mpi/romio/adio/ad_nfs/ad_nfs_write.c           |    34 +-
 src/mpi/romio/adio/ad_ntfs/.state-cache            |    28 +-
 src/mpi/romio/adio/ad_ntfs/ad_ntfs_feature.c       |     6 +
 src/mpi/romio/adio/ad_ntfs/ad_ntfs_iread.c         |     4 +-
 src/mpi/romio/adio/ad_ntfs/ad_ntfs_iwrite.c        |     4 +-
 src/mpi/romio/adio/ad_ntfs/ad_ntfs_read.c          |     5 +-
 src/mpi/romio/adio/ad_ntfs/ad_ntfs_write.c         |     4 +-
 src/mpi/romio/adio/ad_panfs/.state-cache           |    14 +-
 src/mpi/romio/adio/ad_panfs/ad_panfs_hints.c       |   111 +-
 src/mpi/romio/adio/ad_panfs/ad_panfs_open.c        |     4 +-
 src/mpi/romio/adio/ad_panfs/ad_panfs_read.c        |     4 +-
 src/mpi/romio/adio/ad_panfs/ad_panfs_write.c       |     4 +-
 src/mpi/romio/adio/ad_pfs/.state-cache             |    24 +-
 src/mpi/romio/adio/ad_pfs/ad_pfs_iread.c           |     5 +-
 src/mpi/romio/adio/ad_pfs/ad_pfs_iwrite.c          |     5 +-
 src/mpi/romio/adio/ad_pfs/ad_pfs_read.c            |     4 +-
 src/mpi/romio/adio/ad_pfs/ad_pfs_write.c           |     4 +-
 src/mpi/romio/adio/ad_piofs/.state-cache           |    16 +-
 src/mpi/romio/adio/ad_piofs/ad_piofs_features.c    |     6 +
 src/mpi/romio/adio/ad_piofs/ad_piofs_read.c        |     4 +-
 src/mpi/romio/adio/ad_piofs/ad_piofs_write.c       |    13 +-
 src/mpi/romio/adio/ad_pvfs/.state-cache            |    22 +-
 src/mpi/romio/adio/ad_pvfs/ad_pvfs_read.c          |    13 +-
 src/mpi/romio/adio/ad_pvfs/ad_pvfs_write.c         |    22 +-
 src/mpi/romio/adio/ad_pvfs2/.state-cache           |    40 +-
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_aio.c         |     5 +-
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_features.c    |     6 +
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_hints.c       |   192 +-
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c    |    12 +-
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     |     8 +-
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_read.c        |     7 +-
 .../adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     |     9 +-
 src/mpi/romio/adio/ad_pvfs2/ad_pvfs2_write.c       |     7 +-
 .../adio/ad_pvfs2/ad_pvfs2_write_list_classic.c    |     9 +-
 src/mpi/romio/adio/ad_sfs/.state-cache             |    10 +-
 src/mpi/romio/adio/ad_testfs/.state-cache          |    40 +-
 src/mpi/romio/adio/ad_testfs/ad_testfs_iread.c     |     9 +-
 src/mpi/romio/adio/ad_testfs/ad_testfs_iwrite.c    |     9 +-
 src/mpi/romio/adio/ad_testfs/ad_testfs_read.c      |     5 +-
 src/mpi/romio/adio/ad_testfs/ad_testfs_seek.c      |     7 +-
 src/mpi/romio/adio/ad_testfs/ad_testfs_write.c     |     5 +-
 src/mpi/romio/adio/ad_ufs/.state-cache             |     6 +-
 src/mpi/romio/adio/ad_ufs/ad_ufs_open.c            |    13 +
 src/mpi/romio/adio/ad_xfs/.state-cache             |    16 +-
 src/mpi/romio/adio/ad_xfs/ad_xfs_read.c            |     5 +-
 src/mpi/romio/adio/ad_xfs/ad_xfs_write.c           |     5 +-
 src/mpi/romio/adio/ad_zoidfs/.state-cache          |    28 +-
 src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_features.c  |     6 +
 src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_io.c        |     5 +-
 src/mpi/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c |     9 +-
 .../romio/adio/ad_zoidfs/ad_zoidfs_write_list.c    |     9 +-
 src/mpi/romio/adio/common/.state-cache             |   127 +-
 src/mpi/romio/adio/common/Makefile.mk              |     3 +-
 src/mpi/romio/adio/common/ad_coll_build_req_new.c  |     3 +-
 src/mpi/romio/adio/common/ad_coll_exch_new.c       |    14 +-
 src/mpi/romio/adio/common/ad_features.c            |     7 +
 src/mpi/romio/adio/common/ad_fstype.c              |    45 +-
 src/mpi/romio/adio/common/ad_get_sh_fp.c           |    20 +-
 src/mpi/romio/adio/common/ad_hints.c               |   434 +-
 src/mpi/romio/adio/common/ad_io_coll.c             |    30 +-
 src/mpi/romio/adio/common/ad_iopen.c               |    12 +-
 src/mpi/romio/adio/common/ad_iread.c               |     8 +-
 src/mpi/romio/adio/common/ad_iread_fake.c          |     8 +-
 src/mpi/romio/adio/common/ad_iwrite.c              |    20 +-
 src/mpi/romio/adio/common/ad_iwrite_fake.c         |    10 +-
 src/mpi/romio/adio/common/ad_open.c                |    17 +-
 src/mpi/romio/adio/common/ad_opencoll.c            |     6 +-
 src/mpi/romio/adio/common/ad_prealloc.c            |    10 +-
 src/mpi/romio/adio/common/ad_read.c                |    62 +-
 src/mpi/romio/adio/common/ad_read_coll.c           |    14 +-
 src/mpi/romio/adio/common/ad_read_str.c            |     8 +-
 src/mpi/romio/adio/common/ad_read_str_naive.c      |     8 +-
 src/mpi/romio/adio/common/ad_seek.c                |     4 +-
 src/mpi/romio/adio/common/ad_set_sh_fp.c           |     7 +
 src/mpi/romio/adio/common/ad_set_view.c            |     2 +-
 src/mpi/romio/adio/common/ad_write.c               |    54 +-
 src/mpi/romio/adio/common/ad_write_coll.c          |    13 +-
 src/mpi/romio/adio/common/ad_write_nolock.c        |    17 +-
 src/mpi/romio/adio/common/ad_write_str.c           |    45 +-
 src/mpi/romio/adio/common/ad_write_str_naive.c     |    10 +-
 src/mpi/romio/adio/common/byte_offset.c            |     4 +-
 src/mpi/romio/adio/common/cb_config_list.c         |     4 +-
 src/mpi/romio/adio/common/eof_offset.c             |     8 +-
 src/mpi/romio/adio/common/flatten.c                |    61 +-
 src/mpi/romio/adio/common/get_fp_posn.c            |     6 +-
 src/mpi/romio/adio/common/hint_fns.c               |   184 +
 src/mpi/romio/adio/common/lock.c                   |     2 +-
 src/mpi/romio/adio/common/malloc.c                 |     6 +-
 src/mpi/romio/adio/common/shfp_fname.c             |    17 +-
 src/mpi/romio/adio/common/status_setb.c            |     6 +-
 src/mpi/romio/adio/common/system_hints.c           |     3 +-
 src/mpi/romio/adio/include/.state-cache            |    33 +-
 src/mpi/romio/adio/include/adio.h                  |     8 +-
 src/mpi/romio/adio/include/adioi.h                 |     8 +-
 src/mpi/romio/adio/include/adioi_error.h           |    24 +-
 src/mpi/romio/adio/include/adioi_fs_proto.h        |     5 +
 src/mpi/romio/adio/include/hint_fns.h              |    23 +
 src/mpi/romio/adio/include/romioconf.h.in          |    67 +-
 src/mpi/romio/confdb/aclocal_cc.m4                 |    99 +-
 src/mpi/romio/confdb/aclocal_coverage.m4           |     4 +
 src/mpi/romio/confdb/aclocal_cxx.m4                |     2 +-
 src/mpi/romio/confdb/aclocal_fc.m4                 |    69 +-
 src/mpi/romio/confdb/aclocal_mpi.m4                |     6 +-
 src/mpi/romio/confdb/aclocal_runlog.m4             |    56 +-
 src/mpi/romio/confdb/aclocal_shl.m4                |     8 -
 src/mpi/romio/confdb/aclocal_util.m4               |    14 +
 src/mpi/romio/confdb/ar-lib                        |     2 +-
 src/mpi/romio/confdb/compile                       |   347 +
 src/mpi/romio/confdb/config.guess                  |   169 +-
 src/mpi/romio/confdb/config.rpath                  |    33 +-
 src/mpi/romio/confdb/config.sub                    |    74 +-
 src/mpi/romio/confdb/depcomp                       |   419 +-
 src/mpi/romio/confdb/missing                       |   405 +-
 src/mpi/romio/configure                            |  1791 +-
 src/mpi/romio/configure.ac                         |   471 +-
 src/mpi/romio/doc/users-guide.pdf                  |   Bin 105356 -> 105355 bytes
 src/mpi/romio/include/mpio.h.in                    |   112 +-
 src/mpi/romio/mpi-io/.state-cache                  |   144 +-
 src/mpi/romio/mpi-io/delete.c                      |     2 +-
 src/mpi/romio/mpi-io/fortran/.state-cache          |   110 +-
 src/mpi/romio/mpi-io/get_size.c                    |    11 +
 src/mpi/romio/mpi-io/glue/.state-cache             |     7 +
 src/mpi/romio/mpi-io/glue/Makefile.mk              |     5 +
 src/mpi/romio/mpi-io/glue/default/.state-cache     |     4 +-
 src/mpi/romio/mpi-io/glue/large_count.c            |    26 +
 src/mpi/romio/mpi-io/glue/mpich/.state-cache       |     4 +-
 src/mpi/romio/mpi-io/iotestall.c                   |     4 +-
 src/mpi/romio/mpi-io/iotestany.c                   |     4 +-
 src/mpi/romio/mpi-io/iowaitall.c                   |     4 +-
 src/mpi/romio/mpi-io/iowaitany.c                   |     4 +-
 src/mpi/romio/mpi-io/iread.c                       |     8 +-
 src/mpi/romio/mpi-io/iread_sh.c                    |     7 +-
 src/mpi/romio/mpi-io/iwrite.c                      |    10 +-
 src/mpi/romio/mpi-io/iwrite_at.c                   |     2 +-
 src/mpi/romio/mpi-io/iwrite_sh.c                   |     9 +-
 src/mpi/romio/mpi-io/mpioimpl.h                    |     9 +-
 src/mpi/romio/mpi-io/mpiu_external32.c             |    11 +-
 src/mpi/romio/mpi-io/open.c                        |     5 +-
 src/mpi/romio/mpi-io/read.c                        |     8 +-
 src/mpi/romio/mpi-io/read_all.c                    |     5 +-
 src/mpi/romio/mpi-io/read_allb.c                   |     5 +-
 src/mpi/romio/mpi-io/read_ord.c                    |     6 +-
 src/mpi/romio/mpi-io/read_ordb.c                   |     7 +-
 src/mpi/romio/mpi-io/read_sh.c                     |     8 +-
 src/mpi/romio/mpi-io/register_datarep.c            |    15 +-
 src/mpi/romio/mpi-io/set_info.c                    |     2 +-
 src/mpi/romio/mpi-io/set_view.c                    |    13 +-
 src/mpi/romio/mpi-io/wr_atallb.c                   |     2 +-
 src/mpi/romio/mpi-io/wr_atalle.c                   |     2 +-
 src/mpi/romio/mpi-io/write.c                       |    10 +-
 src/mpi/romio/mpi-io/write_all.c                   |     7 +-
 src/mpi/romio/mpi-io/write_allb.c                  |     7 +-
 src/mpi/romio/mpi-io/write_alle.c                  |     2 +-
 src/mpi/romio/mpi-io/write_at.c                    |     2 +-
 src/mpi/romio/mpi-io/write_atall.c                 |     2 +-
 src/mpi/romio/mpi-io/write_ord.c                   |     8 +-
 src/mpi/romio/mpi-io/write_ordb.c                  |     8 +-
 src/mpi/romio/mpi-io/write_orde.c                  |     2 +-
 src/mpi/romio/mpi-io/write_sh.c                    |     9 +-
 src/mpi/romio/mpi2-other/array/.state-cache        |     4 +-
 .../romio/mpi2-other/array/fortran/.state-cache    |     4 +-
 src/mpi/romio/mpi2-other/info/.state-cache         |    22 +-
 src/mpi/romio/mpi2-other/info/fortran/.state-cache |    18 +-
 src/mpi/romio/test-internal/.state-cache           |     6 +-
 src/mpi/romio/test-internal/Makefile.in            |   156 +-
 src/mpi/romio/test-internal/file_realms_test.c     |     4 +-
 src/mpi/romio/test-internal/heap_test.c            |     6 +
 src/mpi/romio/test/.state-cache                    |    52 +-
 src/mpi/romio/test/Makefile.in                     |   195 +-
 src/mpi/romio/test/aggregation1.c                  |     3 +-
 src/mpi/romio/test/aggregation2.c                  |     2 +-
 src/mpi/romio/test/async-multiple.c                |     4 +-
 src/mpi/romio/test/async.c                         |     4 +-
 src/mpi/romio/test/big_extents.c                   |    11 +-
 src/mpi/romio/test/coll_perf.c                     |     5 +-
 src/mpi/romio/test/coll_test.c                     |     9 +-
 src/mpi/romio/test/external32.c                    |     4 +-
 src/mpi/romio/test/file_info.c                     |   256 +-
 src/mpi/romio/test/hindexed.c                      |    11 +-
 src/mpi/romio/test/large_array.c                   |     5 +-
 src/mpi/romio/test/noncontig_coll2.c               |     8 +-
 src/mpi/romio/test/ordered_fp.c                    |     4 +-
 src/mpi/romio/test/shared_fp.c                     |     4 +-
 src/mpi/romio/test/simple.c                        |     2 +-
 src/mpi/romio/test/split_coll.c                    |     5 +-
 src/mpi/romio/util/.state-cache                    |     2 +-
 src/mpi/romio/version.m4                           |    10 +-
 src/mpi/spawn/.state-cache                         |    26 +-
 src/mpi/timer/.state-cache                         |     8 +-
 src/mpi/topo/.state-cache                          |    67 +-
 src/mpi/topo/dims_create.c                         |    73 +-
 src/mpi/topo/dist_gr_create.c                      |    21 +-
 src/mpi/topo/dist_gr_create_adj.c                  |     4 +-
 src/mpi/topo/dist_gr_neighb.c                      |     8 +-
 src/mpi/topo/dist_gr_neighb_count.c                |     2 +-
 src/mpi/topo/graph_get.c                           |     8 +-
 src/mpi/topo/inhb_allgather.c                      |     5 +-
 src/mpi/topo/inhb_alltoall.c                       |     7 +-
 src/mpi/topo/primes.h                              |   498 +
 src/mpi_t/Makefile.mk                              |     6 +-
 src/mpi_t/cat_changed.c                            |    58 +-
 src/mpi_t/cat_get_categories.c                     |    48 +-
 src/mpi_t/cat_get_cvars.c                          |    48 +-
 src/mpi_t/cat_get_info.c                           |    78 +-
 src/mpi_t/cat_get_num.c                            |    54 +-
 src/mpi_t/cat_get_pv.c                             |   124 -
 src/mpi_t/cat_get_pvars.c                          |   122 +
 src/mpi_t/cvar_get_info.c                          |   125 +-
 src/mpi_t/cvar_get_num.c                           |    54 +-
 src/mpi_t/cvar_handle_alloc.c                      |    79 +-
 src/mpi_t/cvar_handle_free.c                       |    59 +-
 src/mpi_t/cvar_read.c                              |   108 +-
 src/mpi_t/cvar_write.c                             |   120 +-
 src/mpi_t/enum_get_info.c                          |    63 +-
 src/mpi_t/enum_get_item.c                          |    70 +-
 src/mpi_t/errnames.txt                             |    13 +
 src/mpi_t/mpi_t_util.c                             |   151 -
 src/mpi_t/mpit.c                                   |   467 +
 src/mpi_t/mpit_finalize.c                          |   213 +-
 src/mpi_t/mpit_init_thread.c                       |   145 -
 src/mpi_t/mpit_initthread.c                        |   156 +
 src/mpi_t/pvar_get_info.c                          |   119 +-
 src/mpi_t/pvar_get_num.c                           |    55 +-
 src/mpi_t/pvar_handle_alloc.c                      |   190 +-
 src/mpi_t/pvar_handle_free.c                       |    74 +-
 src/mpi_t/pvar_read.c                              |   226 +-
 src/mpi_t/pvar_readreset.c                         |    59 +-
 src/mpi_t/pvar_reset.c                             |   105 +-
 src/mpi_t/pvar_session_create.c                    |    38 +-
 src/mpi_t/pvar_session_free.c                      |    41 +-
 src/mpi_t/pvar_start.c                             |    95 +-
 src/mpi_t/pvar_stop.c                              |   131 +-
 src/mpi_t/pvar_write.c                             |    79 +-
 src/mpid/ch3/channels/nemesis/ch3nemesis.vcproj    |   944 -
 src/mpid/ch3/channels/nemesis/include/.state-cache |    36 +-
 .../channels/nemesis/include/mpid_nem_datatypes.h  |    18 +-
 .../ch3/channels/nemesis/include/mpid_nem_inline.h |    39 +-
 .../ch3/channels/nemesis/include/mpid_nem_pre.h    |     2 -
 .../nemesis/include/mpidi_nem_statistics.h         |     5 +-
 src/mpid/ch3/channels/nemesis/netmod/Makefile.mk   |     1 +
 .../ch3/channels/nemesis/netmod/ib/.state-cache    |    76 +
 .../ch3/channels/nemesis/netmod/ib/Makefile.mk     |    23 +
 .../channels/nemesis/netmod/ib/cross_values.txt    |    16 +
 .../ch3/channels/nemesis/netmod/ib/errnames.txt    |    53 +
 .../ch3/channels/nemesis/netmod/ib/ib_finalize.c   |    47 +
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_ibcom.c |  2345 ++
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_ibcom.h |   416 +
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_impl.h  |   642 +
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_init.c  |  1145 +
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_lmt.c   |   529 +
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c  |  2123 ++
 .../ch3/channels/nemesis/netmod/ib/ib_reg_mr.c     |   338 +
 src/mpid/ch3/channels/nemesis/netmod/ib/ib_send.c  |  1148 +
 .../ch3/channels/nemesis/netmod/ib/subconfigure.m4 |    39 +
 .../ch3/channels/nemesis/netmod/mx/.state-cache    |    18 +-
 .../ch3/channels/nemesis/netmod/mx/mx_cancel.c     |    10 +-
 src/mpid/ch3/channels/nemesis/netmod/mx/mx_poll.c  |     6 +-
 src/mpid/ch3/channels/nemesis/netmod/mx/mx_probe.c |     4 +-
 .../channels/nemesis/netmod/newmad/.state-cache    |    22 +-
 .../channels/nemesis/netmod/newmad/newmad_cancel.c |     8 +-
 .../channels/nemesis/netmod/newmad/newmad_poll.c   |     6 +-
 .../channels/nemesis/netmod/newmad/newmad_probe.c  |     4 +-
 .../ch3/channels/nemesis/netmod/none/.state-cache  |     2 +-
 .../channels/nemesis/netmod/portals4/.state-cache  |    16 +-
 .../channels/nemesis/netmod/portals4/ptl_impl.h    |     2 +-
 .../channels/nemesis/netmod/portals4/ptl_init.c    |     2 +-
 .../channels/nemesis/netmod/portals4/ptl_probe.c   |     2 +-
 .../channels/nemesis/netmod/portals4/ptl_recv.c    |     4 +-
 .../ch3/channels/nemesis/netmod/scif/.state-cache  |    15 +-
 .../channels/nemesis/netmod/scif/scif_finalize.c   |    11 +
 .../ch3/channels/nemesis/netmod/scif/scif_init.c   |   168 +-
 src/mpid/ch3/channels/nemesis/netmod/scif/scifrw.c |   115 +-
 src/mpid/ch3/channels/nemesis/netmod/scif/scifrw.h |    15 +
 src/mpid/ch3/channels/nemesis/netmod/scif/scifsm.c |    25 +-
 .../ch3/channels/nemesis/netmod/tcp/.state-cache   |    20 +-
 src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.c  |    48 +-
 src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.h  |     2 +-
 .../ch3/channels/nemesis/netmod/tcp/tcp_init.c     |    86 +-
 .../ch3/channels/nemesis/netmod/tcp/tcp_send.c     |    10 +-
 .../ch3/channels/nemesis/netmod/tcp/tcp_utility.c  |     3 +-
 .../channels/nemesis/netmod/wintcp/.state-cache    |    20 +-
 .../channels/nemesis/netmod/wintcp/wintcp_init.c   |     4 +-
 src/mpid/ch3/channels/nemesis/src/.state-cache     |    54 +-
 src/mpid/ch3/channels/nemesis/src/ch3_isend.c      |     3 +-
 src/mpid/ch3/channels/nemesis/src/ch3_istartmsg.c  |     3 +-
 src/mpid/ch3/channels/nemesis/src/ch3_progress.c   |    14 +-
 src/mpid/ch3/channels/nemesis/src/ch3_rma_shm.c    |    34 +-
 src/mpid/ch3/channels/nemesis/src/ch3_win_fns.c    |   166 +-
 src/mpid/ch3/channels/nemesis/src/ch3i_comm.c      |     4 +-
 src/mpid/ch3/channels/nemesis/src/mpid_nem_alloc.c |     2 +-
 src/mpid/ch3/channels/nemesis/src/mpid_nem_ckpt.c  |    19 +-
 src/mpid/ch3/channels/nemesis/src/mpid_nem_debug.c |     2 +-
 .../ch3/channels/nemesis/src/mpid_nem_finalize.c   |     6 +-
 src/mpid/ch3/channels/nemesis/src/mpid_nem_init.c  |   103 +-
 src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt.c   |     2 +-
 .../ch3/channels/nemesis/src/mpid_nem_lmt_dma.c    |    20 +-
 .../ch3/channels/nemesis/src/mpid_nem_lmt_shm.c    |     2 +-
 .../ch3/channels/nemesis/src/mpid_nem_network.c    |    26 +-
 src/mpid/ch3/channels/nemesis/subconfigure.m4      |     2 +
 .../channels/nemesis/utils/monitor/.state-cache    |     6 +-
 .../nemesis/utils/replacements/.state-cache        |     2 +-
 src/mpid/ch3/channels/sock/ch3sock.vcproj          |  1545 --
 src/mpid/ch3/channels/sock/include/.state-cache    |     6 +-
 src/mpid/ch3/channels/sock/src/.state-cache        |    18 +-
 src/mpid/ch3/channels/sock/src/ch3_isendv.c        |     2 +-
 src/mpid/ch3/channels/sock/src/ch3_progress.c      |     8 -
 src/mpid/ch3/include/.state-cache                  |    30 +-
 src/mpid/ch3/include/mpidi_common_statistics.h     |    71 -
 src/mpid/ch3/include/mpidi_recvq_statistics.h      |     5 +-
 src/mpid/ch3/include/mpidimpl.h                    |    29 +-
 src/mpid/ch3/include/mpidpre.h                     |     8 +-
 src/mpid/ch3/include/mpidrma.h                     |   799 +-
 src/mpid/ch3/src/.state-cache                      |   103 +-
 src/mpid/ch3/src/ch3u_buffer.c                     |     2 +-
 src/mpid/ch3/src/ch3u_comm.c                       |     3 +
 src/mpid/ch3/src/ch3u_eager.c                      |    12 +-
 src/mpid/ch3/src/ch3u_eagersync.c                  |     2 +-
 src/mpid/ch3/src/ch3u_handle_connection.c          |     6 +-
 src/mpid/ch3/src/ch3u_handle_recv_pkt.c            |    10 +-
 src/mpid/ch3/src/ch3u_handle_recv_req.c            |    49 +-
 src/mpid/ch3/src/ch3u_port.c                       |    47 +-
 src/mpid/ch3/src/ch3u_recvq.c                      |   363 +-
 src/mpid/ch3/src/ch3u_request.c                    |    18 +-
 src/mpid/ch3/src/ch3u_rma_acc_ops.c                |   324 +-
 src/mpid/ch3/src/ch3u_rma_ops.c                    |   370 +-
 src/mpid/ch3/src/ch3u_rma_reqops.c                 |    36 +-
 src/mpid/ch3/src/ch3u_rma_sync.c                   |  1500 +-
 src/mpid/ch3/src/ch3u_rndv.c                       |     2 +-
 src/mpid/ch3/src/ch3u_win_fns.c                    |    99 +-
 src/mpid/ch3/src/mpid_cancel_recv.c                |     4 +-
 src/mpid/ch3/src/mpid_cancel_send.c                |    12 +-
 src/mpid/ch3/src/mpid_finalize.c                   |    22 +-
 src/mpid/ch3/src/mpid_imrecv.c                     |     2 +
 src/mpid/ch3/src/mpid_init.c                       |     1 +
 src/mpid/ch3/src/mpid_irecv.c                      |     2 +
 src/mpid/ch3/src/mpid_recv.c                       |     2 +
 src/mpid/ch3/src/mpid_rma.c                        |    58 +-
 src/mpid/ch3/src/mpid_vc.c                         |   159 +-
 src/mpid/ch3/src/mpidi_isend_self.c                |     8 +-
 src/mpid/ch3/subconfigure.m4                       |     3 -
 src/mpid/ch3/util/ftb/.state-cache                 |     2 +-
 src/mpid/ch3/util/sock/.state-cache                |    10 +-
 src/mpid/ch3/util/unordered/.state-cache           |     2 +-
 src/mpid/common/datatype/.state-cache              |    51 +-
 src/mpid/common/datatype/Makefile.mk               |     3 +-
 src/mpid/common/datatype/dataloop/.state-cache     |    40 +-
 src/mpid/common/datatype/dataloop/dataloop.c       |    34 +-
 .../common/datatype/dataloop/dataloop_create.c     |    24 +-
 .../common/datatype/dataloop/dataloop_create.h     |    35 +-
 .../dataloop/dataloop_create_blockindexed.c        |    13 +-
 .../datatype/dataloop/dataloop_create_contig.c     |    11 +-
 .../datatype/dataloop/dataloop_create_indexed.c    |    24 +-
 .../datatype/dataloop/dataloop_create_pairtype.c   |     2 +-
 .../datatype/dataloop/dataloop_create_struct.c     |    56 +-
 .../datatype/dataloop/dataloop_create_vector.c     |    14 +-
 src/mpid/common/datatype/dataloop/dataloop_parts.h |    22 +-
 src/mpid/common/datatype/dataloop/segment.c        |     4 +-
 .../common/datatype/dataloop/segment_flatten.c     |    39 +-
 .../common/datatype/dataloop/segment_packunpack.c  |    14 +-
 src/mpid/common/datatype/dataloop/veccpy.h         |   113 +-
 src/mpid/common/datatype/mpid_dataloop.h           |     3 +-
 src/mpid/common/datatype/mpid_datatype.h           |    42 +-
 src/mpid/common/datatype/mpid_ext32_segment.h      |     6 +
 src/mpid/common/datatype/mpid_segment.c            |    31 +-
 src/mpid/common/datatype/mpid_type_blockindexed.c  |     3 +-
 src/mpid/common/datatype/mpid_type_contiguous.c    |     2 +-
 .../common/datatype/mpid_type_create_resized.c     |     2 +
 src/mpid/common/datatype/mpid_type_debug.c         |    27 +-
 src/mpid/common/datatype/mpid_type_indexed.c       |    15 +-
 src/mpid/common/datatype/mpid_type_struct.c        |     9 +-
 src/mpid/common/datatype/mpir_type_flatten.c       |     4 +-
 .../common/datatype/mpir_type_get_contig_blocks.c  |    41 -
 src/mpid/common/sched/.state-cache                 |     6 +-
 src/mpid/common/sched/mpid_sched.c                 |    12 +-
 src/mpid/common/sock/.state-cache                  |     2 +-
 src/mpid/common/sock/iocp/.state-cache             |     4 +-
 src/mpid/common/sock/iocp/sock.c                   |     8 +-
 src/mpid/common/sock/mpidu_sock.h                  |     2 +-
 src/mpid/common/sock/poll/.state-cache             |    18 +-
 src/mpid/common/sock/poll/sock_immed.i             |     4 +-
 src/mpid/common/sock/poll/sock_misc.i              |     9 +-
 src/mpid/common/sock/poll/sock_post.i              |     4 +-
 src/mpid/common/sock/poll/sock_wait.i              |     6 +-
 src/mpid/common/sock/sock.vcproj                   |  1721 --
 src/mpid/common/thread/.state-cache                |     4 +-
 src/mpid/pamid/cross/pe4                           |    27 +
 src/mpid/pamid/cross/pe4-aix                       |    28 +
 src/mpid/pamid/cross/pe8-aix                       |    28 +
 src/mpid/pamid/include/mpidi_constants.h           |    40 +
 src/mpid/pamid/include/mpidi_datatypes.h           |   323 +-
 src/mpid/pamid/include/mpidi_externs.h             |     7 +-
 src/mpid/pamid/include/mpidi_hooks.h               |    10 +-
 src/mpid/pamid/include/mpidi_macros.h              |    29 +-
 src/mpid/pamid/include/mpidi_mutex.h               |     8 +-
 src/mpid/pamid/include/mpidi_platform.h            |   110 +-
 src/mpid/pamid/include/mpidi_prototypes.h          |   179 +-
 src/mpid/pamid/include/mpidi_thread.h              |    58 +-
 src/mpid/pamid/include/mpidi_trace.h               |   266 +
 src/mpid/pamid/include/mpidi_util.h                |     9 +-
 src/mpid/pamid/include/mpidimpl.h                  |   151 +
 src/mpid/pamid/include/mpidpost.h                  |     5 +
 src/mpid/pamid/include/mpidpre.h                   |    13 +-
 src/mpid/pamid/include/mpix.h                      |   155 +
 src/mpid/pamid/include/pamix.h                     |    19 +-
 src/mpid/pamid/src/Makefile.mk                     |     6 +-
 src/mpid/pamid/src/coll/Makefile.mk                |     5 +-
 src/mpid/pamid/src/coll/allgather/Makefile.mk      |     3 +-
 .../pamid/src/coll/allgather/mpido_allgather.c     |   513 +-
 .../pamid/src/coll/allgather/mpido_iallgather.c    |    73 +
 src/mpid/pamid/src/coll/allgatherv/Makefile.mk     |     3 +-
 .../pamid/src/coll/allgatherv/mpido_allgatherv.c   |   527 +-
 .../pamid/src/coll/allgatherv/mpido_iallgatherv.c  |    77 +
 src/mpid/pamid/src/coll/allreduce/Makefile.mk      |     3 +-
 .../pamid/src/coll/allreduce/mpido_allreduce.c     |   724 +-
 .../pamid/src/coll/allreduce/mpido_iallreduce.c    |    73 +
 src/mpid/pamid/src/coll/alltoall/Makefile.mk       |     3 +-
 src/mpid/pamid/src/coll/alltoall/mpido_alltoall.c  |   278 +-
 src/mpid/pamid/src/coll/alltoall/mpido_ialltoall.c |    76 +
 src/mpid/pamid/src/coll/alltoallv/Makefile.mk      |     3 +-
 .../pamid/src/coll/alltoallv/mpido_alltoallv.c     |   659 +-
 .../pamid/src/coll/alltoallv/mpido_ialltoallv.c    |    79 +
 src/mpid/pamid/src/coll/alltoallw/Makefile.mk      |    28 +
 .../pamid/src/coll/alltoallw/mpido_ialltoallw.c    |    79 +
 src/mpid/pamid/src/coll/barrier/Makefile.mk        |     3 +-
 src/mpid/pamid/src/coll/barrier/mpido_barrier.c    |    90 +-
 src/mpid/pamid/src/coll/barrier/mpido_ibarrier.c   |   116 +
 src/mpid/pamid/src/coll/bcast/Makefile.mk          |     3 +-
 src/mpid/pamid/src/coll/bcast/mpido_bcast.c        |   310 +-
 src/mpid/pamid/src/coll/bcast/mpido_ibcast.c       |    86 +
 src/mpid/pamid/src/coll/coll_utils.c               |   154 +-
 src/mpid/pamid/src/coll/exscan/Makefile.mk         |    28 +
 src/mpid/pamid/src/coll/exscan/mpido_iexscan.c     |    65 +
 src/mpid/pamid/src/coll/gather/Makefile.mk         |     3 +-
 src/mpid/pamid/src/coll/gather/mpido_gather.c      |   435 +-
 src/mpid/pamid/src/coll/gather/mpido_igather.c     |    72 +
 src/mpid/pamid/src/coll/gatherv/Makefile.mk        |     3 +-
 src/mpid/pamid/src/coll/gatherv/mpido_gatherv.c    |   378 +-
 src/mpid/pamid/src/coll/gatherv/mpido_igatherv.c   |    78 +
 src/mpid/pamid/src/coll/ired_scat/Makefile.mk      |    28 +
 .../pamid/src/coll/ired_scat/mpido_ired_scat.c     |    72 +
 .../pamid/src/coll/ired_scat_block/Makefile.mk     |    28 +
 .../coll/ired_scat_block/mpido_ired_scat_block.c   |    72 +
 src/mpid/pamid/src/coll/reduce/Makefile.mk         |     3 +-
 src/mpid/pamid/src/coll/reduce/mpido_ireduce.c     |    72 +
 src/mpid/pamid/src/coll/reduce/mpido_reduce.c      |   303 +-
 src/mpid/pamid/src/coll/scan/mpido_scan.c          |   289 +-
 src/mpid/pamid/src/coll/scatter/Makefile.mk        |     3 +-
 src/mpid/pamid/src/coll/scatter/mpido_iscatter.c   |    74 +
 src/mpid/pamid/src/coll/scatter/mpido_scatter.c    |   338 +-
 src/mpid/pamid/src/coll/scatterv/Makefile.mk       |     3 +-
 src/mpid/pamid/src/coll/scatterv/mpido_iscatterv.c |    73 +
 src/mpid/pamid/src/coll/scatterv/mpido_scatterv.c  |   355 +-
 src/mpid/pamid/src/comm/mpid_comm.c                |   299 +-
 src/mpid/pamid/src/comm/mpid_optcolls.c            |  1625 +-
 src/mpid/pamid/src/comm/mpid_selectcolls.c         |   285 +-
 src/mpid/pamid/src/dyntask/Makefile.mk             |    32 +
 src/mpid/pamid/src/dyntask/mpid_comm_disconnect.c  |   541 +
 .../pamid/src/dyntask/mpid_comm_spawn_multiple.c   |   414 +
 src/mpid/pamid/src/dyntask/mpid_port.c             |   317 +
 src/mpid/pamid/src/dyntask/mpidi_pg.c              |  1064 +
 src/mpid/pamid/src/dyntask/mpidi_port.c            |  1775 ++
 src/mpid/pamid/src/misc/mpid_abort.c               |    29 +-
 src/mpid/pamid/src/misc/mpid_get_universe_size.c   |    66 +-
 src/mpid/pamid/src/misc/mpid_unimpl.c              |   146 +-
 src/mpid/pamid/src/mpid_finalize.c                 |    65 +-
 src/mpid/pamid/src/mpid_improbe.c                  |   113 +-
 src/mpid/pamid/src/mpid_imrecv.c                   |   176 +-
 src/mpid/pamid/src/mpid_init.c                     |   989 +-
 src/mpid/pamid/src/mpid_mprobe.c                   |    71 +-
 src/mpid/pamid/src/mpid_mrecv.c                    |    28 +-
 src/mpid/pamid/src/mpid_progress.c                 |    22 +-
 src/mpid/pamid/src/mpid_progress.h                 |    23 +
 src/mpid/pamid/src/mpid_recvq.c                    |   537 +-
 src/mpid/pamid/src/mpid_recvq.h                    |   172 +-
 src/mpid/pamid/src/mpid_recvq_mmap.cpp             |   419 +
 src/mpid/pamid/src/mpid_request.c                  |     2 +
 src/mpid/pamid/src/mpid_request.h                  |    42 +-
 src/mpid/pamid/src/mpid_vc.c                       |   260 +-
 src/mpid/pamid/src/mpidi_bufmm.c                   |   716 +
 src/mpid/pamid/src/mpidi_env.c                     |   477 +-
 src/mpid/pamid/src/mpidi_nbc_sched.c               |    65 +
 src/mpid/pamid/src/mpidi_util.c                    |  1223 +-
 src/mpid/pamid/src/mpix/mpix.c                     |   843 +-
 src/mpid/pamid/src/onesided/Makefile.mk            |    17 +-
 src/mpid/pamid/src/onesided/mpid_1s.c              |    28 +-
 src/mpid/pamid/src/onesided/mpid_win_accumulate.c  |    86 +-
 src/mpid/pamid/src/onesided/mpid_win_allocate.c    |    98 +
 .../pamid/src/onesided/mpid_win_allocate_shared.c  |   439 +
 src/mpid/pamid/src/onesided/mpid_win_attach.c      |    58 +
 .../pamid/src/onesided/mpid_win_compare_and_swap.c |   205 +
 src/mpid/pamid/src/onesided/mpid_win_create.c      |   222 +-
 .../pamid/src/onesided/mpid_win_create_dynamic.c   |    90 +
 src/mpid/pamid/src/onesided/mpid_win_detach.c      |    53 +
 src/mpid/pamid/src/onesided/mpid_win_fence.c       |    35 +
 .../pamid/src/onesided/mpid_win_fetch_and_op.c     |   427 +
 src/mpid/pamid/src/onesided/mpid_win_flush.c       |   180 +
 src/mpid/pamid/src/onesided/mpid_win_free.c        |    53 +-
 src/mpid/pamid/src/onesided/mpid_win_get.c         |   141 +-
 .../pamid/src/onesided/mpid_win_get_accumulate.c   |   509 +
 src/mpid/pamid/src/onesided/mpid_win_get_info.c    |   103 +
 src/mpid/pamid/src/onesided/mpid_win_lock.c        |    69 +-
 src/mpid/pamid/src/onesided/mpid_win_lock_all.c    |   208 +
 src/mpid/pamid/src/onesided/mpid_win_pscw.c        |    89 +-
 src/mpid/pamid/src/onesided/mpid_win_put.c         |   151 +-
 src/mpid/pamid/src/onesided/mpid_win_reqops.c      |   278 +
 src/mpid/pamid/src/onesided/mpid_win_set_info.c    |   104 +
 .../pamid/src/onesided/mpid_win_shared_query.c     |    52 +
 src/mpid/pamid/src/onesided/mpid_win_sync.c        |    54 +
 src/mpid/pamid/src/onesided/mpidi_onesided.h       |   191 +-
 src/mpid/pamid/src/onesided/mpidi_win_control.c    |    85 +-
 src/mpid/pamid/src/pamix/pamix.c                   |    15 +-
 src/mpid/pamid/src/pt2pt/mpid_cancel.c             |     4 +-
 src/mpid/pamid/src/pt2pt/mpidi_callback_eager.c    |   103 +-
 src/mpid/pamid/src/pt2pt/mpidi_callback_rzv.c      |    38 +-
 src/mpid/pamid/src/pt2pt/mpidi_callback_short.c    |    61 +-
 src/mpid/pamid/src/pt2pt/mpidi_callback_util.c     |    32 +-
 src/mpid/pamid/src/pt2pt/mpidi_control.c           |    17 +-
 src/mpid/pamid/src/pt2pt/mpidi_done.c              |    97 +-
 src/mpid/pamid/src/pt2pt/mpidi_recv.h              |   118 +-
 src/mpid/pamid/src/pt2pt/mpidi_recvmsg.c           |    12 +-
 src/mpid/pamid/src/pt2pt/mpidi_rendezvous.c        |     4 +-
 src/mpid/pamid/src/pt2pt/mpidi_sendmsg.c           |   403 +-
 src/mpid/pamid/subconfigure.m4                     |   221 +-
 src/mpl/Makefile.am                                |    11 +-
 src/mpl/Makefile.in                                |   740 +-
 src/mpl/aclocal.m4                                 |   357 +-
 src/mpl/confdb/aclocal_cc.m4                       |    99 +-
 src/mpl/confdb/aclocal_coverage.m4                 |     4 +
 src/mpl/confdb/aclocal_cxx.m4                      |     2 +-
 src/mpl/confdb/aclocal_fc.m4                       |    69 +-
 src/mpl/confdb/aclocal_mpi.m4                      |     6 +-
 src/mpl/confdb/aclocal_runlog.m4                   |    56 +-
 src/mpl/confdb/aclocal_shl.m4                      |     8 -
 src/mpl/confdb/aclocal_util.m4                     |    14 +
 src/mpl/confdb/ar-lib                              |     2 +-
 src/mpl/confdb/compile                             |   347 +
 src/mpl/confdb/config.guess                        |   169 +-
 src/mpl/confdb/config.rpath                        |    33 +-
 src/mpl/confdb/config.sub                          |    74 +-
 src/mpl/confdb/depcomp                             |   419 +-
 src/mpl/confdb/libtool.m4                          |     2 +
 src/mpl/confdb/missing                             |   405 +-
 src/mpl/confdb/test-driver                         |   127 +
 src/mpl/configure                                  |   384 +-
 src/mpl/configure.ac                               |    17 +-
 src/mpl/include/config.h.in                        |     9 +
 src/mpl/include/mpl.h                              |    31 +-
 src/mpl/include/mpl_valgrind.h                     |     2 +-
 src/mpl/include/mplsock.h                          |    46 +
 src/mpl/include/mpltrmem.h                         |     2 +-
 src/mpl/src/mplsock.c                              |   121 +
 src/mpl/src/mplstr.c                               |     6 +-
 src/mpl/src/mpltrmem.c                             |    58 +-
 src/mutex/mutex_create.c                           |     3 +-
 src/nameserv/file/.state-cache                     |     2 +-
 src/nameserv/file/file_nameserv.c                  |    35 +-
 src/nameserv/mpd/.state-cache                      |     2 +-
 src/nameserv/pmi/.state-cache                      |     2 +-
 src/nameserv/pmi/pmi_nameserv.c                    |     2 +-
 src/nameserv/test/.state-cache                     |     2 +-
 src/openpa/.gitignore                              |     1 +
 src/openpa/Makefile.am                             |     6 +-
 src/openpa/Makefile.in                             |   224 +-
 src/openpa/README                                  |     2 +-
 src/openpa/aclocal.m4                              |   356 +-
 src/openpa/autogen.sh                              |     4 +-
 src/openpa/confdb/ar-lib                           |     2 +-
 src/openpa/confdb/compile                          |   347 +
 src/openpa/confdb/config.guess                     |   169 +-
 src/openpa/confdb/config.sub                       |    74 +-
 src/openpa/confdb/depcomp                          |   419 +-
 src/openpa/confdb/missing                          |   405 +-
 src/openpa/confdb/test-driver                      |   127 +
 src/openpa/configure                               |   284 +-
 src/openpa/configure.ac                            |    20 +-
 src/openpa/src/Makefile.am                         |     6 +-
 src/openpa/src/Makefile.in                         |   201 +-
 src/openpa/src/primitives/opa_by_lock.h            |     2 +-
 src/openpa/test/Makefile.am                        |     4 +-
 src/openpa/test/Makefile.in                        |   618 +-
 src/packaging/pkgconfig/mpich.pc.in                |     2 +-
 src/pm/Makefile.mk                                 |     5 +-
 src/pm/hydra/Makefile.am                           |    59 +-
 src/pm/hydra/Makefile.in                           |  2409 +-
 src/pm/hydra/aclocal.m4                            |   388 +-
 src/pm/hydra/autogen.sh                            |     9 +-
 src/pm/hydra/confdb/aclocal_cc.m4                  |    99 +-
 src/pm/hydra/confdb/aclocal_coverage.m4            |     4 +
 src/pm/hydra/confdb/aclocal_cxx.m4                 |     2 +-
 src/pm/hydra/confdb/aclocal_fc.m4                  |    69 +-
 src/pm/hydra/confdb/aclocal_mpi.m4                 |     6 +-
 src/pm/hydra/confdb/aclocal_runlog.m4              |    56 +-
 src/pm/hydra/confdb/aclocal_shl.m4                 |     8 -
 src/pm/hydra/confdb/aclocal_util.m4                |    14 +
 src/pm/hydra/confdb/ar-lib                         |     2 +-
 src/pm/hydra/confdb/compile                        |     9 +-
 src/pm/hydra/confdb/config.guess                   |   169 +-
 src/pm/hydra/confdb/config.rpath                   |    33 +-
 src/pm/hydra/confdb/config.sub                     |    74 +-
 src/pm/hydra/confdb/depcomp                        |   419 +-
 src/pm/hydra/confdb/missing                        |   405 +-
 src/pm/hydra/configure                             |  3434 ++-
 src/pm/hydra/configure.ac                          |    57 +-
 src/pm/hydra/examples/binding.c                    |     3 +-
 src/pm/hydra/examples/print_cpus_allowed.c         |    37 +
 src/pm/hydra/include/hydra.h                       |   113 +-
 src/pm/hydra/include/hydra_config.h.in             |   105 +-
 src/pm/hydra/mpichprereq                           |     4 +-
 src/pm/hydra/mpl/Makefile.am                       |    11 +-
 src/pm/hydra/mpl/Makefile.in                       |   740 +-
 src/pm/hydra/mpl/aclocal.m4                        |   357 +-
 src/pm/hydra/mpl/confdb/aclocal_cc.m4              |    99 +-
 src/pm/hydra/mpl/confdb/aclocal_coverage.m4        |     4 +
 src/pm/hydra/mpl/confdb/aclocal_cxx.m4             |     2 +-
 src/pm/hydra/mpl/confdb/aclocal_fc.m4              |    69 +-
 src/pm/hydra/mpl/confdb/aclocal_mpi.m4             |     6 +-
 src/pm/hydra/mpl/confdb/aclocal_runlog.m4          |    56 +-
 src/pm/hydra/mpl/confdb/aclocal_shl.m4             |     8 -
 src/pm/hydra/mpl/confdb/aclocal_util.m4            |    14 +
 src/pm/hydra/mpl/confdb/ar-lib                     |     2 +-
 src/pm/hydra/mpl/confdb/compile                    |   347 +
 src/pm/hydra/mpl/confdb/config.guess               |   169 +-
 src/pm/hydra/mpl/confdb/config.rpath               |    33 +-
 src/pm/hydra/mpl/confdb/config.sub                 |    74 +-
 src/pm/hydra/mpl/confdb/depcomp                    |   419 +-
 src/pm/hydra/mpl/confdb/missing                    |   405 +-
 src/pm/hydra/mpl/confdb/test-driver                |   127 +
 src/pm/hydra/mpl/configure                         |   382 +-
 src/pm/hydra/mpl/configure.ac                      |    17 +-
 src/pm/hydra/mpl/include/config.h.in               |     9 +
 src/pm/hydra/mpl/include/mpl.h                     |    31 +-
 src/pm/hydra/mpl/include/mpl_valgrind.h            |     2 +-
 src/pm/hydra/mpl/include/mplsock.h                 |    46 +
 src/pm/hydra/mpl/include/mpltrmem.h                |     2 +-
 src/pm/hydra/mpl/src/mplsock.c                     |   121 +
 src/pm/hydra/mpl/src/mplstr.c                      |     6 +-
 src/pm/hydra/mpl/src/mpltrmem.c                    |    58 +-
 src/pm/hydra/pm/pmiserv/Makefile.mk                |    32 +-
 src/pm/hydra/pm/pmiserv/common.c                   |    25 +-
 src/pm/hydra/pm/pmiserv/common.h                   |    18 +-
 src/pm/hydra/pm/pmiserv/hydra_pmi_proxy.txt        |     8 +
 src/pm/hydra/pm/pmiserv/pmi_v2_common.c            |     3 +-
 src/pm/hydra/pm/pmiserv/pmip_cb.c                  |    67 +-
 src/pm/hydra/pm/pmiserv/pmip_pmi_v1.c              |   215 +-
 src/pm/hydra/pm/pmiserv/pmip_pmi_v2.c              |   204 +-
 src/pm/hydra/pm/pmiserv/pmip_utils.c               |     3 +-
 src/pm/hydra/pm/pmiserv/pmiserv_cb.c               |    47 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmci.c             |    11 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmi.c              |    63 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmi.h              |     2 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmi_v1.c           |   184 +-
 src/pm/hydra/pm/pmiserv/pmiserv_pmi_v2.c           |   249 +-
 src/pm/hydra/pm/pmiserv/pmiserv_utils.c            |   365 +-
 src/pm/hydra/pm/pmiserv/pmiserv_utils.h            |     3 +-
 src/pm/hydra/tools/bootstrap/external/Makefile.mk  |    82 +-
 .../bootstrap/external/external_common_launch.c    |    15 +-
 src/pm/hydra/tools/bootstrap/external/ll.h         |     3 +-
 src/pm/hydra/tools/bootstrap/external/ll_launch.c  |     3 +-
 src/pm/hydra/tools/bootstrap/external/pbs.h        |     3 +-
 src/pm/hydra/tools/bootstrap/external/pbs_launch.c |     9 +-
 src/pm/hydra/tools/bootstrap/external/pbs_wait.c   |     3 +-
 src/pm/hydra/tools/bootstrap/external/slurm.h      |     3 +-
 .../hydra/tools/bootstrap/external/slurm_launch.c  |     3 +-
 .../bootstrap/external/slurm_query_native_int.c    |     4 +-
 .../bootstrap/external/slurm_query_node_list.c     |    45 +-
 src/pm/hydra/tools/bootstrap/external/ssh.c        |    16 +-
 src/pm/hydra/tools/bootstrap/external/ssh.h        |     9 +-
 src/pm/hydra/tools/bootstrap/external/ssh_init.c   |    18 +
 src/pm/hydra/tools/bootstrap/persist/Makefile.mk   |    10 +-
 .../tools/bootstrap/persist/hydra_persist.txt      |     8 +
 .../hydra/tools/bootstrap/persist/persist_launch.c |     6 +-
 .../hydra/tools/bootstrap/persist/persist_server.c |     9 +-
 src/pm/hydra/tools/bootstrap/src/Makefile.mk       |    16 +-
 src/pm/hydra/tools/bootstrap/src/bsci_init.c.in    |     3 +-
 src/pm/hydra/tools/bootstrap/utils/Makefile.mk     |     4 +-
 src/pm/hydra/tools/ckpoint/Makefile.mk             |     2 +-
 src/pm/hydra/tools/ckpoint/blcr/Makefile.mk        |     2 +-
 src/pm/hydra/tools/ckpoint/blcr/ckpoint_blcr.c     |    21 +-
 src/pm/hydra/tools/ckpoint/ckpoint.c               |    19 +-
 src/pm/hydra/tools/debugger/Makefile.mk            |     2 +-
 src/pm/hydra/tools/debugger/debugger.c             |     3 +-
 src/pm/hydra/tools/demux/Makefile.mk               |     6 +-
 src/pm/hydra/tools/demux/demux.c                   |     9 +-
 src/pm/hydra/tools/demux/demux.h                   |     3 +-
 src/pm/hydra/tools/demux/demux_poll.c              |     3 +-
 src/pm/hydra/tools/demux/demux_select.c            |     3 +-
 src/pm/hydra/tools/ftb/Makefile.mk                 |     4 +-
 src/pm/hydra/tools/nameserver/Makefile.mk          |     6 +-
 src/pm/hydra/tools/nameserver/hydra_nameserver.c   |    21 +-
 src/pm/hydra/tools/nameserver/hydra_nameserver.txt |     8 +
 src/pm/hydra/tools/topo/Makefile.mk                |     2 +-
 src/pm/hydra/tools/topo/hwloc/Makefile.mk          |     2 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/.gitignore     |   182 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/COPYING        |     1 +
 src/pm/hydra/tools/topo/hwloc/hwloc/HACKING        |     2 -
 src/pm/hydra/tools/topo/hwloc/hwloc/Makefile.am    |    24 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/Makefile.in    |   268 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/NEWS           |   205 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/README         |    76 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/VERSION        |    43 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/aclocal.m4     |   375 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/autogen.sh     |    11 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/config/ar-lib  |     2 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/config/argz.m4 |    79 -
 src/pm/hydra/tools/topo/hwloc/hwloc/config/compile |     9 +-
 .../tools/topo/hwloc/hwloc/config/config.guess     |   169 +-
 .../hydra/tools/topo/hwloc/hwloc/config/config.sub |    74 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/config/depcomp |   419 +-
 .../tools/topo/hwloc/hwloc/config/distscript.csh   |    87 +-
 .../hydra/tools/topo/hwloc/hwloc/config/hwloc.m4   |   414 +-
 .../topo/hwloc/hwloc/config/hwloc_components.m4    |     3 +
 .../topo/hwloc/hwloc/config/hwloc_get_version.sh   |   110 +-
 .../topo/hwloc/hwloc/config/hwloc_internal.m4      |    99 +-
 .../tools/topo/hwloc/hwloc/config/hwloc_pkg.m4     |     2 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/config/ltdl.m4 |   817 -
 src/pm/hydra/tools/topo/hwloc/hwloc/config/missing |   405 +-
 .../tools/topo/hwloc/hwloc/config/test-driver      |   127 +
 src/pm/hydra/tools/topo/hwloc/hwloc/configure      | 25176 +++++++++----------
 src/pm/hydra/tools/topo/hwloc/hwloc/configure.ac   |    91 +-
 .../hwloc/hwloc/contrib/dist/make_dist_tarball     |    86 +-
 .../topo/hwloc/hwloc/contrib/hwloc-valgrind.supp   |    84 +-
 .../hwloc/hwloc/contrib/nightly/create_tarball.sh  |   340 -
 .../hwloc/contrib/nightly/make_snapshot_tarball    |   280 +
 .../hwloc/hwloc/contrib/update-my-copyright.pl     |    16 +-
 .../hydra/tools/topo/hwloc/hwloc/doc/Makefile.am   |   253 +-
 .../hydra/tools/topo/hwloc/hwloc/doc/Makefile.in   |  1429 +-
 .../topo/hwloc/hwloc/doc/doxygen-config.cfg.in     |    10 +-
 .../hydra/tools/topo/hwloc/hwloc/doc/doxygen.cfg   |  1544 ++
 src/pm/hydra/tools/topo/hwloc/hwloc/doc/hwloc.doxy |   534 +-
 .../tools/topo/hwloc/hwloc/include/Makefile.am     |    12 +-
 .../tools/topo/hwloc/hwloc/include/Makefile.in     |   188 +-
 .../hydra/tools/topo/hwloc/hwloc/include/hwloc.h   |  1158 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/bitmap.h  |     2 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/cuda.h    |   114 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/cudart.h  |    89 +-
 .../topo/hwloc/hwloc/include/hwloc/deprecated.h    |    54 +
 .../tools/topo/hwloc/hwloc/include/hwloc/diff.h    |   292 +
 .../tools/topo/hwloc/hwloc/include/hwloc/gl.h      |   135 +
 .../topo/hwloc/hwloc/include/hwloc/glibc-sched.h   |    16 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/helper.h  |   446 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/inlines.h |   154 +
 .../topo/hwloc/hwloc/include/hwloc/intel-mic.h     |   143 +
 .../topo/hwloc/hwloc/include/hwloc/linux-libnuma.h |    49 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/linux.h   |     6 +-
 .../topo/hwloc/hwloc/include/hwloc/myriexpress.h   |    31 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/nvml.h    |   176 +
 .../tools/topo/hwloc/hwloc/include/hwloc/opencl.h  |   199 +
 .../hwloc/hwloc/include/hwloc/openfabrics-verbs.h  |    62 +-
 .../tools/topo/hwloc/hwloc/include/hwloc/plugins.h |   385 +
 .../tools/topo/hwloc/hwloc/include/hwloc/rename.h  |   176 +-
 .../hwloc/include/private/autogen/config.h.in      |   195 +-
 .../topo/hwloc/hwloc/include/private/components.h  |   194 +-
 .../tools/topo/hwloc/hwloc/include/private/debug.h |    11 +-
 .../tools/topo/hwloc/hwloc/include/private/misc.h  |    44 +-
 .../topo/hwloc/hwloc/include/private/private.h     |   116 +-
 .../hwloc/hwloc/include/private/solaris-chiptype.h |    15 +-
 .../tools/topo/hwloc/hwloc/include/private/xml.h   |    10 +-
 .../hydra/tools/topo/hwloc/hwloc/src/Makefile.am   |    94 +-
 .../hydra/tools/topo/hwloc/hwloc/src/Makefile.in   |   718 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/src/bind.c     |     8 +
 src/pm/hydra/tools/topo/hwloc/hwloc/src/bitmap.c   |     2 +
 .../hydra/tools/topo/hwloc/hwloc/src/components.c  |   214 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/src/diff.c     |   403 +
 .../hydra/tools/topo/hwloc/hwloc/src/distances.c   |    38 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/src/hwloc.dtd  |    16 +-
 .../tools/topo/hwloc/hwloc/src/libltdl/COPYING.LIB |   515 -
 .../tools/topo/hwloc/hwloc/src/libltdl/Makefile.am |   158 -
 .../tools/topo/hwloc/hwloc/src/libltdl/Makefile.in |  1040 -
 .../tools/topo/hwloc/hwloc/src/libltdl/README      |    20 -
 .../tools/topo/hwloc/hwloc/src/libltdl/argz.c      |   226 -
 .../tools/topo/hwloc/hwloc/src/libltdl/argz_.h     |    68 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt__alloc.h    |    58 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt__dirent.h   |    87 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt__glibc.h    |    83 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt__private.h  |   149 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt__strl.h     |    53 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt_dlloader.h  |    90 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt_error.h     |    85 -
 .../hwloc/hwloc/src/libltdl/libltdl/lt_system.h    |   166 -
 .../topo/hwloc/hwloc/src/libltdl/libltdl/slist.h   |    96 -
 .../hwloc/hwloc/src/libltdl/loaders/dld_link.c     |   158 -
 .../topo/hwloc/hwloc/src/libltdl/loaders/dlopen.c  |   235 -
 .../topo/hwloc/hwloc/src/libltdl/loaders/dyld.c    |   511 -
 .../hwloc/hwloc/src/libltdl/loaders/load_add_on.c  |   167 -
 .../hwloc/hwloc/src/libltdl/loaders/loadlibrary.c  |   369 -
 .../topo/hwloc/hwloc/src/libltdl/loaders/preopen.c |   375 -
 .../hwloc/hwloc/src/libltdl/loaders/shl_load.c     |   222 -
 .../tools/topo/hwloc/hwloc/src/libltdl/lt__alloc.c |    95 -
 .../topo/hwloc/hwloc/src/libltdl/lt__dirent.c      |   107 -
 .../tools/topo/hwloc/hwloc/src/libltdl/lt__strl.c  |   127 -
 .../topo/hwloc/hwloc/src/libltdl/lt_dlloader.c     |   210 -
 .../tools/topo/hwloc/hwloc/src/libltdl/lt_error.c  |   110 -
 .../tools/topo/hwloc/hwloc/src/libltdl/ltdl.c      |  2464 --
 .../tools/topo/hwloc/hwloc/src/libltdl/ltdl.h      |   163 -
 .../tools/topo/hwloc/hwloc/src/libltdl/slist.c     |   379 -
 src/pm/hydra/tools/topo/hwloc/hwloc/src/misc.c     |     2 +
 .../hydra/tools/topo/hwloc/hwloc/src/pci-common.c  |   457 +
 .../tools/topo/hwloc/hwloc/src/topology-aix.c      |    33 +-
 .../tools/topo/hwloc/hwloc/src/topology-bgq.c      |   239 +
 .../tools/topo/hwloc/hwloc/src/topology-cuda.c     |   193 +
 .../tools/topo/hwloc/hwloc/src/topology-custom.c   |    17 +-
 .../tools/topo/hwloc/hwloc/src/topology-darwin.c   |     5 +-
 .../tools/topo/hwloc/hwloc/src/topology-fake.c     |     4 +-
 .../tools/topo/hwloc/hwloc/src/topology-freebsd.c  |    45 +-
 .../hydra/tools/topo/hwloc/hwloc/src/topology-gl.c |   263 +
 .../tools/topo/hwloc/hwloc/src/topology-hpux.c     |     9 +-
 .../tools/topo/hwloc/hwloc/src/topology-libpci.c   |   781 -
 .../tools/topo/hwloc/hwloc/src/topology-linux.c    |  1298 +-
 .../tools/topo/hwloc/hwloc/src/topology-netbsd.c   |   197 +
 .../tools/topo/hwloc/hwloc/src/topology-nvml.c     |   232 +
 .../tools/topo/hwloc/hwloc/src/topology-opencl.c   |   321 +
 .../tools/topo/hwloc/hwloc/src/topology-pci.c      |   411 +
 .../hwloc/hwloc/src/topology-solaris-chiptype.c    |     7 +-
 .../topo/hwloc/hwloc/src/topology-synthetic.c      |     2 +-
 .../tools/topo/hwloc/hwloc/src/topology-windows.c  |     2 +
 .../tools/topo/hwloc/hwloc/src/topology-x86.c      |    31 +-
 .../topo/hwloc/hwloc/src/topology-xml-libxml.c     |   200 +-
 .../topo/hwloc/hwloc/src/topology-xml-nolibxml.c   |   319 +-
 .../tools/topo/hwloc/hwloc/src/topology-xml.c      |   397 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/src/topology.c |   514 +-
 .../hydra/tools/topo/hwloc/hwloc/src/traversal.c   |    11 +-
 .../hydra/tools/topo/hwloc/hwloc/tests/Makefile.am |    22 +-
 .../hydra/tools/topo/hwloc/hwloc/tests/Makefile.in |  1116 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/tests/cuda.c   |    31 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/tests/cudart.c |    31 +-
 .../topo/hwloc/hwloc/tests/embedded/configure.ac   |     4 +
 .../hwloc/tests/embedded/run-embedded-tests.sh     |     2 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/tests/gl.c     |   116 +
 .../tools/topo/hwloc/hwloc/tests/hwloc_custom.c    |     6 +-
 .../topo/hwloc/hwloc/tests/hwloc_insert_misc.c     |    60 +-
 .../topo/hwloc/hwloc/tests/hwloc_pci_backend.c     |    18 +-
 .../topo/hwloc/hwloc/tests/hwloc_topology_diff.c   |   201 +
 .../topo/hwloc/hwloc/tests/hwloc_topology_dup.c    |    60 +
 .../hwloc/hwloc/tests/hwloc_topology_restrict.c    |     2 +-
 .../hydra/tools/topo/hwloc/hwloc/tests/intel-mic.c |    70 +
 .../tools/topo/hwloc/hwloc/tests/linux-libnuma.c   |     4 +-
 .../linux/24em64t-2n6c2t+2mic.olddriver.options    |     1 +
 .../linux/24em64t-2n6c2t+2mic.olddriver.output     |   257 +
 .../linux/24em64t-2n6c2t+2mic.olddriver.tar.bz2    |   Bin 0 -> 54885 bytes
 .../hwloc/tests/linux/32amd64-4s2n4c-cgroup.output |     6 +-
 .../tests/linux/32amd64-4s2n4c-cgroup.xml.output   |     4 +-
 .../hwloc/tests/linux/32em64t-2n8c+1mic.options    |     1 +
 .../hwloc/tests/linux/32em64t-2n8c+1mic.output     |   398 +
 .../hwloc/tests/linux/32em64t-2n8c+1mic.tar.bz2    |   Bin 0 -> 66889 bytes
 .../hwloc/tests/linux/40intel64-2g2n4c+pci.env     |     4 +
 .../hwloc/tests/linux/40intel64-2g2n4c+pci.options |     1 +
 .../hwloc/tests/linux/40intel64-2g2n4c+pci.output  |   511 +
 .../hwloc/tests/linux/40intel64-2g2n4c+pci.tar.bz2 |   Bin 0 -> 88600 bytes
 .../tools/topo/hwloc/hwloc/tests/linux/Makefile.am |    20 +-
 .../tools/topo/hwloc/hwloc/tests/linux/Makefile.in |  1031 +-
 .../hwloc/hwloc/tests/linux/gather/Makefile.in     |   576 +-
 .../tests/linux/gather/test-gather-topology.sh.in  |    12 +-
 .../hwloc/tests/linux/hwloc-gather-topology.in     |    41 +-
 .../hwloc/hwloc/tests/linux/test-topology.sh.in    |     4 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/tests/nvml.c   |    90 +
 src/pm/hydra/tools/topo/hwloc/hwloc/tests/opencl.c |   105 +
 .../topo/hwloc/hwloc/tests/openfabrics-verbs.c     |     2 +-
 .../tools/topo/hwloc/hwloc/tests/ports/Makefile.am |   189 +-
 .../tools/topo/hwloc/hwloc/tests/ports/Makefile.in |   730 +-
 .../hwloc/hwloc/tests/ports/include/aix/procinfo.h |    25 +
 .../hwloc/tests/ports/include/aix/sys/processor.h  |    18 +
 .../hwloc/hwloc/tests/ports/include/aix/sys/rset.h |    95 +
 .../hwloc/tests/ports/include/aix/sys/systemcfg.h  |    27 +
 .../hwloc/tests/ports/include/aix/sys/thread.h     |    20 +
 .../include/bgq/spi/include/kernel/location.h      |    14 +
 .../ports/include/bgq/spi/include/kernel/process.h |    13 +
 .../topo/hwloc/hwloc/tests/ports/include/cpuset.h  |    24 -
 .../tests/ports/include/cuda/cuda_runtime_api.h    |    20 +
 .../hwloc/tests/ports/include/darwin/sys/sysctl.h  |    16 +
 .../hwloc/tests/ports/include/freebsd/pthread.h    |    10 +
 .../hwloc/tests/ports/include/freebsd/pthread_np.h |    14 +
 .../hwloc/tests/ports/include/freebsd/sys/cpuset.h |    36 +
 .../hwloc/tests/ports/include/freebsd/sys/sysctl.h |    15 +
 .../hwloc/tests/ports/include/gl/NVCtrl/NVCtrl.h   |    18 +
 .../tests/ports/include/gl/NVCtrl/NVCtrlLib.h      |    14 +
 .../hwloc/hwloc/tests/ports/include/gl/X11/Xlib.h  |    16 +
 .../hwloc/tests/ports/include/hpux/sys/mpctl.h     |    67 +
 .../topo/hwloc/hwloc/tests/ports/include/kstat.h   |    46 -
 .../hwloc/tests/ports/include/netbsd/pthread.h     |    16 +
 .../hwloc/hwloc/tests/ports/include/netbsd/sched.h |    22 +
 .../topo/hwloc/hwloc/tests/ports/include/numa.h    |    29 -
 .../hwloc/hwloc/tests/ports/include/nvml/nvml.h    |    40 +
 .../hwloc/tests/ports/include/opencl/CL/cl_ext.h   |    49 +
 .../hwloc/hwloc/tests/ports/include/osf/cpuset.h   |    24 +
 .../hwloc/hwloc/tests/ports/include/osf/numa.h     |    27 +
 .../hwloc/hwloc/tests/ports/include/osf/radset.h   |    81 +
 .../topo/hwloc/hwloc/tests/ports/include/picl.h    |    49 -
 .../hwloc/hwloc/tests/ports/include/procinfo.h     |    24 -
 .../hwloc/hwloc/tests/ports/include/pthread_np.h   |    15 -
 .../topo/hwloc/hwloc/tests/ports/include/radset.h  |    81 -
 .../hwloc/tests/ports/include/solaris/kstat.h      |    46 +
 .../hwloc/hwloc/tests/ports/include/solaris/picl.h |    48 +
 .../tests/ports/include/solaris/sys/lgrp_user.h    |    61 +
 .../tests/ports/include/solaris/sys/processor.h    |    17 +
 .../tests/ports/include/solaris/sys/procset.h      |    16 +
 .../tests/ports/include/solaris/sys/systeminfo.h   |    14 +
 .../hwloc/hwloc/tests/ports/include/sys/cpuset.h   |    36 -
 .../hwloc/tests/ports/include/sys/lgrp_user.h      |    61 -
 .../hwloc/hwloc/tests/ports/include/sys/mpctl.h    |    67 -
 .../hwloc/tests/ports/include/sys/processor.h      |    27 -
 .../hwloc/hwloc/tests/ports/include/sys/procset.h  |    16 -
 .../hwloc/hwloc/tests/ports/include/sys/rset.h     |    95 -
 .../hwloc/hwloc/tests/ports/include/sys/sysctl.h   |    16 -
 .../hwloc/tests/ports/include/sys/systemcfg.h      |    21 -
 .../hwloc/tests/ports/include/sys/systeminfo.h     |    14 -
 .../hwloc/hwloc/tests/ports/include/sys/thread.h   |    20 -
 .../topo/hwloc/hwloc/tests/ports/include/windows.h |    72 -
 .../hwloc/tests/ports/include/windows/windows.h    |    72 +
 .../topo/hwloc/hwloc/tests/rename/Makefile.am      |   107 +-
 .../topo/hwloc/hwloc/tests/rename/Makefile.in      |   219 +-
 .../tools/topo/hwloc/hwloc/tests/rename/main.c     |    43 +-
 .../tools/topo/hwloc/hwloc/tests/wrapper.sh.in     |     6 +-
 .../xml/192em64t-12gr2n8c2t-distancegroups.xml     |  2908 +++
 .../xml/192em64t-24n8c2t-distancegroups.source     |     1 +
 .../tests/xml/192em64t-24n8c2t-distancegroups.xml  |  2908 +++
 .../xml/192em64t-24n8c2t-nodistancegroups.env      |     1 +
 .../xml/192em64t-24n8c2t-nodistancegroups.xml      |  2884 +++
 .../tests/xml/32em64t-2n8c2t-pci-noio.options      |     1 +
 .../hwloc/tests/xml/32em64t-2n8c2t-pci-noio.source |     1 +
 .../hwloc/tests/xml/32em64t-2n8c2t-pci-noio.xml    |   182 +
 .../tests/xml/32em64t-2n8c2t-pci-normalio.source   |     1 +
 .../tests/xml/32em64t-2n8c2t-pci-normalio.xml      |   249 +
 .../tests/xml/32em64t-2n8c2t-pci-wholeio.options   |     1 +
 .../hwloc/tests/xml/32em64t-2n8c2t-pci-wholeio.xml |   765 +
 .../tools/topo/hwloc/hwloc/tests/xml/Makefile.am   |    32 +-
 .../tools/topo/hwloc/hwloc/tests/xml/Makefile.in   |   688 +-
 .../topo/hwloc/hwloc/tests/xml/test-topology.sh.in |    31 +-
 .../hydra/tools/topo/hwloc/hwloc/utils/Makefile.am |    89 +-
 .../hydra/tools/topo/hwloc/hwloc/utils/Makefile.in |   950 +-
 .../topo/hwloc/hwloc/utils/hwloc-annotate.1in      |    22 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-annotate.c  |    45 +-
 .../hwloc/hwloc/utils/hwloc-assembler-remote.1in   |     4 +-
 .../hwloc/hwloc/utils/hwloc-assembler-remote.in    |    12 +-
 .../topo/hwloc/hwloc/utils/hwloc-assembler.1in     |     2 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-bind.1in    |    12 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-bind.c      |    37 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-calc.1in    |    23 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-calc.c      |    33 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-calc.h      |   230 +-
 .../topo/hwloc/hwloc/utils/hwloc-compress-dir.1in  |    85 +
 .../topo/hwloc/hwloc/utils/hwloc-compress-dir.in   |   161 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-diff.1in    |   120 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-diff.c      |   149 +
 .../topo/hwloc/hwloc/utils/hwloc-distances.1in     |     5 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-distances.c |     7 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-distrib.1in |    10 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-distrib.c   |    20 +-
 .../hwloc/hwloc/utils/hwloc-gather-topology.1in    |     2 +-
 .../tools/topo/hwloc/hwloc/utils/hwloc-info.1in    |   179 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-info.c      |   433 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-patch.1in   |   114 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-patch.c     |   167 +
 .../tools/topo/hwloc/hwloc/utils/hwloc-ps.1in      |     2 +-
 .../hydra/tools/topo/hwloc/hwloc/utils/hwloc-ps.c  |     2 -
 .../hydra/tools/topo/hwloc/hwloc/utils/hwloc.7in   |     4 +-
 .../tools/topo/hwloc/hwloc/utils/lstopo-cairo.c    |     2 +-
 .../tools/topo/hwloc/hwloc/utils/lstopo-draw.c     |   289 +-
 .../tools/topo/hwloc/hwloc/utils/lstopo-text.c     |    69 +-
 .../hydra/tools/topo/hwloc/hwloc/utils/lstopo.1in  |    59 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/utils/lstopo.c |   100 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/utils/lstopo.h |    21 +-
 src/pm/hydra/tools/topo/hwloc/hwloc/utils/misc.h   |    30 +-
 .../topo/hwloc/hwloc/utils/test-fake-plugin.sh.in  |     8 +-
 .../hwloc/hwloc/utils/test-hwloc-annotate.output   |     2 +-
 .../hwloc/hwloc/utils/test-hwloc-annotate.sh.in    |    18 +-
 .../hwloc/hwloc/utils/test-hwloc-assembler.output  |     7 +-
 .../hwloc/hwloc/utils/test-hwloc-assembler.sh.in   |    18 +-
 .../topo/hwloc/hwloc/utils/test-hwloc-calc.output  |     9 +
 .../topo/hwloc/hwloc/utils/test-hwloc-calc.sh.in   |    21 +-
 .../utils/test-hwloc-compress-dir.input.tar.gz     |   Bin 0 -> 43074 bytes
 .../utils/test-hwloc-compress-dir.output.tar.gz    |   Bin 0 -> 25411 bytes
 .../hwloc/utils/test-hwloc-compress-dir.sh.in      |    49 +
 .../hwloc/hwloc/utils/test-hwloc-diffpatch.input1  |   170 +
 .../hwloc/hwloc/utils/test-hwloc-diffpatch.input2  |   170 +
 .../hwloc/hwloc/utils/test-hwloc-diffpatch.sh.in   |    52 +
 .../hwloc/hwloc/utils/test-hwloc-distances.sh.in   |    12 +-
 .../hwloc/hwloc/utils/test-hwloc-distrib.sh.in     |    12 +-
 .../topo/hwloc/hwloc/utils/test-hwloc-info.output  |   258 +
 .../topo/hwloc/hwloc/utils/test-hwloc-info.sh.in   |    45 +
 .../topo/hwloc/hwloc/utils/test-hwloc-ls.sh.in     |    12 +-
 src/pm/hydra/tools/topo/hwloc/topo_hwloc.c         |   525 +-
 src/pm/hydra/tools/topo/hwloc/topo_hwloc.h         |     2 +
 src/pm/hydra/tools/topo/topo.c                     |     2 +
 src/pm/hydra/tools/topo/topo.h                     |     2 +
 src/pm/hydra/ui/mpich/Makefile.mk                  |     2 +-
 src/pm/hydra/ui/mpich/mpiexec.c                    |    51 +-
 src/pm/hydra/ui/mpich/utils.c                      |    58 +-
 src/pm/hydra/ui/utils/Makefile.mk                  |     2 +-
 src/pm/hydra/utils/alloc/Makefile.mk               |     2 +-
 src/pm/hydra/utils/alloc/alloc.c                   |    12 +-
 src/pm/hydra/utils/args/Makefile.mk                |     2 +-
 src/pm/hydra/utils/args/args.c                     |    18 +-
 src/pm/hydra/utils/dbg/Makefile.mk                 |     2 +-
 src/pm/hydra/utils/dbg/dbg.c                       |     7 +-
 src/pm/hydra/utils/env/Makefile.mk                 |     2 +-
 src/pm/hydra/utils/env/env.c                       |     3 +-
 src/pm/hydra/utils/launch/Makefile.mk              |     2 +-
 src/pm/hydra/utils/others/Makefile.mk              |     2 +-
 src/pm/hydra/utils/others/others.c                 |    31 +-
 src/pm/hydra/utils/signals/Makefile.mk             |     2 +-
 src/pm/hydra/utils/sock/Makefile.mk                |     2 +-
 src/pm/hydra/utils/sock/sock.c                     |   190 +-
 src/pm/hydra/utils/string/Makefile.mk              |     2 +-
 src/pm/hydra/utils/string/string.c                 |     3 +-
 src/pm/hydra/version.m4                            |    10 +-
 src/pm/mpd/Makefile.in                             |   195 +-
 src/pm/mpd/aclocal.m4                              |   349 +-
 src/pm/mpd/configure                               |   148 +-
 src/pm/mpd/configure.ac                            |     1 +
 src/pm/mpd/mpdroot.c                               |     2 +-
 src/pm/mpd/pmitest.c                               |     5 +-
 src/pm/remshell/subconfigure.m4                    |     3 +-
 src/pm/smpd/Makefile.mk                            |    85 -
 src/pm/smpd/README                                 |   126 -
 src/pm/smpd/doc/close.sm.tex                       |    38 -
 src/pm/smpd/doc/connect.sm.tex                     |   197 -
 src/pm/smpd/doc/connect_pmi.sm.tex                 |    46 -
 src/pm/smpd/doc/console.sm.tex                     |    53 -
 src/pm/smpd/doc/mpiexec.sm.tex                     |   100 -
 src/pm/smpd/doc/sm2ps.bat                          |     1 -
 src/pm/smpd/doc/smpd.sm.tex                        |   157 -
 src/pm/smpd/mp_parse_command_line.c                |  2450 --
 src/pm/smpd/mp_parse_oldconfig.c                   |   486 -
 src/pm/smpd/mpichprereq                            |    12 -
 src/pm/smpd/mpiexec.c                              |   507 -
 src/pm/smpd/mpiexec.h                              |    32 -
 src/pm/smpd/mpiexec.rc                             |   102 -
 src/pm/smpd/mpiexec.vcproj                         |  1233 -
 src/pm/smpd/mpiexec_rsh.c                          |   895 -
 src/pm/smpd/resource.h                             |    20 -
 src/pm/smpd/resource1.h                            |    20 -
 src/pm/smpd/smpd.c                                 |   362 -
 src/pm/smpd/smpd.h                                 |  1060 -
 src/pm/smpd/smpd.rc                                |   102 -
 src/pm/smpd/smpd.sln                               |    56 -
 src/pm/smpd/smpd.vcproj                            |  1341 -
 src/pm/smpd/smpd_ad.cpp                            |   860 -
 src/pm/smpd/smpd_adreg.cpp                         |  1305 -
 src/pm/smpd/smpd_affinitize.c                      |   425 -
 src/pm/smpd/smpd_authenticate.c                    |   389 -
 src/pm/smpd/smpd_barrier.c                         |   179 -
 src/pm/smpd/smpd_ccp_util.c                        |   100 -
 src/pm/smpd/smpd_cmd_args.c                        |   869 -
 src/pm/smpd/smpd_command.c                         |   860 -
 src/pm/smpd/smpd_connect.c                         |  1448 --
 src/pm/smpd/smpd_database.c                        |   665 -
 src/pm/smpd/smpd_database.h                        |    36 -
 src/pm/smpd/smpd_do_console.c                      |   149 -
 src/pm/smpd/smpd_get_opt.c                         |   918 -
 src/pm/smpd/smpd_handle_command.c                  |  6761 -----
 src/pm/smpd/smpd_handle_spawn.c                    |  1010 -
 src/pm/smpd/smpd_hash.c                            |   172 -
 src/pm/smpd/smpd_host_util.c                       |   982 -
 src/pm/smpd/smpd_hpc_js.h                          |    39 -
 src/pm/smpd/smpd_hpc_js_bs.cpp                     |    56 -
 src/pm/smpd/smpd_hpc_js_exports.h                  |    12 -
 src/pm/smpd/smpd_hpc_js_rmk.cpp                    |    90 -
 src/pm/smpd/smpd_hpc_js_util.cpp                   |   286 -
 src/pm/smpd/smpd_implthread.h                      |    29 -
 src/pm/smpd/smpd_iov.h                             |    26 -
 src/pm/smpd/smpd_job.c                             |   275 -
 src/pm/smpd/smpd_launch_process.c                  |  2475 --
 src/pm/smpd/smpd_mapdrive.c                        |   695 -
 src/pm/smpd/smpd_printf.c                          |   780 -
 src/pm/smpd/smpd_read_write.c                      |   339 -
 src/pm/smpd/smpd_register.c                        |   765 -
 src/pm/smpd/smpd_restart.c                         |    49 -
 src/pm/smpd/smpd_service.c                         |   745 -
 src/pm/smpd/smpd_service.h                         |    42 -
 src/pm/smpd/smpd_session.c                         |   573 -
 src/pm/smpd/smpd_start_mgr.c                       |   369 -
 src/pm/smpd/smpd_state_machine.c                   |  7129 ------
 src/pm/smpd/smpd_user_data.c                       |  1069 -
 src/pm/smpd/smpd_util.vcproj                       |  1264 -
 src/pm/smpd/smpd_version.h                         |     6 -
 src/pm/smpd/smpd_watchprocs.c                      |   391 -
 src/pm/smpd/sock/Makefile.mk                       |    11 -
 src/pm/smpd/sock/include/smpd_util_sock.h          |   233 -
 src/pm/smpd/sock/iocp/Makefile.sm                  |     3 -
 src/pm/smpd/sock/iocp/include/smpd_util_socki.h    |    38 -
 src/pm/smpd/sock/iocp/smpd_util_sock.c             |  2670 --
 src/pm/smpd/sock/poll/Makefile.mk                  |    27 -
 src/pm/smpd/sock/poll/smpd_sock_immed.i            |   664 -
 src/pm/smpd/sock/poll/smpd_sock_init.i             |    50 -
 src/pm/smpd/sock/poll/smpd_sock_misc.i             |   280 -
 src/pm/smpd/sock/poll/smpd_sock_post.i             |   710 -
 src/pm/smpd/sock/poll/smpd_sock_set.i              |   124 -
 src/pm/smpd/sock/poll/smpd_sock_wait.i             |   701 -
 src/pm/smpd/sock/poll/smpd_socki_util.i            |   812 -
 src/pm/smpd/sock/poll/smpd_util_sock.c             |   202 -
 src/pm/smpd/sock/poll/smpd_util_socki.h            |    58 -
 src/pm/smpd/sock/poll/subconfigure.m4              |   147 -
 src/pm/smpd/subconfigure.m4                        |   122 -
 src/pm/smpd/wmpiconfig/App.ico                     |   Bin 1078 -> 0 bytes
 src/pm/smpd/wmpiconfig/AssemblyInfo.cs             |    58 -
 src/pm/smpd/wmpiconfig/wmpiconfig.cs               |  1577 --
 src/pm/smpd/wmpiconfig/wmpiconfig.csproj           |   151 -
 src/pm/smpd/wmpiconfig/wmpiconfig.resx             |   353 -
 src/pm/smpd/wmpiexec/App.ico                       |   Bin 1078 -> 0 bytes
 src/pm/smpd/wmpiexec/AssemblyInfo.cs               |    58 -
 src/pm/smpd/wmpiexec/jumpshot.ico                  |   Bin 1078 -> 0 bytes
 src/pm/smpd/wmpiexec/sample.txt                    |    12 -
 src/pm/smpd/wmpiexec/wmpiexec.cs                   |  1762 --
 src/pm/smpd/wmpiexec/wmpiexec.csproj               |   152 -
 src/pm/smpd/wmpiexec/wmpiexec.resx                 |   503 -
 src/pm/smpd/wmpiregister/App.ico                   |   Bin 1078 -> 0 bytes
 src/pm/smpd/wmpiregister/AssemblyInfo.cs           |    58 -
 src/pm/smpd/wmpiregister/wmpiregister.cs           |   364 -
 src/pm/smpd/wmpiregister/wmpiregister.csproj       |   151 -
 src/pm/smpd/wmpiregister/wmpiregister.resx         |   140 -
 src/pm/util/subconfigure.m4                        |     3 +
 src/pmi/Makefile.mk                                |     1 -
 src/pmi/pmi2/.state-cache                          |    19 -
 src/pmi/pmi2/Makefile.mk                           |    17 +-
 src/pmi/pmi2/README                                |   115 -
 src/pmi/pmi2/poe/.state-cache                      |     7 +
 src/pmi/pmi2/poe/Makefile.mk                       |    15 +
 src/pmi/pmi2/poe/poe2pmi.c                         |   449 +
 src/pmi/pmi2/poe/subconfigure.m4                   |    24 +
 src/pmi/pmi2/simple/.state-cache                   |    19 +
 src/pmi/pmi2/simple/Makefile.mk                    |    21 +
 src/pmi/pmi2/simple/README                         |   115 +
 src/pmi/pmi2/{ => simple}/pmi2compat.h             |     0
 src/pmi/pmi2/simple/simple2pmi.c                   |  1867 ++
 src/pmi/pmi2/simple/simple2pmi.h                   |   123 +
 src/pmi/pmi2/simple/simple_pmiutil.c               |   297 +
 src/pmi/pmi2/simple/simple_pmiutil.h               |   255 +
 src/pmi/pmi2/simple/subconfigure.m4                |    86 +
 src/pmi/pmi2/simple2pmi.c                          |  1867 --
 src/pmi/pmi2/simple2pmi.h                          |   123 -
 src/pmi/pmi2/simple_pmiutil.c                      |   297 -
 src/pmi/pmi2/simple_pmiutil.h                      |   255 -
 src/pmi/pmi2/subconfigure.m4                       |     4 +
 src/pmi/simple/.state-cache                        |     6 +-
 src/pmi/simple/simple_pmi.c                        |    33 +-
 src/pmi/simple/simple_pmiutil.h                    |     4 +
 src/pmi/simple/subconfigure.m4                     |     3 +-
 src/pmi/smpd/.state-cache                          |    13 -
 src/pmi/smpd/Makefile.mk                           |    19 -
 src/pmi/smpd/ipmi.h                                |   146 -
 src/pmi/smpd/pmi.vcproj                            |   318 -
 src/pmi/smpd/smpd_ipmi.c                           |  3151 ---
 src/pmi/smpd/smpd_pmi.c                            |   281 -
 src/pmi/smpd/subconfigure.m4                       |    27 -
 src/util/Makefile.mk                               |     2 +-
 src/util/cvar/Makefile.mk                          |    15 +
 src/util/cvar/mpich_cvars.c                        |  1472 ++
 src/util/dbg/.state-cache                          |     8 +-
 src/util/dbg/dbg.vcproj                            |  1930 --
 src/util/dbg/dbg_printf.c                          |    14 +-
 src/util/ex/.state-cache                           |     2 +-
 src/util/ex/executive.vcproj                       |   235 -
 src/util/instrm/.state-cache                       |     4 +-
 src/util/instrm/instr.c                            |     2 +-
 src/util/logging/common/state_names.h              |    81 +-
 src/util/logging/rlog/.state-cache                 |    18 +-
 src/util/logging/rlog/TraceInput/.state-cache      |     6 +-
 src/util/logging/rlog/TraceInput/TraceInput.vcproj |   246 -
 src/util/logging/rlog/irlog2rlog.vcproj            |   225 -
 src/util/logging/rlog/minalignrlog.vcproj          |   210 -
 src/util/logging/rlog/printirlog.vcproj            |   223 -
 src/util/logging/rlog/printrlog.vcproj             |   223 -
 src/util/logging/rlog/rimshot/.state-cache         |    34 +-
 src/util/logging/rlog/rimshot/rimshot.vcproj       |   297 -
 src/util/logging/rlog/rlog.vcproj                  |  1032 -
 src/util/mem/.state-cache                          |    12 +-
 src/util/mem/handlemem.c                           |    36 +-
 src/util/mem/trmem.c                               |     2 +-
 src/util/msgs/.state-cache                         |     2 +-
 src/util/multichannel/.state-cache                 |     2 +-
 src/util/other/.state-cache                        |     4 +-
 src/util/param/Makefile.mk                         |    18 -
 src/util/param/param_vals.c                        |   623 -
 src/util/param/params.yml                          |   492 -
 src/util/procmap/.state-cache                      |     2 +-
 src/util/thread/.state-cache                       |     2 +-
 src/util/wrappers/.state-cache                     |    12 +-
 src/util/wrappers/mpiu_os_wrappers_pre.h           |     2 +-
 src/util/wrappers/mpiu_shm_wrappers.h              |     8 +-
 subsys_include.m4                                  |    16 +-
 test/Makefile.in                                   |   212 +-
 test/commands/Makefile.in                          |   193 +-
 test/mpi/.gitignore                                |    17 +
 test/mpi/Makefile.am                               |     4 +-
 test/mpi/Makefile.in                               |   253 +-
 test/mpi/Makefile.mtest                            |     2 +-
 test/mpi/aclocal.m4                                |   360 +-
 test/mpi/attr/Makefile.am                          |     1 +
 test/mpi/attr/Makefile.in                          |   188 +-
 test/mpi/attr/attrdeleteget.c                      |    53 +
 test/mpi/attr/testlist                             |     1 +
 test/mpi/basic/Makefile.in                         |   151 +-
 test/mpi/basic/adapt.vcproj                        |   146 -
 test/mpi/basic/netpipe.vcproj                      |   423 -
 test/mpi/basic/patterns.vcproj                     |   156 -
 test/mpi/basic/sendrecv.vcproj                     |   158 -
 test/mpi/basic/simple.vcproj                       |   156 -
 test/mpi/basic/srtest.vcproj                       |   138 -
 test/mpi/ckpoint/Makefile.am                       |    13 +
 test/mpi/ckpoint/Makefile.in                       |   629 +
 test/mpi/ckpoint/testlist                          |     1 +
 test/mpi/ckpoint/write_ckpoint.c                   |    42 +
 test/mpi/coll/Makefile.in                          |   234 +-
 test/mpi/coll/bcastzerotype.c                      |     7 +
 test/mpi/coll/iallred.c                            |     7 +
 test/mpi/comm/Makefile.am                          |     2 +
 test/mpi/comm/Makefile.in                          |   199 +-
 test/mpi/comm/cmfree.c                             |     8 +-
 test/mpi/comm/comm_idup_mul.c                      |    39 +
 test/mpi/comm/comm_idup_overlap.c                  |    52 +
 test/mpi/comm/testlist                             |     2 +
 test/mpi/confdb/aclocal_cc.m4                      |    99 +-
 test/mpi/confdb/aclocal_coverage.m4                |     4 +
 test/mpi/confdb/aclocal_cxx.m4                     |     2 +-
 test/mpi/confdb/aclocal_fc.m4                      |    69 +-
 test/mpi/confdb/aclocal_mpi.m4                     |     6 +-
 test/mpi/confdb/aclocal_runlog.m4                  |    56 +-
 test/mpi/confdb/aclocal_shl.m4                     |     8 -
 test/mpi/confdb/aclocal_util.m4                    |    14 +
 test/mpi/confdb/ar-lib                             |     2 +-
 test/mpi/confdb/compile                            |   347 +
 test/mpi/confdb/config.guess                       |   169 +-
 test/mpi/confdb/config.rpath                       |    33 +-
 test/mpi/confdb/config.sub                         |    74 +-
 test/mpi/confdb/depcomp                            |   419 +-
 test/mpi/confdb/missing                            |   405 +-
 test/mpi/configure                                 |   986 +-
 test/mpi/configure.ac                              |   224 +-
 test/mpi/createprojects.wsf                        |   371 -
 test/mpi/cxx/Makefile.in                           |   195 +-
 test/mpi/cxx/attr/Makefile.in                      |   145 +-
 test/mpi/cxx/coll/Makefile.in                      |   159 +-
 test/mpi/cxx/coll/icallgathervx.cxx                |     1 +
 test/mpi/cxx/coll/icallgatherx.cxx                 |     1 +
 test/mpi/cxx/coll/icbarrierx.cxx                   |     1 +
 test/mpi/cxx/coll/icbcastx.cxx                     |     1 +
 test/mpi/cxx/coll/icgathervx.cxx                   |     1 +
 test/mpi/cxx/coll/icgatherx.cxx                    |     1 +
 test/mpi/cxx/coll/icreducex.cxx                    |     1 +
 test/mpi/cxx/comm/Makefile.in                      |   141 +-
 test/mpi/cxx/datatype/Makefile.in                  |   144 +-
 test/mpi/cxx/errhan/Makefile.in                    |   141 +-
 test/mpi/cxx/info/Makefile.in                      |   144 +-
 test/mpi/cxx/init/Makefile.in                      |   143 +-
 test/mpi/cxx/io/Makefile.in                        |   188 +-
 test/mpi/cxx/pt2pt/Makefile.in                     |   142 +-
 test/mpi/cxx/pt2pt/bsend1cxx.cxx                   |     2 +-
 test/mpi/cxx/pt2pt/sendrecvx.cxx                   |     2 +-
 test/mpi/cxx/rma/Makefile.in                       |   147 +-
 test/mpi/cxx/spawn/Makefile.in                     |   144 +-
 test/mpi/cxx/testlist.in                           |     1 +
 test/mpi/cxx/topo/Makefile.am                      |    17 +
 test/mpi/cxx/topo/Makefile.in                      |   634 +
 test/mpi/cxx/topo/distgraphcxx.cxx                 |   100 +
 test/mpi/cxx/topo/testlist.in                      |     1 +
 test/mpi/cxx/util/Makefile.in                      |   153 +-
 test/mpi/cxx/util/mtest.cxx                        |     4 +
 test/mpi/datatype/Makefile.am                      |     2 +
 test/mpi/datatype/Makefile.in                      |   265 +-
 test/mpi/datatype/get-elements-pairtype.c          |     4 +-
 test/mpi/datatype/large_type.c                     |   155 +
 test/mpi/datatype/large_type_sendrec.c             |   179 +
 test/mpi/datatype/testlist                         |    52 -
 test/mpi/datatype/testlist.in                      |    55 +
 test/mpi/datatype/tfree.c                          |     8 +-
 test/mpi/errhan/Makefile.in                        |   148 +-
 test/mpi/errhan/errcode.c                          |   489 +-
 test/mpi/errhan/predef_eh.c                        |     7 +
 test/mpi/errors/Makefile.in                        |   197 +-
 test/mpi/errors/attr/Makefile.in                   |   142 +-
 test/mpi/errors/basic/Makefile.in                  |   143 +-
 test/mpi/errors/coll/Makefile.in                   |   145 +-
 test/mpi/errors/comm/Makefile.in                   |   148 +-
 test/mpi/errors/comm/too_many_comms.c              |     7 +-
 test/mpi/errors/comm/too_many_comms2.c             |     7 +-
 test/mpi/errors/comm/too_many_comms3.c             |     7 +-
 test/mpi/errors/cxx/Makefile.in                    |   197 +-
 test/mpi/errors/cxx/errhan/Makefile.in             |   144 +-
 test/mpi/errors/cxx/errhan/throwtest.cxx           |     1 +
 test/mpi/errors/cxx/io/Makefile.in                 |   143 +-
 test/mpi/errors/cxx/io/throwtestfilex.cxx          |     1 +
 test/mpi/errors/datatype/Makefile.in               |   142 +-
 test/mpi/errors/f77/Makefile.am                    |     4 +-
 test/mpi/errors/f77/Makefile.in                    |   203 +-
 test/mpi/errors/f77/errhan/Makefile.in             |   585 -
 test/mpi/errors/f77/{errhan => io}/Makefile.am     |     0
 test/mpi/errors/f77/io/Makefile.in                 |   622 +
 test/mpi/errors/f77/{errhan => io}/addsize.h.in    |     0
 test/mpi/errors/f77/{errhan => io}/iooffset.h.in   |     0
 test/mpi/errors/f77/{errhan => io}/testlist        |     0
 test/mpi/errors/f77/{errhan => io}/uerrhandf.f     |     0
 test/mpi/errors/f77/testlist                       |     1 -
 test/mpi/errors/f77/testlist.in                    |     1 +
 test/mpi/errors/f90/Makefile.am                    |     4 +-
 test/mpi/errors/f90/Makefile.in                    |   203 +-
 test/mpi/errors/f90/errhan/Makefile.am             |    37 -
 test/mpi/errors/f90/errhan/Makefile.in             |   601 -
 test/mpi/errors/f90/errhan/uerrhandf90.f90         |   143 -
 test/mpi/errors/f90/io/Makefile.am                 |    37 +
 .../errors/f90/{errhan => io}/Makefile.am-stamp    |     0
 test/mpi/errors/f90/io/Makefile.in                 |   638 +
 test/mpi/errors/f90/{errhan => io}/testlist        |     0
 test/mpi/errors/f90/io/uerrhandf90.f90             |   143 +
 test/mpi/errors/f90/testlist                       |     1 -
 test/mpi/errors/f90/testlist.in                    |     1 +
 test/mpi/errors/faults/Makefile.in                 |   145 +-
 test/mpi/errors/group/Makefile.in                  |   142 +-
 test/mpi/errors/io/Makefile.in                     |   143 +-
 test/mpi/errors/io/openerr.c                       |     8 +-
 test/mpi/errors/pt2pt/Makefile.in                  |   148 +-
 test/mpi/errors/rma/Makefile.in                    |   153 +-
 test/mpi/errors/rma/cas_type_check.c               |     4 +-
 test/mpi/errors/rma/testlist                       |     2 +-
 test/mpi/errors/spawn/Makefile.in                  |   144 +-
 test/mpi/errors/spawn/unpub.c                      |     7 +-
 test/mpi/errors/topo/Makefile.in                   |   142 +-
 test/mpi/f77/Makefile.am                           |     2 +-
 test/mpi/f77/Makefile.in                           |   197 +-
 test/mpi/f77/attr/Makefile.in                      |   149 +-
 test/mpi/f77/coll/Makefile.in                      |   154 +-
 test/mpi/f77/comm/Makefile.in                      |   142 +-
 test/mpi/f77/datatype/Makefile.in                  |   151 +-
 test/mpi/f77/ext/Makefile.in                       |   148 +-
 test/mpi/f77/info/Makefile.in                      |   142 +-
 test/mpi/f77/init/Makefile.in                      |   144 +-
 test/mpi/f77/io/Makefile.am                        |     8 +-
 test/mpi/f77/io/Makefile.in                        |   190 +-
 test/mpi/f77/io/shpositionf.f                      |     6 +
 test/mpi/f77/profile/Makefile.am                   |    21 +
 test/mpi/f77/profile/Makefile.in                   |   622 +
 test/mpi/f77/profile/profile1f.f                   |   106 +
 test/mpi/f77/profile/testlist                      |     1 +
 test/mpi/f77/pt2pt/Makefile.in                     |   144 +-
 test/mpi/f77/rma/Makefile.in                       |   154 +-
 test/mpi/f77/spawn/Makefile.in                     |   148 +-
 test/mpi/f77/testlist.in                           |     1 +
 test/mpi/f77/topo/Makefile.in                      |   143 +-
 test/mpi/f77/util/Makefile.in                      |   153 +-
 test/mpi/f90/Makefile.in                           |   195 +-
 test/mpi/f90/attr/Makefile.in                      |   172 +-
 test/mpi/f90/coll/Makefile.in                      |   154 +-
 test/mpi/f90/comm/Makefile.in                      |   142 +-
 test/mpi/f90/datatype/Makefile.in                  |   159 +-
 test/mpi/f90/datatype/get_elem_d.f90               |    19 +-
 test/mpi/f90/ext/Makefile.in                       |   146 +-
 test/mpi/f90/f90types/Makefile.in                  |   142 +-
 test/mpi/f90/info/Makefile.in                      |   142 +-
 test/mpi/f90/init/Makefile.in                      |   144 +-
 test/mpi/f90/io/Makefile.am                        |     8 +-
 test/mpi/f90/io/Makefile.in                        |   188 +-
 test/mpi/f90/io/shpositionf90.f90                  |     6 +
 test/mpi/f90/misc/Makefile.in                      |   141 +-
 test/mpi/f90/profile/Makefile.am                   |    39 +
 .../f90/errhan => f90/profile}/Makefile.am-stamp   |     0
 test/mpi/f90/profile/Makefile.in                   |   642 +
 test/mpi/f90/profile/profile1f90.f90               |   107 +
 test/mpi/f90/profile/testlist                      |     2 +
 test/mpi/f90/pt2pt/Makefile.in                     |   144 +-
 test/mpi/f90/rma/Makefile.in                       |   154 +-
 test/mpi/f90/spawn/Makefile.in                     |   148 +-
 test/mpi/f90/testlist.in                           |     1 +
 test/mpi/f90/timer/Makefile.in                     |   141 +-
 test/mpi/f90/topo/Makefile.in                      |   143 +-
 test/mpi/f90/util/Makefile.in                      |   153 +-
 test/mpi/ft/Makefile.am                            |    13 +
 test/mpi/ft/Makefile.in                            |   745 +
 test/mpi/ft/abort.c                                |    28 +
 test/mpi/ft/barrier.c                              |    59 +
 test/mpi/ft/bcast.c                                |    91 +
 test/mpi/ft/die.c                                  |    30 +
 test/mpi/ft/gather.c                               |    64 +
 test/mpi/ft/irecvdead.c                            |    63 +
 test/mpi/ft/isendalive.c                           |    56 +
 test/mpi/ft/isenddead.c                            |    58 +
 test/mpi/ft/recvdead.c                             |    58 +
 test/mpi/ft/reduce.c                               |    60 +
 test/mpi/ft/scatter.c                              |   102 +
 test/mpi/ft/sendalive.c                            |    47 +
 test/mpi/ft/senddead.c                             |    53 +
 test/mpi/ft/testlist                               |    13 +
 test/mpi/group/Makefile.in                         |   147 +-
 test/mpi/impls/Makefile.am                         |    14 +
 test/mpi/impls/Makefile.in                         |   690 +
 test/mpi/impls/README                              |     4 +
 test/mpi/impls/hydra/Makefile.am                   |    13 +
 test/mpi/impls/hydra/Makefile.in                   |   620 +
 .../expected.topo1.board.board.out                 |    16 +
 .../expected.topo1.board.core-2.out                |    16 +
 .../expected.topo1.board.core-4.out                |    16 +
 .../expected.topo1.board.core.out                  |    16 +
 .../expected.topo1.board.hwthread-2.out            |    16 +
 .../expected.topo1.board.hwthread-4.out            |    16 +
 .../expected.topo1.board.hwthread-8.out            |    16 +
 .../expected.topo1.board.hwthread.out              |    16 +
 .../expected.topo1.board.numa.out                  |    16 +
 .../expected.topo1.board.socket.out                |    16 +
 .../expected.topo1.core-2.board.out                |    16 +
 .../expected.topo1.core-2.core-2.out               |    16 +
 .../expected.topo1.core-2.core-4.out               |    16 +
 .../expected.topo1.core-2.core.out                 |    16 +
 .../expected.topo1.core-2.hwthread-2.out           |    16 +
 .../expected.topo1.core-2.hwthread-4.out           |    16 +
 .../expected.topo1.core-2.hwthread-8.out           |    16 +
 .../expected.topo1.core-2.hwthread.out             |    16 +
 .../expected.topo1.core-2.numa.out                 |    16 +
 .../expected.topo1.core-2.socket.out               |    16 +
 .../expected.topo1.core-4.board.out                |    16 +
 .../expected.topo1.core-4.core-2.out               |    16 +
 .../expected.topo1.core-4.core-4.out               |    16 +
 .../expected.topo1.core-4.core.out                 |    16 +
 .../expected.topo1.core-4.hwthread-2.out           |    16 +
 .../expected.topo1.core-4.hwthread-4.out           |    16 +
 .../expected.topo1.core-4.hwthread-8.out           |    16 +
 .../expected.topo1.core-4.hwthread.out             |    16 +
 .../expected.topo1.core-4.numa.out                 |    16 +
 .../expected.topo1.core-4.socket.out               |    16 +
 .../expected.topo1.core.board.out                  |    16 +
 .../expected.topo1.core.core-2.out                 |    16 +
 .../expected.topo1.core.core-4.out                 |    16 +
 .../binding_reference/expected.topo1.core.core.out |    16 +
 .../expected.topo1.core.hwthread-2.out             |    16 +
 .../expected.topo1.core.hwthread-4.out             |    16 +
 .../expected.topo1.core.hwthread-8.out             |    16 +
 .../expected.topo1.core.hwthread.out               |    16 +
 .../binding_reference/expected.topo1.core.numa.out |    16 +
 .../expected.topo1.core.socket.out                 |    16 +
 .../expected.topo1.hwthread-2.board.out            |    16 +
 .../expected.topo1.hwthread-2.core-2.out           |    16 +
 .../expected.topo1.hwthread-2.core-4.out           |    16 +
 .../expected.topo1.hwthread-2.core.out             |    16 +
 .../expected.topo1.hwthread-2.hwthread-2.out       |    16 +
 .../expected.topo1.hwthread-2.hwthread-4.out       |    16 +
 .../expected.topo1.hwthread-2.hwthread-8.out       |    16 +
 .../expected.topo1.hwthread-2.hwthread.out         |    16 +
 .../expected.topo1.hwthread-2.numa.out             |    16 +
 .../expected.topo1.hwthread-2.socket.out           |    16 +
 .../expected.topo1.hwthread-4.board.out            |    16 +
 .../expected.topo1.hwthread-4.core-2.out           |    16 +
 .../expected.topo1.hwthread-4.core-4.out           |    16 +
 .../expected.topo1.hwthread-4.core.out             |    16 +
 .../expected.topo1.hwthread-4.hwthread-2.out       |    16 +
 .../expected.topo1.hwthread-4.hwthread-4.out       |    16 +
 .../expected.topo1.hwthread-4.hwthread-8.out       |    16 +
 .../expected.topo1.hwthread-4.hwthread.out         |    16 +
 .../expected.topo1.hwthread-4.numa.out             |    16 +
 .../expected.topo1.hwthread-4.socket.out           |    16 +
 .../expected.topo1.hwthread-8.board.out            |    16 +
 .../expected.topo1.hwthread-8.core-2.out           |    16 +
 .../expected.topo1.hwthread-8.core-4.out           |    16 +
 .../expected.topo1.hwthread-8.core.out             |    16 +
 .../expected.topo1.hwthread-8.hwthread-2.out       |    16 +
 .../expected.topo1.hwthread-8.hwthread-4.out       |    16 +
 .../expected.topo1.hwthread-8.hwthread-8.out       |    16 +
 .../expected.topo1.hwthread-8.hwthread.out         |    16 +
 .../expected.topo1.hwthread-8.numa.out             |    16 +
 .../expected.topo1.hwthread-8.socket.out           |    16 +
 .../expected.topo1.hwthread.board.out              |    16 +
 .../expected.topo1.hwthread.core-2.out             |    16 +
 .../expected.topo1.hwthread.core-4.out             |    16 +
 .../expected.topo1.hwthread.core.out               |    16 +
 .../expected.topo1.hwthread.hwthread-2.out         |    16 +
 .../expected.topo1.hwthread.hwthread-4.out         |    16 +
 .../expected.topo1.hwthread.hwthread-8.out         |    16 +
 .../expected.topo1.hwthread.hwthread.out           |    16 +
 .../expected.topo1.hwthread.numa.out               |    16 +
 .../expected.topo1.hwthread.socket.out             |    16 +
 .../expected.topo1.numa.board.out                  |    16 +
 .../expected.topo1.numa.core-2.out                 |    16 +
 .../expected.topo1.numa.core-4.out                 |    16 +
 .../binding_reference/expected.topo1.numa.core.out |    16 +
 .../expected.topo1.numa.hwthread-2.out             |    16 +
 .../expected.topo1.numa.hwthread-4.out             |    16 +
 .../expected.topo1.numa.hwthread-8.out             |    16 +
 .../expected.topo1.numa.hwthread.out               |    16 +
 .../binding_reference/expected.topo1.numa.numa.out |    16 +
 .../expected.topo1.numa.socket.out                 |    16 +
 .../expected.topo1.socket.board.out                |    16 +
 .../expected.topo1.socket.core-2.out               |    16 +
 .../expected.topo1.socket.core-4.out               |    16 +
 .../expected.topo1.socket.core.out                 |    16 +
 .../expected.topo1.socket.hwthread-2.out           |    16 +
 .../expected.topo1.socket.hwthread-4.out           |    16 +
 .../expected.topo1.socket.hwthread-8.out           |    16 +
 .../expected.topo1.socket.hwthread.out             |    16 +
 .../expected.topo1.socket.numa.out                 |    16 +
 .../expected.topo1.socket.socket.out               |    16 +
 .../expected.topo2.board.board.out                 |    16 +
 .../expected.topo2.board.core-2.out                |    16 +
 .../expected.topo2.board.core-4.out                |    16 +
 .../expected.topo2.board.core.out                  |    16 +
 .../expected.topo2.board.hwthread-2.out            |    16 +
 .../expected.topo2.board.hwthread-4.out            |    16 +
 .../expected.topo2.board.hwthread-8.out            |    16 +
 .../expected.topo2.board.hwthread.out              |    16 +
 .../expected.topo2.board.numa.out                  |    16 +
 .../expected.topo2.board.socket.out                |    16 +
 .../expected.topo2.core-2.board.out                |    16 +
 .../expected.topo2.core-2.core-2.out               |    16 +
 .../expected.topo2.core-2.core-4.out               |    16 +
 .../expected.topo2.core-2.core.out                 |    16 +
 .../expected.topo2.core-2.hwthread-2.out           |    16 +
 .../expected.topo2.core-2.hwthread-4.out           |    16 +
 .../expected.topo2.core-2.hwthread-8.out           |    16 +
 .../expected.topo2.core-2.hwthread.out             |    16 +
 .../expected.topo2.core-2.numa.out                 |    16 +
 .../expected.topo2.core-2.socket.out               |    16 +
 .../expected.topo2.core-4.board.out                |    16 +
 .../expected.topo2.core-4.core-2.out               |    16 +
 .../expected.topo2.core-4.core-4.out               |    16 +
 .../expected.topo2.core-4.core.out                 |    16 +
 .../expected.topo2.core-4.hwthread-2.out           |    16 +
 .../expected.topo2.core-4.hwthread-4.out           |    16 +
 .../expected.topo2.core-4.hwthread-8.out           |    16 +
 .../expected.topo2.core-4.hwthread.out             |    16 +
 .../expected.topo2.core-4.numa.out                 |    16 +
 .../expected.topo2.core-4.socket.out               |    16 +
 .../expected.topo2.core.board.out                  |    16 +
 .../expected.topo2.core.core-2.out                 |    16 +
 .../expected.topo2.core.core-4.out                 |    16 +
 .../binding_reference/expected.topo2.core.core.out |    16 +
 .../expected.topo2.core.hwthread-2.out             |    16 +
 .../expected.topo2.core.hwthread-4.out             |    16 +
 .../expected.topo2.core.hwthread-8.out             |    16 +
 .../expected.topo2.core.hwthread.out               |    16 +
 .../binding_reference/expected.topo2.core.numa.out |    16 +
 .../expected.topo2.core.socket.out                 |    16 +
 .../expected.topo2.hwthread-2.board.out            |    16 +
 .../expected.topo2.hwthread-2.core-2.out           |    16 +
 .../expected.topo2.hwthread-2.core-4.out           |    16 +
 .../expected.topo2.hwthread-2.core.out             |    16 +
 .../expected.topo2.hwthread-2.hwthread-2.out       |    16 +
 .../expected.topo2.hwthread-2.hwthread-4.out       |    16 +
 .../expected.topo2.hwthread-2.hwthread-8.out       |    16 +
 .../expected.topo2.hwthread-2.hwthread.out         |    16 +
 .../expected.topo2.hwthread-2.numa.out             |    16 +
 .../expected.topo2.hwthread-2.socket.out           |    16 +
 .../expected.topo2.hwthread-4.board.out            |    16 +
 .../expected.topo2.hwthread-4.core-2.out           |    16 +
 .../expected.topo2.hwthread-4.core-4.out           |    16 +
 .../expected.topo2.hwthread-4.core.out             |    16 +
 .../expected.topo2.hwthread-4.hwthread-2.out       |    16 +
 .../expected.topo2.hwthread-4.hwthread-4.out       |    16 +
 .../expected.topo2.hwthread-4.hwthread-8.out       |    16 +
 .../expected.topo2.hwthread-4.hwthread.out         |    16 +
 .../expected.topo2.hwthread-4.numa.out             |    16 +
 .../expected.topo2.hwthread-4.socket.out           |    16 +
 .../expected.topo2.hwthread-8.board.out            |    16 +
 .../expected.topo2.hwthread-8.core-2.out           |    16 +
 .../expected.topo2.hwthread-8.core-4.out           |    16 +
 .../expected.topo2.hwthread-8.core.out             |    16 +
 .../expected.topo2.hwthread-8.hwthread-2.out       |    16 +
 .../expected.topo2.hwthread-8.hwthread-4.out       |    16 +
 .../expected.topo2.hwthread-8.hwthread-8.out       |    16 +
 .../expected.topo2.hwthread-8.hwthread.out         |    16 +
 .../expected.topo2.hwthread-8.numa.out             |    16 +
 .../expected.topo2.hwthread-8.socket.out           |    16 +
 .../expected.topo2.hwthread.board.out              |    16 +
 .../expected.topo2.hwthread.core-2.out             |    16 +
 .../expected.topo2.hwthread.core-4.out             |    16 +
 .../expected.topo2.hwthread.core.out               |    16 +
 .../expected.topo2.hwthread.hwthread-2.out         |    16 +
 .../expected.topo2.hwthread.hwthread-4.out         |    16 +
 .../expected.topo2.hwthread.hwthread-8.out         |    16 +
 .../expected.topo2.hwthread.hwthread.out           |    16 +
 .../expected.topo2.hwthread.numa.out               |    16 +
 .../expected.topo2.hwthread.socket.out             |    16 +
 .../expected.topo2.numa.board.out                  |    16 +
 .../expected.topo2.numa.core-2.out                 |    16 +
 .../expected.topo2.numa.core-4.out                 |    16 +
 .../binding_reference/expected.topo2.numa.core.out |    16 +
 .../expected.topo2.numa.hwthread-2.out             |    16 +
 .../expected.topo2.numa.hwthread-4.out             |    16 +
 .../expected.topo2.numa.hwthread-8.out             |    16 +
 .../expected.topo2.numa.hwthread.out               |    16 +
 .../binding_reference/expected.topo2.numa.numa.out |    16 +
 .../expected.topo2.numa.socket.out                 |    16 +
 .../expected.topo2.socket.board.out                |    16 +
 .../expected.topo2.socket.core-2.out               |    16 +
 .../expected.topo2.socket.core-4.out               |    16 +
 .../expected.topo2.socket.core.out                 |    16 +
 .../expected.topo2.socket.hwthread-2.out           |    16 +
 .../expected.topo2.socket.hwthread-4.out           |    16 +
 .../expected.topo2.socket.hwthread-8.out           |    16 +
 .../expected.topo2.socket.hwthread.out             |    16 +
 .../expected.topo2.socket.numa.out                 |    16 +
 .../expected.topo2.socket.socket.out               |    16 +
 .../expected.topo3.board.board.out                 |    16 +
 .../expected.topo3.board.core-2.out                |    16 +
 .../expected.topo3.board.core-4.out                |    16 +
 .../expected.topo3.board.core.out                  |    16 +
 .../expected.topo3.board.hwthread-2.out            |    16 +
 .../expected.topo3.board.hwthread-4.out            |    16 +
 .../expected.topo3.board.hwthread-8.out            |    16 +
 .../expected.topo3.board.hwthread.out              |    16 +
 .../expected.topo3.board.numa.out                  |    16 +
 .../expected.topo3.board.socket.out                |    16 +
 .../expected.topo3.core-2.board.out                |    16 +
 .../expected.topo3.core-2.core-2.out               |    16 +
 .../expected.topo3.core-2.core-4.out               |    16 +
 .../expected.topo3.core-2.core.out                 |    16 +
 .../expected.topo3.core-2.hwthread-2.out           |    16 +
 .../expected.topo3.core-2.hwthread-4.out           |    16 +
 .../expected.topo3.core-2.hwthread-8.out           |    16 +
 .../expected.topo3.core-2.hwthread.out             |    16 +
 .../expected.topo3.core-2.numa.out                 |    16 +
 .../expected.topo3.core-2.socket.out               |    16 +
 .../expected.topo3.core-4.board.out                |    16 +
 .../expected.topo3.core-4.core-2.out               |    16 +
 .../expected.topo3.core-4.core-4.out               |    16 +
 .../expected.topo3.core-4.core.out                 |    16 +
 .../expected.topo3.core-4.hwthread-2.out           |    16 +
 .../expected.topo3.core-4.hwthread-4.out           |    16 +
 .../expected.topo3.core-4.hwthread-8.out           |    16 +
 .../expected.topo3.core-4.hwthread.out             |    16 +
 .../expected.topo3.core-4.numa.out                 |    16 +
 .../expected.topo3.core-4.socket.out               |    16 +
 .../expected.topo3.core.board.out                  |    16 +
 .../expected.topo3.core.core-2.out                 |    16 +
 .../expected.topo3.core.core-4.out                 |    16 +
 .../binding_reference/expected.topo3.core.core.out |    16 +
 .../expected.topo3.core.hwthread-2.out             |    16 +
 .../expected.topo3.core.hwthread-4.out             |    16 +
 .../expected.topo3.core.hwthread-8.out             |    16 +
 .../expected.topo3.core.hwthread.out               |    16 +
 .../binding_reference/expected.topo3.core.numa.out |    16 +
 .../expected.topo3.core.socket.out                 |    16 +
 .../expected.topo3.hwthread-2.board.out            |    16 +
 .../expected.topo3.hwthread-2.core-2.out           |    16 +
 .../expected.topo3.hwthread-2.core-4.out           |    16 +
 .../expected.topo3.hwthread-2.core.out             |    16 +
 .../expected.topo3.hwthread-2.hwthread-2.out       |    16 +
 .../expected.topo3.hwthread-2.hwthread-4.out       |    16 +
 .../expected.topo3.hwthread-2.hwthread-8.out       |    16 +
 .../expected.topo3.hwthread-2.hwthread.out         |    16 +
 .../expected.topo3.hwthread-2.numa.out             |    16 +
 .../expected.topo3.hwthread-2.socket.out           |    16 +
 .../expected.topo3.hwthread-4.board.out            |    16 +
 .../expected.topo3.hwthread-4.core-2.out           |    16 +
 .../expected.topo3.hwthread-4.core-4.out           |    16 +
 .../expected.topo3.hwthread-4.core.out             |    16 +
 .../expected.topo3.hwthread-4.hwthread-2.out       |    16 +
 .../expected.topo3.hwthread-4.hwthread-4.out       |    16 +
 .../expected.topo3.hwthread-4.hwthread-8.out       |    16 +
 .../expected.topo3.hwthread-4.hwthread.out         |    16 +
 .../expected.topo3.hwthread-4.numa.out             |    16 +
 .../expected.topo3.hwthread-4.socket.out           |    16 +
 .../expected.topo3.hwthread-8.board.out            |    16 +
 .../expected.topo3.hwthread-8.core-2.out           |    16 +
 .../expected.topo3.hwthread-8.core-4.out           |    16 +
 .../expected.topo3.hwthread-8.core.out             |    16 +
 .../expected.topo3.hwthread-8.hwthread-2.out       |    16 +
 .../expected.topo3.hwthread-8.hwthread-4.out       |    16 +
 .../expected.topo3.hwthread-8.hwthread-8.out       |    16 +
 .../expected.topo3.hwthread-8.hwthread.out         |    16 +
 .../expected.topo3.hwthread-8.numa.out             |    16 +
 .../expected.topo3.hwthread-8.socket.out           |    16 +
 .../expected.topo3.hwthread.board.out              |    16 +
 .../expected.topo3.hwthread.core-2.out             |    16 +
 .../expected.topo3.hwthread.core-4.out             |    16 +
 .../expected.topo3.hwthread.core.out               |    16 +
 .../expected.topo3.hwthread.hwthread-2.out         |    16 +
 .../expected.topo3.hwthread.hwthread-4.out         |    16 +
 .../expected.topo3.hwthread.hwthread-8.out         |    16 +
 .../expected.topo3.hwthread.hwthread.out           |    16 +
 .../expected.topo3.hwthread.numa.out               |    16 +
 .../expected.topo3.hwthread.socket.out             |    16 +
 .../expected.topo3.numa.board.out                  |    16 +
 .../expected.topo3.numa.core-2.out                 |    16 +
 .../expected.topo3.numa.core-4.out                 |    16 +
 .../binding_reference/expected.topo3.numa.core.out |    16 +
 .../expected.topo3.numa.hwthread-2.out             |    16 +
 .../expected.topo3.numa.hwthread-4.out             |    16 +
 .../expected.topo3.numa.hwthread-8.out             |    16 +
 .../expected.topo3.numa.hwthread.out               |    16 +
 .../binding_reference/expected.topo3.numa.numa.out |    16 +
 .../expected.topo3.numa.socket.out                 |    16 +
 .../expected.topo3.socket.board.out                |    16 +
 .../expected.topo3.socket.core-2.out               |    16 +
 .../expected.topo3.socket.core-4.out               |    16 +
 .../expected.topo3.socket.core.out                 |    16 +
 .../expected.topo3.socket.hwthread-2.out           |    16 +
 .../expected.topo3.socket.hwthread-4.out           |    16 +
 .../expected.topo3.socket.hwthread-8.out           |    16 +
 .../expected.topo3.socket.hwthread.out             |    16 +
 .../expected.topo3.socket.numa.out                 |    16 +
 .../expected.topo3.socket.socket.out               |    16 +
 .../expected.topo4.board.board.out                 |    16 +
 .../expected.topo4.board.core-2.out                |    16 +
 .../expected.topo4.board.core-4.out                |    16 +
 .../expected.topo4.board.core.out                  |    16 +
 .../expected.topo4.board.hwthread-2.out            |    16 +
 .../expected.topo4.board.hwthread-4.out            |    16 +
 .../expected.topo4.board.hwthread-8.out            |    16 +
 .../expected.topo4.board.hwthread.out              |    16 +
 .../expected.topo4.board.numa.out                  |    16 +
 .../expected.topo4.board.socket.out                |    16 +
 .../expected.topo4.core-2.board.out                |    16 +
 .../expected.topo4.core-2.core-2.out               |    16 +
 .../expected.topo4.core-2.core-4.out               |    16 +
 .../expected.topo4.core-2.core.out                 |    16 +
 .../expected.topo4.core-2.hwthread-2.out           |    16 +
 .../expected.topo4.core-2.hwthread-4.out           |    16 +
 .../expected.topo4.core-2.hwthread-8.out           |    16 +
 .../expected.topo4.core-2.hwthread.out             |    16 +
 .../expected.topo4.core-2.numa.out                 |    16 +
 .../expected.topo4.core-2.socket.out               |    16 +
 .../expected.topo4.core-4.board.out                |    16 +
 .../expected.topo4.core-4.core-2.out               |    16 +
 .../expected.topo4.core-4.core-4.out               |    16 +
 .../expected.topo4.core-4.core.out                 |    16 +
 .../expected.topo4.core-4.hwthread-2.out           |    16 +
 .../expected.topo4.core-4.hwthread-4.out           |    16 +
 .../expected.topo4.core-4.hwthread-8.out           |    16 +
 .../expected.topo4.core-4.hwthread.out             |    16 +
 .../expected.topo4.core-4.numa.out                 |    16 +
 .../expected.topo4.core-4.socket.out               |    16 +
 .../expected.topo4.core.board.out                  |    16 +
 .../expected.topo4.core.core-2.out                 |    16 +
 .../expected.topo4.core.core-4.out                 |    16 +
 .../binding_reference/expected.topo4.core.core.out |    16 +
 .../expected.topo4.core.hwthread-2.out             |    16 +
 .../expected.topo4.core.hwthread-4.out             |    16 +
 .../expected.topo4.core.hwthread-8.out             |    16 +
 .../expected.topo4.core.hwthread.out               |    16 +
 .../binding_reference/expected.topo4.core.numa.out |    16 +
 .../expected.topo4.core.socket.out                 |    16 +
 .../expected.topo4.hwthread-2.board.out            |    16 +
 .../expected.topo4.hwthread-2.core-2.out           |    16 +
 .../expected.topo4.hwthread-2.core-4.out           |    16 +
 .../expected.topo4.hwthread-2.core.out             |    16 +
 .../expected.topo4.hwthread-2.hwthread-2.out       |    16 +
 .../expected.topo4.hwthread-2.hwthread-4.out       |    16 +
 .../expected.topo4.hwthread-2.hwthread-8.out       |    16 +
 .../expected.topo4.hwthread-2.hwthread.out         |    16 +
 .../expected.topo4.hwthread-2.numa.out             |    16 +
 .../expected.topo4.hwthread-2.socket.out           |    16 +
 .../expected.topo4.hwthread-4.board.out            |    16 +
 .../expected.topo4.hwthread-4.core-2.out           |    16 +
 .../expected.topo4.hwthread-4.core-4.out           |    16 +
 .../expected.topo4.hwthread-4.core.out             |    16 +
 .../expected.topo4.hwthread-4.hwthread-2.out       |    16 +
 .../expected.topo4.hwthread-4.hwthread-4.out       |    16 +
 .../expected.topo4.hwthread-4.hwthread-8.out       |    16 +
 .../expected.topo4.hwthread-4.hwthread.out         |    16 +
 .../expected.topo4.hwthread-4.numa.out             |    16 +
 .../expected.topo4.hwthread-4.socket.out           |    16 +
 .../expected.topo4.hwthread-8.board.out            |    16 +
 .../expected.topo4.hwthread-8.core-2.out           |    16 +
 .../expected.topo4.hwthread-8.core-4.out           |    16 +
 .../expected.topo4.hwthread-8.core.out             |    16 +
 .../expected.topo4.hwthread-8.hwthread-2.out       |    16 +
 .../expected.topo4.hwthread-8.hwthread-4.out       |    16 +
 .../expected.topo4.hwthread-8.hwthread-8.out       |    16 +
 .../expected.topo4.hwthread-8.hwthread.out         |    16 +
 .../expected.topo4.hwthread-8.numa.out             |    16 +
 .../expected.topo4.hwthread-8.socket.out           |    16 +
 .../expected.topo4.hwthread.board.out              |    16 +
 .../expected.topo4.hwthread.core-2.out             |    16 +
 .../expected.topo4.hwthread.core-4.out             |    16 +
 .../expected.topo4.hwthread.core.out               |    16 +
 .../expected.topo4.hwthread.hwthread-2.out         |    16 +
 .../expected.topo4.hwthread.hwthread-4.out         |    16 +
 .../expected.topo4.hwthread.hwthread-8.out         |    16 +
 .../expected.topo4.hwthread.hwthread.out           |    16 +
 .../expected.topo4.hwthread.numa.out               |    16 +
 .../expected.topo4.hwthread.socket.out             |    16 +
 .../expected.topo4.numa.board.out                  |    16 +
 .../expected.topo4.numa.core-2.out                 |    16 +
 .../expected.topo4.numa.core-4.out                 |    16 +
 .../binding_reference/expected.topo4.numa.core.out |    16 +
 .../expected.topo4.numa.hwthread-2.out             |    16 +
 .../expected.topo4.numa.hwthread-4.out             |    16 +
 .../expected.topo4.numa.hwthread-8.out             |    16 +
 .../expected.topo4.numa.hwthread.out               |    16 +
 .../binding_reference/expected.topo4.numa.numa.out |    16 +
 .../expected.topo4.numa.socket.out                 |    16 +
 .../expected.topo4.socket.board.out                |    16 +
 .../expected.topo4.socket.core-2.out               |    16 +
 .../expected.topo4.socket.core-4.out               |    16 +
 .../expected.topo4.socket.core.out                 |    16 +
 .../expected.topo4.socket.hwthread-2.out           |    16 +
 .../expected.topo4.socket.hwthread-4.out           |    16 +
 .../expected.topo4.socket.hwthread-8.out           |    16 +
 .../expected.topo4.socket.hwthread.out             |    16 +
 .../expected.topo4.socket.numa.out                 |    16 +
 .../expected.topo4.socket.socket.out               |    16 +
 test/mpi/impls/hydra/binding_reference/topo1.xml   |    59 +
 test/mpi/impls/hydra/binding_reference/topo2.xml   |   150 +
 test/mpi/impls/hydra/binding_reference/topo3.xml   |   144 +
 test/mpi/impls/hydra/binding_reference/topo4.xml   |   128 +
 test/mpi/impls/hydra/dummy.c                       |    11 +
 test/mpi/impls/hydra/proc_binding.sh.in            |    35 +
 test/mpi/impls/mpich/Makefile.am                   |    19 +
 test/mpi/impls/mpich/Makefile.in                   |   695 +
 test/mpi/impls/mpich/mpi_t/Makefile.am             |    16 +
 test/mpi/impls/mpich/mpi_t/Makefile.in             |   630 +
 test/mpi/impls/mpich/mpi_t/collparmt.c             |   154 +
 test/mpi/impls/mpich/mpi_t/testlist                |     1 +
 test/mpi/impls/mpich/testlist.in                   |     5 +
 test/mpi/impls/testlist.in                         |     1 +
 test/mpi/include/mpitestcxx.h                      |     4 +
 test/mpi/info/Makefile.in                          |   149 +-
 test/mpi/init/Makefile.in                          |   150 +-
 test/mpi/io/Makefile.in                            |   169 +-
 test/mpi/io/async.c                                |    31 +-
 test/mpi/io/rdwrord.c                              |     9 +-
 test/mpi/manual/Makefile.in                        |   225 +-
 test/mpi/manual/mpi_t/Makefile.in                  |   145 +-
 test/mpi/manual/mpi_t/mpit_test.c                  |    21 +-
 test/mpi/manual/mpi_t/mpit_test2.c                 |    21 +-
 .../mpi_t/nem_fbox_fallback_to_queue_count.c       |    10 +-
 .../manual/mpi_t/unexpected_recvq_buffer_size.c    |    30 +-
 test/mpi/mpi_t/Makefile.am                         |     4 +-
 test/mpi/mpi_t/Makefile.in                         |   157 +-
 test/mpi/mpi_t/mpi_t_str.c                         |    10 +-
 test/mpi/mpi_t/mpit_vars.c                         |   623 +
 test/mpi/mpi_t/testlist                            |     1 +
 test/mpi/perf/Makefile.in                          |   169 +-
 test/mpi/perf/testlist                             |     2 +-
 test/mpi/perf/twovec.c                             |    68 +-
 test/mpi/pt2pt/Makefile.am                         |     3 +-
 test/mpi/pt2pt/Makefile.in                         |   220 +-
 test/mpi/pt2pt/big_count_status.c                  |    59 +
 test/mpi/pt2pt/bsendpending.c                      |     8 +-
 test/mpi/pt2pt/isendself.c                         |     4 +-
 test/mpi/pt2pt/large_message.c                     |     2 +-
 test/mpi/pt2pt/testlist                            |     1 +
 test/mpi/rma/Makefile.am                           |    15 +-
 test/mpi/rma/Makefile.in                           |   448 +-
 test/mpi/rma/badrma.c                              |   153 +
 test/mpi/rma/manyrma2.c                            |   419 +-
 test/mpi/rma/manyrma3.c                            |    35 +
 test/mpi/rma/mcs-mutex.c                           |    12 +-
 test/mpi/rma/mcs-mutex.h                           |     1 +
 test/mpi/rma/mutex_bench.c                         |    10 +-
 test/mpi/rma/nb_test.c                             |    42 +
 test/mpi/rma/req_example.c                         |    13 +-
 test/mpi/rma/rma-contig.c                          |   140 +
 test/mpi/rma/rmazero.c                             |    20 +-
 test/mpi/rma/testlist                              |   101 -
 test/mpi/rma/testlist.in                           |   116 +
 test/mpi/rma/win_dynamic_acc.c                     |    15 +-
 test/mpi/rma/win_info.c                            |     3 +
 test/mpi/rma/win_large_shm.c                       |    83 +
 test/mpi/rma/win_shared.c                          |    16 +-
 test/mpi/rma/win_zero.c                            |    68 +
 test/mpi/runtests.in                               |   173 +-
 test/mpi/runtests.wsf                              |   171 -
 test/mpi/spawn/Makefile.in                         |   168 +-
 test/mpi/testBuild.bat                             |    26 -
 test/mpi/testlist.in                               |     3 +
 test/mpi/threads/Makefile.am                       |     4 +-
 test/mpi/threads/Makefile.in                       |   201 +-
 test/mpi/threads/comm/Makefile.in                  |   148 +-
 test/mpi/threads/init/Makefile.in                  |   144 +-
 test/mpi/threads/mpi_t/Makefile.am                 |    13 +
 test/mpi/threads/mpi_t/Makefile.in                 |   629 +
 test/mpi/threads/mpi_t/mpit_threading.c            |   642 +
 test/mpi/threads/mpi_t/testlist                    |     1 +
 test/mpi/threads/pt2pt/Makefile.am                 |     2 +-
 test/mpi/threads/pt2pt/Makefile.in                 |   172 +-
 test/mpi/threads/pt2pt/ibsend.c                    |   163 +
 test/mpi/threads/pt2pt/testlist                    |     1 +
 test/mpi/threads/rma/Makefile.am                   |    12 +
 test/mpi/threads/rma/Makefile.in                   |   629 +
 test/mpi/threads/rma/multirma.c                    |    65 +
 test/mpi/threads/rma/testlist                      |     1 +
 test/mpi/threads/spawn/Makefile.in                 |   145 +-
 test/mpi/threads/testlist.in                       |     2 +
 test/mpi/threads/util/Makefile.in                  |   152 +-
 test/mpi/topo/Makefile.am                          |     2 +
 test/mpi/topo/Makefile.in                          |   194 +-
 test/mpi/topo/dgraph_unwgt.c                       |     7 +
 test/mpi/topo/dims3.c                              |    49 +
 test/mpi/topo/dims4.c                              |    29 +
 test/mpi/topo/testlist                             |     2 +
 test/mpi/util/Makefile.in                          |   152 +-
 test/mpi/winruntests.bat                           |    25 -
 test/mpix/mutex/mutex_lock_unlock.c                |     5 +-
 winconfigure.wsf                                   |  8019 ------
 www/www1/mpicc.html                                |    30 +-
 www/www1/mpicxx.html                               |    30 +-
 www/www1/mpiexec.html                              |    32 +-
 www/www1/mpif77.html                               |    26 +-
 www/www1/mpif90.html                               |    26 +-
 www/www3/MPIX_Comm_group_failed.html               |     2 +-
 www/www3/MPIX_Comm_reenable_anysource.html         |     2 +-
 www/www3/MPIX_Comm_remote_group_failed.html        |     2 +-
 www/www3/MPI_Abort.html                            |     2 +-
 www/www3/MPI_Accumulate.html                       |     2 +-
 www/www3/MPI_Add_error_class.html                  |     2 +-
 www/www3/MPI_Add_error_code.html                   |     2 +-
 www/www3/MPI_Add_error_string.html                 |     2 +-
 www/www3/MPI_Address.html                          |     2 +-
 www/www3/MPI_Allgather.html                        |     2 +-
 www/www3/MPI_Allgatherv.html                       |     2 +-
 www/www3/MPI_Alloc_mem.html                        |     2 +-
 www/www3/MPI_Allreduce.html                        |     2 +-
 www/www3/MPI_Alltoall.html                         |     2 +-
 www/www3/MPI_Alltoallv.html                        |     2 +-
 www/www3/MPI_Alltoallw.html                        |     2 +-
 www/www3/MPI_Attr_delete.html                      |     2 +-
 www/www3/MPI_Attr_get.html                         |     2 +-
 www/www3/MPI_Attr_put.html                         |     2 +-
 www/www3/MPI_Barrier.html                          |     2 +-
 www/www3/MPI_Bcast.html                            |     2 +-
 www/www3/MPI_Bsend.html                            |     2 +-
 www/www3/MPI_Bsend_init.html                       |     2 +-
 www/www3/MPI_Buffer_attach.html                    |     2 +-
 www/www3/MPI_Buffer_detach.html                    |     2 +-
 www/www3/MPI_Cancel.html                           |     2 +-
 www/www3/MPI_Cart_coords.html                      |     2 +-
 www/www3/MPI_Cart_create.html                      |     2 +-
 www/www3/MPI_Cart_get.html                         |     2 +-
 www/www3/MPI_Cart_map.html                         |     2 +-
 www/www3/MPI_Cart_rank.html                        |     2 +-
 www/www3/MPI_Cart_shift.html                       |     2 +-
 www/www3/MPI_Cart_sub.html                         |     2 +-
 www/www3/MPI_Cartdim_get.html                      |     2 +-
 www/www3/MPI_Close_port.html                       |     2 +-
 www/www3/MPI_Comm_accept.html                      |     2 +-
 www/www3/MPI_Comm_call_errhandler.html             |     2 +-
 www/www3/MPI_Comm_compare.html                     |     2 +-
 www/www3/MPI_Comm_connect.html                     |     2 +-
 www/www3/MPI_Comm_create.html                      |     2 +-
 www/www3/MPI_Comm_create_errhandler.html           |     7 +-
 www/www3/MPI_Comm_create_group.html                |     2 +-
 www/www3/MPI_Comm_create_keyval.html               |     2 +-
 www/www3/MPI_Comm_delete_attr.html                 |     2 +-
 www/www3/MPI_Comm_disconnect.html                  |     2 +-
 www/www3/MPI_Comm_dup.html                         |     2 +-
 www/www3/MPI_Comm_dup_with_info.html               |     2 +-
 www/www3/MPI_Comm_free.html                        |     2 +-
 www/www3/MPI_Comm_free_keyval.html                 |     2 +-
 www/www3/MPI_Comm_get_attr.html                    |     2 +-
 www/www3/MPI_Comm_get_errhandler.html              |     2 +-
 www/www3/MPI_Comm_get_info.html                    |     2 +-
 www/www3/MPI_Comm_get_name.html                    |     2 +-
 www/www3/MPI_Comm_get_parent.html                  |     2 +-
 www/www3/MPI_Comm_group.html                       |     2 +-
 www/www3/MPI_Comm_idup.html                        |     2 +-
 www/www3/MPI_Comm_join.html                        |     2 +-
 www/www3/MPI_Comm_rank.html                        |     2 +-
 www/www3/MPI_Comm_remote_group.html                |     2 +-
 www/www3/MPI_Comm_remote_size.html                 |     2 +-
 www/www3/MPI_Comm_set_attr.html                    |     2 +-
 www/www3/MPI_Comm_set_errhandler.html              |     2 +-
 www/www3/MPI_Comm_set_info.html                    |     2 +-
 www/www3/MPI_Comm_set_name.html                    |     2 +-
 www/www3/MPI_Comm_size.html                        |     2 +-
 www/www3/MPI_Comm_spawn.html                       |     2 +-
 www/www3/MPI_Comm_spawn_multiple.html              |     2 +-
 www/www3/MPI_Comm_split.html                       |     2 +-
 www/www3/MPI_Comm_split_type.html                  |     2 +-
 www/www3/MPI_Comm_test_inter.html                  |     2 +-
 www/www3/MPI_Compare_and_swap.html                 |     2 +-
 www/www3/MPI_Dims_create.html                      |     2 +-
 www/www3/MPI_Dist_graph_create.html                |     2 +-
 www/www3/MPI_Dist_graph_create_adjacent.html       |     2 +-
 www/www3/MPI_Dist_graph_neighbors.html             |     2 +-
 www/www3/MPI_Dist_graph_neighbors_count.html       |     2 +-
 www/www3/MPI_Errhandler_create.html                |     2 +-
 www/www3/MPI_Errhandler_free.html                  |     2 +-
 www/www3/MPI_Errhandler_get.html                   |     2 +-
 www/www3/MPI_Errhandler_set.html                   |     2 +-
 www/www3/MPI_Error_class.html                      |     2 +-
 www/www3/MPI_Error_string.html                     |     2 +-
 www/www3/MPI_Exscan.html                           |     2 +-
 www/www3/MPI_Fetch_and_op.html                     |     2 +-
 www/www3/MPI_File_c2f.html                         |     2 +-
 www/www3/MPI_File_call_errhandler.html             |     2 +-
 www/www3/MPI_File_close.html                       |     2 +-
 www/www3/MPI_File_create_errhandler.html           |     2 +-
 www/www3/MPI_File_delete.html                      |     4 +-
 www/www3/MPI_File_f2c.html                         |     2 +-
 www/www3/MPI_File_get_amode.html                   |     2 +-
 www/www3/MPI_File_get_atomicity.html               |     2 +-
 www/www3/MPI_File_get_byte_offset.html             |     2 +-
 www/www3/MPI_File_get_errhandler.html              |     2 +-
 www/www3/MPI_File_get_group.html                   |     2 +-
 www/www3/MPI_File_get_info.html                    |     2 +-
 www/www3/MPI_File_get_position.html                |     2 +-
 www/www3/MPI_File_get_position_shared.html         |     2 +-
 www/www3/MPI_File_get_size.html                    |     2 +-
 www/www3/MPI_File_get_type_extent.html             |     2 +-
 www/www3/MPI_File_get_view.html                    |     2 +-
 www/www3/MPI_File_iread.html                       |     2 +-
 www/www3/MPI_File_iread_at.html                    |     2 +-
 www/www3/MPI_File_iread_shared.html                |     2 +-
 www/www3/MPI_File_iwrite.html                      |     4 +-
 www/www3/MPI_File_iwrite_at.html                   |     4 +-
 www/www3/MPI_File_iwrite_shared.html               |     4 +-
 www/www3/MPI_File_open.html                        |     4 +-
 www/www3/MPI_File_preallocate.html                 |     2 +-
 www/www3/MPI_File_read.html                        |     2 +-
 www/www3/MPI_File_read_all.html                    |     2 +-
 www/www3/MPI_File_read_all_begin.html              |     2 +-
 www/www3/MPI_File_read_all_end.html                |     2 +-
 www/www3/MPI_File_read_at.html                     |     2 +-
 www/www3/MPI_File_read_at_all.html                 |     2 +-
 www/www3/MPI_File_read_at_all_begin.html           |     2 +-
 www/www3/MPI_File_read_at_all_end.html             |     2 +-
 www/www3/MPI_File_read_ordered.html                |     2 +-
 www/www3/MPI_File_read_ordered_begin.html          |     2 +-
 www/www3/MPI_File_read_ordered_end.html            |     2 +-
 www/www3/MPI_File_read_shared.html                 |     2 +-
 www/www3/MPI_File_seek.html                        |     2 +-
 www/www3/MPI_File_seek_shared.html                 |     2 +-
 www/www3/MPI_File_set_atomicity.html               |     2 +-
 www/www3/MPI_File_set_errhandler.html              |     2 +-
 www/www3/MPI_File_set_info.html                    |     2 +-
 www/www3/MPI_File_set_size.html                    |     2 +-
 www/www3/MPI_File_set_view.html                    |     4 +-
 www/www3/MPI_File_sync.html                        |     2 +-
 www/www3/MPI_File_write.html                       |     4 +-
 www/www3/MPI_File_write_all.html                   |     4 +-
 www/www3/MPI_File_write_all_begin.html             |     4 +-
 www/www3/MPI_File_write_all_end.html               |     4 +-
 www/www3/MPI_File_write_at.html                    |     4 +-
 www/www3/MPI_File_write_at_all.html                |     4 +-
 www/www3/MPI_File_write_at_all_begin.html          |     4 +-
 www/www3/MPI_File_write_at_all_end.html            |     4 +-
 www/www3/MPI_File_write_ordered.html               |     4 +-
 www/www3/MPI_File_write_ordered_begin.html         |     4 +-
 www/www3/MPI_File_write_ordered_end.html           |     4 +-
 www/www3/MPI_File_write_shared.html                |     4 +-
 www/www3/MPI_Finalize.html                         |     2 +-
 www/www3/MPI_Finalized.html                        |     2 +-
 www/www3/MPI_Free_mem.html                         |     2 +-
 www/www3/MPI_Gather.html                           |     2 +-
 www/www3/MPI_Gatherv.html                          |     2 +-
 www/www3/MPI_Get.html                              |     2 +-
 www/www3/MPI_Get_accumulate.html                   |     2 +-
 www/www3/MPI_Get_address.html                      |     2 +-
 www/www3/MPI_Get_count.html                        |     2 +-
 www/www3/MPI_Get_elements.html                     |     2 +-
 www/www3/MPI_Get_elements_x.html                   |     2 +-
 www/www3/MPI_Get_library_version.html              |     2 +-
 www/www3/MPI_Get_processor_name.html               |     2 +-
 www/www3/MPI_Get_version.html                      |     2 +-
 www/www3/MPI_Graph_create.html                     |     2 +-
 www/www3/MPI_Graph_get.html                        |     2 +-
 www/www3/MPI_Graph_map.html                        |     2 +-
 www/www3/MPI_Graph_neighbors.html                  |     2 +-
 www/www3/MPI_Graph_neighbors_count.html            |     2 +-
 www/www3/MPI_Graphdims_get.html                    |     2 +-
 www/www3/MPI_Grequest_complete.html                |     2 +-
 www/www3/MPI_Grequest_start.html                   |     2 +-
 www/www3/MPI_Group_compare.html                    |     2 +-
 www/www3/MPI_Group_difference.html                 |     2 +-
 www/www3/MPI_Group_excl.html                       |     2 +-
 www/www3/MPI_Group_free.html                       |     2 +-
 www/www3/MPI_Group_incl.html                       |     2 +-
 www/www3/MPI_Group_intersection.html               |     2 +-
 www/www3/MPI_Group_range_excl.html                 |     2 +-
 www/www3/MPI_Group_range_incl.html                 |     2 +-
 www/www3/MPI_Group_rank.html                       |     2 +-
 www/www3/MPI_Group_size.html                       |     2 +-
 www/www3/MPI_Group_translate_ranks.html            |     2 +-
 www/www3/MPI_Group_union.html                      |     2 +-
 www/www3/MPI_Iallgather.html                       |     8 +-
 www/www3/MPI_Iallgatherv.html                      |     4 +-
 www/www3/MPI_Iallreduce.html                       |     8 +-
 www/www3/MPI_Ialltoall.html                        |     8 +-
 www/www3/MPI_Ialltoallv.html                       |     4 +-
 www/www3/MPI_Ialltoallw.html                       |     4 +-
 www/www3/MPI_Ibarrier.html                         |    14 +-
 www/www3/MPI_Ibcast.html                           |     4 +-
 www/www3/MPI_Ibsend.html                           |     2 +-
 www/www3/MPI_Iexscan.html                          |     8 +-
 www/www3/MPI_Igather.html                          |     8 +-
 www/www3/MPI_Igatherv.html                         |     4 +-
 www/www3/MPI_Improbe.html                          |     2 +-
 www/www3/MPI_Imrecv.html                           |     2 +-
 www/www3/MPI_Ineighbor_allgather.html              |     2 +-
 www/www3/MPI_Ineighbor_allgatherv.html             |     2 +-
 www/www3/MPI_Ineighbor_alltoall.html               |     2 +-
 www/www3/MPI_Ineighbor_alltoallv.html              |     2 +-
 www/www3/MPI_Ineighbor_alltoallw.html              |     2 +-
 www/www3/MPI_Info_create.html                      |     2 +-
 www/www3/MPI_Info_delete.html                      |     2 +-
 www/www3/MPI_Info_dup.html                         |     2 +-
 www/www3/MPI_Info_free.html                        |     2 +-
 www/www3/MPI_Info_get.html                         |     2 +-
 www/www3/MPI_Info_get_nkeys.html                   |     2 +-
 www/www3/MPI_Info_get_nthkey.html                  |     2 +-
 www/www3/MPI_Info_get_valuelen.html                |     2 +-
 www/www3/MPI_Info_set.html                         |     2 +-
 www/www3/MPI_Init.html                             |     6 +-
 www/www3/MPI_Init_thread.html                      |     2 +-
 www/www3/MPI_Initialized.html                      |     2 +-
 www/www3/MPI_Intercomm_create.html                 |     2 +-
 www/www3/MPI_Intercomm_merge.html                  |     2 +-
 www/www3/MPI_Iprobe.html                           |     2 +-
 www/www3/MPI_Irecv.html                            |     2 +-
 www/www3/MPI_Ireduce.html                          |     7 +-
 www/www3/MPI_Ireduce_scatter.html                  |     4 +-
 www/www3/MPI_Ireduce_scatter_block.html            |     9 +-
 www/www3/MPI_Irsend.html                           |     2 +-
 www/www3/MPI_Is_thread_main.html                   |     2 +-
 www/www3/MPI_Iscan.html                            |     7 +-
 www/www3/MPI_Iscatter.html                         |     8 +-
 www/www3/MPI_Iscatterv.html                        |     4 +-
 www/www3/MPI_Isend.html                            |     2 +-
 www/www3/MPI_Issend.html                           |     2 +-
 www/www3/MPI_Keyval_create.html                    |     2 +-
 www/www3/MPI_Keyval_free.html                      |     2 +-
 www/www3/MPI_Lookup_name.html                      |     2 +-
 www/www3/MPI_Mprobe.html                           |     2 +-
 www/www3/MPI_Mrecv.html                            |     2 +-
 www/www3/MPI_Neighbor_allgather.html               |     2 +-
 www/www3/MPI_Neighbor_allgatherv.html              |     2 +-
 www/www3/MPI_Neighbor_alltoall.html                |     2 +-
 www/www3/MPI_Neighbor_alltoallv.html               |     2 +-
 www/www3/MPI_Neighbor_alltoallw.html               |     2 +-
 www/www3/MPI_Op_commute.html                       |     2 +-
 www/www3/MPI_Op_create.html                        |     2 +-
 www/www3/MPI_Op_free.html                          |     2 +-
 www/www3/MPI_Open_port.html                        |     2 +-
 www/www3/MPI_Pack.html                             |     2 +-
 www/www3/MPI_Pack_external.html                    |     2 +-
 www/www3/MPI_Pack_external_size.html               |     2 +-
 www/www3/MPI_Pack_size.html                        |     2 +-
 www/www3/MPI_Pcontrol.html                         |     2 +-
 www/www3/MPI_Probe.html                            |     2 +-
 www/www3/MPI_Publish_name.html                     |     2 +-
 www/www3/MPI_Put.html                              |     2 +-
 www/www3/MPI_Query_thread.html                     |     2 +-
 www/www3/MPI_Raccumulate.html                      |     2 +-
 www/www3/MPI_Recv.html                             |     2 +-
 www/www3/MPI_Recv_init.html                        |     2 +-
 www/www3/MPI_Reduce.html                           |     2 +-
 www/www3/MPI_Reduce_local.html                     |     2 +-
 www/www3/MPI_Reduce_scatter.html                   |     2 +-
 www/www3/MPI_Reduce_scatter_block.html             |     2 +-
 www/www3/MPI_Register_datarep.html                 |     4 +-
 www/www3/MPI_Request_free.html                     |     2 +-
 www/www3/MPI_Request_get_status.html               |     2 +-
 www/www3/MPI_Rget.html                             |     2 +-
 www/www3/MPI_Rget_accumulate.html                  |     2 +-
 www/www3/MPI_Rput.html                             |     2 +-
 www/www3/MPI_Rsend.html                            |     2 +-
 www/www3/MPI_Rsend_init.html                       |     2 +-
 www/www3/MPI_Scan.html                             |     2 +-
 www/www3/MPI_Scatter.html                          |     2 +-
 www/www3/MPI_Scatterv.html                         |     2 +-
 www/www3/MPI_Send.html                             |     2 +-
 www/www3/MPI_Send_init.html                        |     2 +-
 www/www3/MPI_Sendrecv.html                         |     2 +-
 www/www3/MPI_Sendrecv_replace.html                 |     2 +-
 www/www3/MPI_Ssend.html                            |     2 +-
 www/www3/MPI_Ssend_init.html                       |     2 +-
 www/www3/MPI_Start.html                            |     2 +-
 www/www3/MPI_Startall.html                         |     2 +-
 www/www3/MPI_Status_set_cancelled.html             |     2 +-
 www/www3/MPI_Status_set_elements.html              |     2 +-
 www/www3/MPI_Status_set_elements_x.html            |     2 +-
 www/www3/MPI_T_category_changed.html               |    23 +-
 www/www3/MPI_T_category_get_categories.html        |    20 +-
 www/www3/MPI_T_category_get_cvars.html             |    20 +-
 www/www3/MPI_T_category_get_info.html              |    23 +-
 www/www3/MPI_T_category_get_num.html               |    18 +-
 www/www3/MPI_T_category_get_pvars.html             |    20 +-
 www/www3/MPI_T_cvar_get_info.html                  |    24 +-
 www/www3/MPI_T_cvar_get_num.html                   |    18 +-
 www/www3/MPI_T_cvar_handle_alloc.html              |    24 +-
 www/www3/MPI_T_cvar_handle_free.html               |    20 +-
 www/www3/MPI_T_cvar_read.html                      |    20 +-
 www/www3/MPI_T_cvar_write.html                     |    24 +-
 www/www3/MPI_T_enum_get_info.html                  |    20 +-
 www/www3/MPI_T_enum_get_item.html                  |    26 +-
 www/www3/MPI_T_finalize.html                       |    36 +-
 www/www3/MPI_T_init_thread.html                    |    35 +-
 www/www3/MPI_T_pvar_get_info.html                  |    24 +-
 www/www3/MPI_T_pvar_get_num.html                   |    18 +-
 www/www3/MPI_T_pvar_handle_alloc.html              |    27 +-
 www/www3/MPI_T_pvar_handle_free.html               |    22 +-
 www/www3/MPI_T_pvar_read.html                      |    33 +-
 www/www3/MPI_T_pvar_readreset.html                 |    26 +-
 www/www3/MPI_T_pvar_reset.html                     |    34 +-
 www/www3/MPI_T_pvar_session_create.html            |    20 +-
 www/www3/MPI_T_pvar_session_free.html              |    25 +-
 www/www3/MPI_T_pvar_start.html                     |    32 +-
 www/www3/MPI_T_pvar_stop.html                      |    35 +-
 www/www3/MPI_T_pvar_write.html                     |    35 +-
 www/www3/MPI_Test.html                             |     2 +-
 www/www3/MPI_Test_cancelled.html                   |     2 +-
 www/www3/MPI_Testall.html                          |     2 +-
 www/www3/MPI_Testany.html                          |     2 +-
 www/www3/MPI_Testsome.html                         |     2 +-
 www/www3/MPI_Topo_test.html                        |     2 +-
 www/www3/MPI_Type_commit.html                      |     2 +-
 www/www3/MPI_Type_contiguous.html                  |     2 +-
 www/www3/MPI_Type_create_darray.html               |     2 +-
 www/www3/MPI_Type_create_hindexed.html             |     2 +-
 www/www3/MPI_Type_create_hindexed_block.html       |     2 +-
 www/www3/MPI_Type_create_hvector.html              |     2 +-
 www/www3/MPI_Type_create_indexed_block.html        |     2 +-
 www/www3/MPI_Type_create_keyval.html               |     2 +-
 www/www3/MPI_Type_create_resized.html              |     2 +-
 www/www3/MPI_Type_create_struct.html               |     2 +-
 www/www3/MPI_Type_create_subarray.html             |     2 +-
 www/www3/MPI_Type_delete_attr.html                 |     2 +-
 www/www3/MPI_Type_dup.html                         |     2 +-
 www/www3/MPI_Type_extent.html                      |     2 +-
 www/www3/MPI_Type_free.html                        |     2 +-
 www/www3/MPI_Type_free_keyval.html                 |     2 +-
 www/www3/MPI_Type_get_attr.html                    |     2 +-
 www/www3/MPI_Type_get_contents.html                |     2 +-
 www/www3/MPI_Type_get_envelope.html                |     2 +-
 www/www3/MPI_Type_get_extent.html                  |     2 +-
 www/www3/MPI_Type_get_extent_x.html                |     2 +-
 www/www3/MPI_Type_get_name.html                    |     2 +-
 www/www3/MPI_Type_get_true_extent.html             |     2 +-
 www/www3/MPI_Type_get_true_extent_x.html           |     2 +-
 www/www3/MPI_Type_hindexed.html                    |     2 +-
 www/www3/MPI_Type_hvector.html                     |     2 +-
 www/www3/MPI_Type_indexed.html                     |     2 +-
 www/www3/MPI_Type_lb.html                          |     2 +-
 www/www3/MPI_Type_match_size.html                  |     2 +-
 www/www3/MPI_Type_set_attr.html                    |     2 +-
 www/www3/MPI_Type_set_name.html                    |     2 +-
 www/www3/MPI_Type_size.html                        |     2 +-
 www/www3/MPI_Type_size_x.html                      |     2 +-
 www/www3/MPI_Type_struct.html                      |     2 +-
 www/www3/MPI_Type_ub.html                          |     2 +-
 www/www3/MPI_Type_vector.html                      |     2 +-
 www/www3/MPI_Unpack.html                           |     2 +-
 www/www3/MPI_Unpack_external.html                  |     2 +-
 www/www3/MPI_Unpublish_name.html                   |     2 +-
 www/www3/MPI_Wait.html                             |     2 +-
 www/www3/MPI_Waitall.html                          |     2 +-
 www/www3/MPI_Waitany.html                          |     2 +-
 www/www3/MPI_Waitsome.html                         |     2 +-
 www/www3/MPI_Win_allocate.html                     |     2 +-
 www/www3/MPI_Win_allocate_shared.html              |     2 +-
 www/www3/MPI_Win_attach.html                       |     2 +-
 www/www3/MPI_Win_call_errhandler.html              |     2 +-
 www/www3/MPI_Win_complete.html                     |     2 +-
 www/www3/MPI_Win_create.html                       |     2 +-
 www/www3/MPI_Win_create_dynamic.html               |     2 +-
 www/www3/MPI_Win_create_errhandler.html            |     2 +-
 www/www3/MPI_Win_create_keyval.html                |     2 +-
 www/www3/MPI_Win_delete_attr.html                  |     2 +-
 www/www3/MPI_Win_detach.html                       |     2 +-
 www/www3/MPI_Win_fence.html                        |     2 +-
 www/www3/MPI_Win_flush.html                        |     2 +-
 www/www3/MPI_Win_flush_all.html                    |     2 +-
 www/www3/MPI_Win_flush_local.html                  |     2 +-
 www/www3/MPI_Win_flush_local_all.html              |     2 +-
 www/www3/MPI_Win_free.html                         |     2 +-
 www/www3/MPI_Win_free_keyval.html                  |     2 +-
 www/www3/MPI_Win_get_attr.html                     |     2 +-
 www/www3/MPI_Win_get_errhandler.html               |     2 +-
 www/www3/MPI_Win_get_group.html                    |     2 +-
 www/www3/MPI_Win_get_info.html                     |     2 +-
 www/www3/MPI_Win_get_name.html                     |     2 +-
 www/www3/MPI_Win_lock.html                         |     2 +-
 www/www3/MPI_Win_lock_all.html                     |     2 +-
 www/www3/MPI_Win_post.html                         |     2 +-
 www/www3/MPI_Win_set_attr.html                     |     2 +-
 www/www3/MPI_Win_set_errhandler.html               |     2 +-
 www/www3/MPI_Win_set_info.html                     |     2 +-
 www/www3/MPI_Win_set_name.html                     |     2 +-
 www/www3/MPI_Win_shared_query.html                 |     2 +-
 www/www3/MPI_Win_start.html                        |     2 +-
 www/www3/MPI_Win_sync.html                         |     2 +-
 www/www3/MPI_Win_test.html                         |     2 +-
 www/www3/MPI_Win_unlock.html                       |     2 +-
 www/www3/MPI_Win_unlock_all.html                   |     2 +-
 www/www3/MPI_Win_wait.html                         |     2 +-
 www/www3/MPI_Wtick.html                            |     2 +-
 www/www3/MPI_Wtime.html                            |     2 +-
 3416 files changed, 199232 insertions(+), 213270 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mpich.git



More information about the debian-science-commits mailing list