std                29 examples/hello_cxx.cc     std::cout << "Hello, world!  I am " << rank << " of " << size
std                30 examples/hello_cxx.cc               << "(" << version << ", " << len << ")" << std::endl;
std                33 examples/hello_oshmem_cxx.cc     std::cout << "Hello, world, I am " << proc << " of " << nproc << ": " << name
std                34 examples/hello_oshmem_cxx.cc               << " (version: " << major << "." << minor << ")" << std::endl;
std                43 examples/ring_cxx.cc         std::cout << "Process 0 sending " << message << " to " << next
std                45 examples/ring_cxx.cc                   << std::endl;
std                47 examples/ring_cxx.cc         std::cout << "Process 0 sent to " << next << std::endl;
std                63 examples/ring_cxx.cc             std::cout << "Process 0 decremented value: " << message
std                64 examples/ring_cxx.cc                       << std::endl;
std                69 examples/ring_cxx.cc             std::cout << "Process " << rank << " exiting" << std::endl;