00001 #ifndef __RVL_MPI_HLP 00002 #define __RVL_MPI_HLP 00003 00004 #include "std_cpp_includes.hh" 00005 00006 namespace RVL { 00007 00008 void makeRankStream(ofstream & outfile, int rk, string prefix = ""); 00009 00010 } 00011 #endif