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