00001 #ifndef __RVL_MPI_UTILS 00002 #define __RVL_MPI_UTILS 00003 00004 #ifdef IWAVE_USE_MPI 00005 00006 #include "mpi.h" 00007 #include "std_cpp_includes.hh" 00008 00009 namespace RVL { 00010 00011 00014 bool MPIRVL_SetRank(int & idx, int ich, MPI_Comm comm); 00015 00016 } 00017 #endif 00018 #endif