Salome HOME
6th step : Remove the additional MEDLoader level from MEDLoader.
[tools/medcoupling.git] / src / ParaMEDMEMTest / test_MPI_Access_ISend_IRecv_BottleNeck.cxx
index 820340197aa8eee411fc6ec5ef30bae5046da4c3..d6d9dc9195255f1d793326f61200fc41ab853657 100644 (file)
@@ -39,7 +39,7 @@
 #define ENABLE_FORCED_FAILURES
 
 using namespace std;
-using namespace ParaMEDMEM;
+using namespace MEDCoupling;
 
 void MPIAccessTest::test_MPI_Access_ISend_IRecv_BottleNeck() {
 
@@ -63,11 +63,11 @@ void MPIAccessTest::test_MPI_Access_ISend_IRecv_BottleNeck() {
 
   debugStream << "test_MPI_Access_ISend_IRecv_BottleNeck" << myrank << endl ;
 
-  ParaMEDMEM::CommInterface interface ;
+  MEDCoupling::CommInterface interface ;
 
-  ParaMEDMEM::MPIProcessorGroup* group = new ParaMEDMEM::MPIProcessorGroup(interface) ;
+  MEDCoupling::MPIProcessorGroup* group = new MEDCoupling::MPIProcessorGroup(interface) ;
 
-  ParaMEDMEM::MPIAccess mpi_access( group ) ;
+  MEDCoupling::MPIAccess mpi_access( group ) ;
 
 #define maxreq 10000