Exemplo n.º 1
0
 /**
  * \return the id of the current process
  */
 uint16_type processId()
 {
     return uint16_type( M_comm.rank() );
 }
Exemplo n.º 2
0
 static uint16_type f2e( uint16_type /*f*/, uint16_type /*e*/ )
     {
         throw std::logic_error( "invalid call to line::f2e" );
         return uint16_type( -1 );
     }
Exemplo n.º 3
0
 /**
  * \return the number of processes
  */
 uint16_type nProcess()
 {
     return uint16_type( M_comm.size() );
 }