stream2            17 orte/test/mpi/hello_output.c     int stream, stream2;
stream2            30 orte/test/mpi/hello_output.c     stream2 = opal_output_open(NULL);
stream2            31 orte/test/mpi/hello_output.c     opal_output(stream2, "opal_output stream2");
stream2            32 orte/test/mpi/hello_output.c     opal_output_set_verbosity(stream2, 10);
stream2            33 orte/test/mpi/hello_output.c     opal_output(stream2, "this is an opal_output on the same verbose stream2");