1
1
openmpi/ompi/mpi/man/man3
Nick Papior Andersen 3deda3dc82 Added several new COMM_TYPE_<> splits
Using the underlying hardware identification to split
communicators based on locality has been enabled using
the MPI_Comm_Split_Type function.

Currently implemented split's are:
  HWTHREAD
  CORE
  L1CACHE
  L2CACHE
  L3CACHE
  SOCKET
  NUMA
  NODE
  BOARD
  HOST
  CU
  CLUSTER

However only NODE is defined in the standard which is why the
remaning splits are referred to using the OMPI_ prefix instead
of the standard MPI_ prefix.

I have tested this using --without-hwloc and --with-hwloc=<path>
which both give the same output.

NOTE: I think something fishy is going on in the locality operators.
In my test-program I couldn't get the correct split on these requests:
  NUMA, SOCKET, L3CACHE
where I suspected a full communicator but only got one.
2014-12-24 11:21:35 +00:00
..
Makefile.extra MPI_Ibarrier.3in: add missing man page 2014-10-20 05:26:53 -07:00
MPI_Abort.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Accumulate.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Add_error_class.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Add_error_code.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Add_error_string.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Address.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Allgather.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Allgatherv.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Alloc_mem.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Allreduce.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Alltoall.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Alltoallv.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Alltoallw.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Attr_delete.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Attr_get.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Attr_put.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Barrier.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Bcast.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Bsend_init.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Bsend.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Buffer_attach.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Buffer_detach.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cancel.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cart_coords.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cart_create.3in man: remove stale Java bindings from MPI man pages 2014-10-23 16:43:41 -04:00
MPI_Cart_get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cart_map.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cart_rank.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cart_shift.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cart_sub.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Cartdim_get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Close_port.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_accept.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Comm_call_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_compare.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_connect.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_create_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_create_group.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_create_keyval.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_delete_attr.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Comm_disconnect.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_dup_with_info.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Comm_dup.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Comm_f2c.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_free_keyval.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_free.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Comm_get_attr.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_get_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_get_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_get_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_get_parent.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_group.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_idup.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Comm_join.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_rank.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_remote_group.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_remote_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_set_attr.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_set_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_set_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_set_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_spawn_multiple.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_spawn.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_split_type.3in Added several new COMM_TYPE_<> splits 2014-12-24 11:21:35 +00:00
MPI_Comm_split.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Comm_test_inter.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Compare_and_swap.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Dims_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Dist_graph_create_adjacent.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Dist_graph_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Dist_graph_neighbors_count.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Dist_graph_neighbors.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Errhandler_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Errhandler_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Errhandler_get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Errhandler_set.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Error_class.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Error_string.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Exscan.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Fetch_and_op.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_File_call_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_close.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_create_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_delete.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_f2c.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_amode.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_atomicity.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_byte_offset.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_group.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_position_shared.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_position.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_type_extent.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_get_view.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_iread_at.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_iread_shared.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_iread.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_iwrite_at.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_iwrite_shared.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_iwrite.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_open.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_preallocate.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_all_begin.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_all_end.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_all.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_at_all_begin.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_at_all_end.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_at_all.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_at.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_ordered_begin.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_ordered_end.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_ordered.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read_shared.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_read.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_seek_shared.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_seek.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_set_atomicity.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_set_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_set_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_set_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_set_view.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_sync.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_all_begin.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_all_end.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_all.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_at_all_begin.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_at_all_end.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_at_all.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_at.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_ordered_begin.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_ordered_end.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_ordered.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write_shared.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_File_write.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Finalize.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Finalized.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Free_mem.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Gather.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Gatherv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_accumulate.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_address.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_count.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_elements_x.3in MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
MPI_Get_elements.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_library_version.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_processor_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get_version.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Graph_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Graph_get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Graph_map.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Graph_neighbors_count.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Graph_neighbors.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Graphdims_get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Grequest_complete.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Grequest_start.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Group_compare.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_difference.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_excl.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_f2c.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Group_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_incl.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_intersection.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_range_excl.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_range_incl.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_rank.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_translate_ranks.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Group_union.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Iallgather.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Iallgatherv.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Iallreduce.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ialltoall.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ialltoallv.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ialltoallw.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ibarrier.3in MPI_Ibarrier.3in: add missing man page 2014-10-20 05:26:53 -07:00
MPI_Ibcast.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ibsend.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Iexscan.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Igather.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Igatherv.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Improbe.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Imrecv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Ineighbor_allgather.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ineighbor_allgatherv.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ineighbor_alltoall.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ineighbor_alltoallv.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ineighbor_alltoallw.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Info_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Info_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_delete.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_dup.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_env.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_f2c.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Info_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_get_nkeys.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_get_nthkey.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_get_valuelen.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_get.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Info_set.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Init_thread.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Init.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Initialized.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Intercomm_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Intercomm_merge.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Iprobe.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Irecv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Ireduce_scatter_block.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ireduce_scatter.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Ireduce.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Irsend.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Is_thread_main.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Iscan.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Iscatter.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Iscatterv.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Isend.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Issend.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Keyval_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Keyval_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Lookup_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Mprobe.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Mrecv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Neighbor_allgather.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Neighbor_allgatherv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Neighbor_alltoall.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Neighbor_alltoallv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Neighbor_alltoallw.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Op_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Op_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Op_f2c.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Op_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Open_port.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Pack_external_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Pack_external.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Pack_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Pack.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Pcontrol.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Probe.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Publish_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Put.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Query_thread.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Raccumulate.3in Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
MPI_Recv_init.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Recv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Reduce_local.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Reduce_scatter_block.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Reduce_scatter.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Reduce.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Register_datarep.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Request_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Request_f2c.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Request_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Request_get_status.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Rget_accumulate.3in Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
MPI_Rget.3in Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
MPI_Rput.3in Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
MPI_Rsend_init.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Rsend.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Scan.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Scatter.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Scatterv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Send_init.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Send.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Sendrecv_replace.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Sendrecv.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Sizeof.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Ssend_init.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Ssend.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Start.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Startall.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Status_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Status_f2c.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Status_set_cancelled.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Status_set_elements_x.3in MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
MPI_Status_set_elements.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_category_changed.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_category_get_categories.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_category_get_cvars.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_category_get_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_category_get_num.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_category_get_pvars.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_cvar_get_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_cvar_get_num.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_cvar_handle_alloc.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_cvar_handle_free.3in MPI_T: add man pages for MPI_T_* functions and fix typos in tool file names 2013-07-24 18:19:40 +00:00
MPI_T_cvar_read.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_cvar_write.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_enum_get_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_enum_get_item.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_finalize.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_init_thread.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_get_info.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_get_num.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_handle_alloc.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_handle_free.3in MPI_T: add man pages for MPI_T_* functions and fix typos in tool file names 2013-07-24 18:19:40 +00:00
MPI_T_pvar_read.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_readreset.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_reset.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_session_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_session_free.3in MPI_T: add man pages for MPI_T_* functions and fix typos in tool file names 2013-07-24 18:19:40 +00:00
MPI_T_pvar_start.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_T_pvar_stop.3in MPI_T: add man pages for MPI_T_* functions and fix typos in tool file names 2013-07-24 18:19:40 +00:00
MPI_T_pvar_write.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Test_cancelled.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Test.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Testall.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Testany.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Testsome.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Topo_test.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Type_commit.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_contiguous.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_darray.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_f90_complex.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_f90_integer.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_f90_real.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_hindexed_block.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Type_create_hindexed.3in Update man pages for MPI-3 and add some missing man pages for MPI-2.x 2013-10-02 14:27:47 +00:00
MPI_Type_create_hvector.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_indexed_block.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_keyval.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_resized.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_struct.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_create_subarray.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_delete_attr.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Type_dup.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Type_extent.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_f2c.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Type_free_keyval.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_get_attr.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_get_contents.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_get_envelope.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_get_extent_x.3in MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
MPI_Type_get_extent.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_get_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_get_true_extent_x.3in MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
MPI_Type_get_true_extent.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_hindexed.3in MPI_Type_indexed.3in: fix array_of_displacements type 2014-04-16 15:25:37 +00:00
MPI_Type_hvector.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_indexed.3in MPI_Type_indexed.3in: fix array_of_displacements type 2014-04-16 15:25:37 +00:00
MPI_Type_lb.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_match_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_set_attr.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_set_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_size_x.3in MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
MPI_Type_size.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_struct.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_ub.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Type_vector.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Unpack_external.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Unpack.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Unpublish_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Wait.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Waitall.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Waitany.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Waitsome.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_c2f.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Win_call_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_complete.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_create_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_create_keyval.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_create.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_delete_attr.3in man: update a bunch of attribute-related man pages 2014-12-19 11:45:58 -08:00
MPI_Win_f2c.3in Putback for all changes to automate man page updates to strings of 2008-08-01 21:14:37 +00:00
MPI_Win_fence.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_flush_all.3in Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
MPI_Win_flush_local_all.3in Merge one-sided updates to the trunk - written by Brian Barrett and Nathan Hjelmn 2014-02-25 17:36:43 +00:00
MPI_Win_flush_local.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_flush.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_free_keyval.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_free.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_get_attr.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_get_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_get_group.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_get_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_lock_all.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_lock.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_post.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_set_attr.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_set_errhandler.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_set_name.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_start.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_sync.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_test.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_unlock_all.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_unlock.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Win_wait.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Wtick.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
MPI_Wtime.3in MPI_Wtime.3: give further explanation about high-res timers 2014-12-03 17:07:42 -08:00
MPI.3in man: add $COPYRIGHT$ token and emacs mode to all man pages 2014-10-23 17:21:54 -04:00
OpenMPI.3in OpenMPI.3in: remove trailing blank lines; no content changes 2014-11-10 08:38:24 -08:00