SST/macro
Namespaces | Functions
dumpi_type_io.h File Reference
#include <dumpi/common/argtypes.h>
#include <iostream>
#include <sstream>
#include <iterator>
#include <algorithm>
#include <iomanip>
Include dependency graph for dumpi_type_io.h:

Go to the source code of this file.

Namespaces

 sstmac
 SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i.e.
 
 sstmac::sw
 
 sstmac::sw::P
 Namespace for internal utility print routines.
 

Functions

std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_status &status)
 Print status info. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_clock &tt)
 Dumpi timestamp. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_time &tt)
 Dumpi time value. More...
 
template<typename T >
std::string sstmac::sw::P::ints (int len, const T *arr)
 
template<typename T >
std::string sstmac::sw::P::ints (bool do_output, int len, const T *arr)
 
template<typename T >
std::string sstmac::sw::P::ints2d (int xl, int yl, T **arr)
 
std::string sstmac::sw::P::statuses (int len, const dumpi_status *statuses)
 
std::string sstmac::sw::P::stringarray (int len, char **arr)
 
std::string sstmac::sw::P::stringarray (bool do_output, int len, char **arr)
 
std::string sstmac::sw::P::stringarraynull (char **arr)
 
std::string sstmac::sw::P::stringarraynull (bool do_output, char **arr)
 
std::string sstmac::sw::P::stringarraynull2d (bool do_output, int xl, char ***arr)
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_func_call &dd)
 C++ IO for a function call. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_send &dd)
 C++ IO for a send operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_recv &dd)
 C++ IO for a recv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_get_count &dd)
 C++ IO for a get_count operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_bsend &dd)
 C++ IO for a bsend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_ssend &dd)
 C++ IO for a ssend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_rsend &dd)
 C++ IO for a rsend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_buffer_attach &dd)
 C++ IO for a buffer_attach operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_buffer_detach &dd)
 C++ IO for a buffer_detach operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_isend &dd)
 C++ IO for a isend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_ibsend &dd)
 C++ IO for a ibsend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_issend &dd)
 C++ IO for a issend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_irsend &dd)
 C++ IO for a irsend operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_irecv &dd)
 C++ IO for a irecv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_wait &dd)
 C++ IO for a wait operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_test &dd)
 C++ IO for a test operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_request_free &dd)
 C++ IO for a request_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_waitany &dd)
 C++ IO for a waitany operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_testany &dd)
 C++ IO for a testany operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_waitall &dd)
 C++ IO for a waitall operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_testall &dd)
 C++ IO for a testall operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_waitsome &dd)
 C++ IO for a waitsome operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_testsome &dd)
 C++ IO for a testsome operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_iprobe &dd)
 C++ IO for a iprobe operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_probe &dd)
 C++ IO for a probe operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cancel &dd)
 C++ IO for a cancel operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_test_cancelled &dd)
 C++ IO for a test_cancelled operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_send_init &dd)
 C++ IO for a send_init operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_bsend_init &dd)
 C++ IO for a bsend_init operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_ssend_init &dd)
 C++ IO for a ssend_init operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_rsend_init &dd)
 C++ IO for a rsend_init operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_recv_init &dd)
 C++ IO for a recv_init operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_start &dd)
 C++ IO for a start operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_startall &dd)
 C++ IO for a startall operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_sendrecv &dd)
 C++ IO for a sendrecv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_sendrecv_replace &dd)
 C++ IO for a sendrecv_replace operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_contiguous &dd)
 C++ IO for a type_contiguous operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_vector &dd)
 C++ IO for a type_vector operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_hvector &dd)
 C++ IO for a type_hvector operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_indexed &dd)
 C++ IO for a type_indexed operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_hindexed &dd)
 C++ IO for a type_hindexed operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_struct &dd)
 C++ IO for a type_struct operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_address &dd)
 C++ IO for a address operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_extent &dd)
 C++ IO for a type_extent operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_size &dd)
 C++ IO for a type_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_lb &dd)
 C++ IO for a type_lb operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_ub &dd)
 C++ IO for a type_ub operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_commit &dd)
 C++ IO for a type_commit operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_free &dd)
 C++ IO for a type_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_get_elements &dd)
 C++ IO for a get_elements operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_pack &dd)
 C++ IO for a pack operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_unpack &dd)
 C++ IO for a unpack operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_pack_size &dd)
 C++ IO for a pack_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_barrier &dd)
 C++ IO for a barrier operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_bcast &dd)
 C++ IO for a bcast operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_gather &dd)
 C++ IO for a gather operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_gatherv &dd)
 C++ IO for a gatherv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_scatter &dd)
 C++ IO for a scatter operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_scatterv &dd)
 C++ IO for a scatterv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_allgather &dd)
 C++ IO for a allgather operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_allgatherv &dd)
 C++ IO for a allgatherv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_alltoall &dd)
 C++ IO for a alltoall operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_alltoallv &dd)
 C++ IO for a alltoallv operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_reduce &dd)
 C++ IO for a reduce operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_op_create &dd)
 C++ IO for a op_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_op_free &dd)
 C++ IO for a op_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_allreduce &dd)
 C++ IO for a allreduce operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_reduce_scatter &dd)
 C++ IO for a reduce_scatter operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_scan &dd)
 C++ IO for a scan operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_size &dd)
 C++ IO for a group_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_rank &dd)
 C++ IO for a group_rank operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_translate_ranks &dd)
 C++ IO for a group_translate_ranks operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_compare &dd)
 C++ IO for a group_compare operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_group &dd)
 C++ IO for a comm_group operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_union &dd)
 C++ IO for a group_union operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_intersection &dd)
 C++ IO for a group_intersection operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_difference &dd)
 C++ IO for a group_difference operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_incl &dd)
 C++ IO for a group_incl operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_excl &dd)
 C++ IO for a group_excl operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_range_incl &dd)
 C++ IO for a group_range_incl operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_range_excl &dd)
 C++ IO for a group_range_excl operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_group_free &dd)
 C++ IO for a group_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_size &dd)
 C++ IO for a comm_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_rank &dd)
 C++ IO for a comm_rank operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_compare &dd)
 C++ IO for a comm_compare operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_dup &dd)
 C++ IO for a comm_dup operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_create &dd)
 C++ IO for a comm_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_split &dd)
 C++ IO for a comm_split operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_free &dd)
 C++ IO for a comm_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_test_inter &dd)
 C++ IO for a comm_test_inter operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_remote_size &dd)
 C++ IO for a comm_remote_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_remote_group &dd)
 C++ IO for a comm_remote_group operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_intercomm_create &dd)
 C++ IO for a intercomm_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_intercomm_merge &dd)
 C++ IO for a intercomm_merge operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_keyval_create &dd)
 C++ IO for a keyval_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_keyval_free &dd)
 C++ IO for a keyval_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_attr_put &dd)
 C++ IO for a attr_put operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_attr_get &dd)
 C++ IO for a attr_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_attr_delete &dd)
 C++ IO for a attr_delete operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_topo_test &dd)
 C++ IO for a topo_test operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_create &dd)
 C++ IO for a cart_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_dims_create &dd)
 C++ IO for a dims_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_graph_create &dd)
 C++ IO for a graph_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_graphdims_get &dd)
 C++ IO for a graphdims_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_graph_get &dd)
 C++ IO for a graph_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cartdim_get &dd)
 C++ IO for a cartdim_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_get &dd)
 C++ IO for a cart_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_rank &dd)
 C++ IO for a cart_rank operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_coords &dd)
 C++ IO for a cart_coords operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_graph_neighbors_count &dd)
 C++ IO for a graph_neighbors_count operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_graph_neighbors &dd)
 C++ IO for a graph_neighbors operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_shift &dd)
 C++ IO for a cart_shift operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_sub &dd)
 C++ IO for a cart_sub operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_cart_map &dd)
 C++ IO for a cart_map operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_graph_map &dd)
 C++ IO for a graph_map operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_get_processor_name &dd)
 C++ IO for a get_processor_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_get_version &dd)
 C++ IO for a get_version operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_errhandler_create &dd)
 C++ IO for a errhandler_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_errhandler_set &dd)
 C++ IO for a errhandler_set operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_errhandler_get &dd)
 C++ IO for a errhandler_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_errhandler_free &dd)
 C++ IO for a errhandler_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_error_string &dd)
 C++ IO for a error_string operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_error_class &dd)
 C++ IO for a error_class operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_wtime &dd)
 C++ IO for a wtime operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_wtick &dd)
 C++ IO for a wtick operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_init &dd)
 C++ IO for a init operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_finalize &dd)
 C++ IO for a finalize operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_initialized &dd)
 C++ IO for a initialized operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_abort &dd)
 C++ IO for a abort operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_close_port &dd)
 C++ IO for a close_port operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_accept &dd)
 C++ IO for a comm_accept operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_connect &dd)
 C++ IO for a comm_connect operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_disconnect &dd)
 C++ IO for a comm_disconnect operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_get_parent &dd)
 C++ IO for a comm_get_parent operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_join &dd)
 C++ IO for a comm_join operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_spawn &dd)
 C++ IO for a comm_spawn operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_spawn_multiple &dd)
 C++ IO for a comm_spawn_multiple operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_lookup_name &dd)
 C++ IO for a lookup_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_open_port &dd)
 C++ IO for a open_port operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_publish_name &dd)
 C++ IO for a publish_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_unpublish_name &dd)
 C++ IO for a unpublish_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_accumulate &dd)
 C++ IO for a accumulate operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_get &dd)
 C++ IO for a get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_put &dd)
 C++ IO for a put operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_complete &dd)
 C++ IO for a win_complete operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_create &dd)
 C++ IO for a win_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_fence &dd)
 C++ IO for a win_fence operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_free &dd)
 C++ IO for a win_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_get_group &dd)
 C++ IO for a win_get_group operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_lock &dd)
 C++ IO for a win_lock operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_post &dd)
 C++ IO for a win_post operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_start &dd)
 C++ IO for a win_start operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_test &dd)
 C++ IO for a win_test operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_unlock &dd)
 C++ IO for a win_unlock operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_wait &dd)
 C++ IO for a win_wait operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_alltoallw &dd)
 C++ IO for a alltoallw operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_exscan &dd)
 C++ IO for a exscan operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_add_error_class &dd)
 C++ IO for a add_error_class operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_add_error_code &dd)
 C++ IO for a add_error_code operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_add_error_string &dd)
 C++ IO for a add_error_string operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_call_errhandler &dd)
 C++ IO for a comm_call_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_create_keyval &dd)
 C++ IO for a comm_create_keyval operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_delete_attr &dd)
 C++ IO for a comm_delete_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_free_keyval &dd)
 C++ IO for a comm_free_keyval operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_get_attr &dd)
 C++ IO for a comm_get_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_get_name &dd)
 C++ IO for a comm_get_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_set_attr &dd)
 C++ IO for a comm_set_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_set_name &dd)
 C++ IO for a comm_set_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_call_errhandler &dd)
 C++ IO for a file_call_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_grequest_complete &dd)
 C++ IO for a grequest_complete operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_grequest_start &dd)
 C++ IO for a grequest_start operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_init_thread &dd)
 C++ IO for a init_thread operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_is_thread_main &dd)
 C++ IO for a is_thread_main operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_query_thread &dd)
 C++ IO for a query_thread operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_status_set_cancelled &dd)
 C++ IO for a status_set_cancelled operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_status_set_elements &dd)
 C++ IO for a status_set_elements operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_keyval &dd)
 C++ IO for a type_create_keyval operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_delete_attr &dd)
 C++ IO for a type_delete_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_dup &dd)
 C++ IO for a type_dup operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_free_keyval &dd)
 C++ IO for a type_free_keyval operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_get_attr &dd)
 C++ IO for a type_get_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_get_contents &dd)
 C++ IO for a type_get_contents operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_get_envelope &dd)
 C++ IO for a type_get_envelope operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_get_name &dd)
 C++ IO for a type_get_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_set_attr &dd)
 C++ IO for a type_set_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_set_name &dd)
 C++ IO for a type_set_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_match_size &dd)
 C++ IO for a type_match_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_call_errhandler &dd)
 C++ IO for a win_call_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_create_keyval &dd)
 C++ IO for a win_create_keyval operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_delete_attr &dd)
 C++ IO for a win_delete_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_free_keyval &dd)
 C++ IO for a win_free_keyval operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_get_attr &dd)
 C++ IO for a win_get_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_get_name &dd)
 C++ IO for a win_get_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_set_attr &dd)
 C++ IO for a win_set_attr operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_set_name &dd)
 C++ IO for a win_set_name operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_alloc_mem &dd)
 C++ IO for a alloc_mem operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_create_errhandler &dd)
 C++ IO for a comm_create_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_get_errhandler &dd)
 C++ IO for a comm_get_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_comm_set_errhandler &dd)
 C++ IO for a comm_set_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_create_errhandler &dd)
 C++ IO for a file_create_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_errhandler &dd)
 C++ IO for a file_get_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_set_errhandler &dd)
 C++ IO for a file_set_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_finalized &dd)
 C++ IO for a finalized operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_free_mem &dd)
 C++ IO for a free_mem operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_get_address &dd)
 C++ IO for a get_address operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_create &dd)
 C++ IO for a info_create operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_delete &dd)
 C++ IO for a info_delete operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_dup &dd)
 C++ IO for a info_dup operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_free &dd)
 C++ IO for a info_free operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_get &dd)
 C++ IO for a info_get operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_get_nkeys &dd)
 C++ IO for a info_get_nkeys operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_get_nthkey &dd)
 C++ IO for a info_get_nthkey operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_get_valuelen &dd)
 C++ IO for a info_get_valuelen operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_info_set &dd)
 C++ IO for a info_set operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_pack_external &dd)
 C++ IO for a pack_external operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_pack_external_size &dd)
 C++ IO for a pack_external_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_request_get_status &dd)
 C++ IO for a request_get_status operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_darray &dd)
 C++ IO for a type_create_darray operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_hindexed &dd)
 C++ IO for a type_create_hindexed operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_hvector &dd)
 C++ IO for a type_create_hvector operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_indexed_block &dd)
 C++ IO for a type_create_indexed_block operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_resized &dd)
 C++ IO for a type_create_resized operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_struct &dd)
 C++ IO for a type_create_struct operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_create_subarray &dd)
 C++ IO for a type_create_subarray operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_get_extent &dd)
 C++ IO for a type_get_extent operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_type_get_true_extent &dd)
 C++ IO for a type_get_true_extent operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_unpack_external &dd)
 C++ IO for a unpack_external operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_create_errhandler &dd)
 C++ IO for a win_create_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_get_errhandler &dd)
 C++ IO for a win_get_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_win_set_errhandler &dd)
 C++ IO for a win_set_errhandler operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_open &dd)
 C++ IO for a file_open operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_close &dd)
 C++ IO for a file_close operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_delete &dd)
 C++ IO for a file_delete operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_set_size &dd)
 C++ IO for a file_set_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_preallocate &dd)
 C++ IO for a file_preallocate operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_size &dd)
 C++ IO for a file_get_size operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_group &dd)
 C++ IO for a file_get_group operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_amode &dd)
 C++ IO for a file_get_amode operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_set_info &dd)
 C++ IO for a file_set_info operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_info &dd)
 C++ IO for a file_get_info operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_set_view &dd)
 C++ IO for a file_set_view operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_view &dd)
 C++ IO for a file_get_view operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_at &dd)
 C++ IO for a file_read_at operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_at_all &dd)
 C++ IO for a file_read_at_all operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_at &dd)
 C++ IO for a file_write_at operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_at_all &dd)
 C++ IO for a file_write_at_all operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_iread_at &dd)
 C++ IO for a file_iread_at operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_iwrite_at &dd)
 C++ IO for a file_iwrite_at operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read &dd)
 C++ IO for a file_read operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_all &dd)
 C++ IO for a file_read_all operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write &dd)
 C++ IO for a file_write operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_all &dd)
 C++ IO for a file_write_all operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_iread &dd)
 C++ IO for a file_iread operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_iwrite &dd)
 C++ IO for a file_iwrite operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_seek &dd)
 C++ IO for a file_seek operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_position &dd)
 C++ IO for a file_get_position operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_byte_offset &dd)
 C++ IO for a file_get_byte_offset operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_shared &dd)
 C++ IO for a file_read_shared operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_shared &dd)
 C++ IO for a file_write_shared operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_iread_shared &dd)
 C++ IO for a file_iread_shared operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_iwrite_shared &dd)
 C++ IO for a file_iwrite_shared operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_ordered &dd)
 C++ IO for a file_read_ordered operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_ordered &dd)
 C++ IO for a file_write_ordered operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_seek_shared &dd)
 C++ IO for a file_seek_shared operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_position_shared &dd)
 C++ IO for a file_get_position_shared operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_at_all_begin &dd)
 C++ IO for a file_read_at_all_begin operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_at_all_end &dd)
 C++ IO for a file_read_at_all_end operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_at_all_begin &dd)
 C++ IO for a file_write_at_all_begin operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_at_all_end &dd)
 C++ IO for a file_write_at_all_end operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_all_begin &dd)
 C++ IO for a file_read_all_begin operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_all_end &dd)
 C++ IO for a file_read_all_end operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_all_begin &dd)
 C++ IO for a file_write_all_begin operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_all_end &dd)
 C++ IO for a file_write_all_end operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_ordered_begin &dd)
 C++ IO for a file_read_ordered_begin operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_read_ordered_end &dd)
 C++ IO for a file_read_ordered_end operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_ordered_begin &dd)
 C++ IO for a file_write_ordered_begin operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_write_ordered_end &dd)
 C++ IO for a file_write_ordered_end operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_type_extent &dd)
 C++ IO for a file_get_type_extent operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_register_datarep &dd)
 C++ IO for a register_datarep operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_set_atomicity &dd)
 C++ IO for a file_set_atomicity operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_get_atomicity &dd)
 C++ IO for a file_get_atomicity operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpi_file_sync &dd)
 C++ IO for a file_sync operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_test &dd)
 C++ IO for an IO test operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_wait &dd)
 C++ IO for an IO wait operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_testall &dd)
 C++ IO for an IO testall operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_waitall &dd)
 C++ IO for an IO waitall operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_testany &dd)
 C++ IO for an IO testany operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_waitany &dd)
 C++ IO for an IO waitany operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_waitsome &dd)
 C++ IO for an IO waitsome operation. More...
 
std::ostream & sstmac::sw::operator<< (std::ostream &os, const dumpio_testsome &dd)
 C++ IO for an IO testsome operation. More...