class ParaMEDMEMTest : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE( ParaMEDMEMTest );
-// CPPUNIT_TEST(testMPIProcessorGroup_constructor);
-// CPPUNIT_TEST(testMPIProcessorGroup_boolean);
-// CPPUNIT_TEST(testMPIProcessorGroup_rank);
-// CPPUNIT_TEST(testBlockTopology_constructor);
-// CPPUNIT_TEST(testBlockTopology_serialize);
-// CPPUNIT_TEST(testIntersectionDEC_2D);
-// CPPUNIT_TEST(testIntersectionDEC_2D_P0P1);
-// CPPUNIT_TEST(testIntersectionDEC_2D_P1P0);
-// CPPUNIT_TEST(testIntersectionDEC_2D_P1dP0);
-
-// CPPUNIT_TEST(testIntersectionDEC_3D);
-// CPPUNIT_TEST(testIntersectionDEC_3D_P0P1);
-// CPPUNIT_TEST(testIntersectionDEC_3D_P1P0);
-// CPPUNIT_TEST(testIntersectionDEC_3D_P1dP0);
-
-// CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpNativeDEC_2D);
-// CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpDEC_2D);
-// CPPUNIT_TEST(testSynchronousEqualIntersectionDEC_2D);
-// CPPUNIT_TEST(testSynchronousFasterSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testSynchronousSlowerSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testSynchronousSlowSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testSynchronousFastSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D);
-// CPPUNIT_TEST(testAsynchronousFasterSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testAsynchronousSlowerSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testAsynchronousSlowSourceIntersectionDEC_2D);
-// CPPUNIT_TEST(testAsynchronousFastSourceIntersectionDEC_2D);
-// #ifdef MED_ENABLE_FVM
-// //can be added again after FVM correction for 2D
-// // CPPUNIT_TEST(testNonCoincidentDEC_2D);
-// CPPUNIT_TEST(testNonCoincidentDEC_3D);
-// #endif
-// CPPUNIT_TEST(testStructuredCoincidentDEC);
-// CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D_P0P1);
+ CPPUNIT_TEST(testMPIProcessorGroup_constructor);
+ CPPUNIT_TEST(testMPIProcessorGroup_boolean);
+ CPPUNIT_TEST(testMPIProcessorGroup_rank);
+ CPPUNIT_TEST(testBlockTopology_constructor);
+ CPPUNIT_TEST(testBlockTopology_serialize);
+ CPPUNIT_TEST(testIntersectionDEC_2D);
+ CPPUNIT_TEST(testIntersectionDEC_2D_P0P1);
+ CPPUNIT_TEST(testIntersectionDEC_2D_P1P0);
+ CPPUNIT_TEST(testIntersectionDEC_2D_P1dP0);
+
+ CPPUNIT_TEST(testIntersectionDEC_3D);
+ CPPUNIT_TEST(testIntersectionDEC_3D_P0P1);
+ CPPUNIT_TEST(testIntersectionDEC_3D_P1P0);
+ CPPUNIT_TEST(testIntersectionDEC_3D_P1dP0);
+
+ CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpNativeDEC_2D);
+ CPPUNIT_TEST(testSynchronousEqualIntersectionWithoutInterpDEC_2D);
+ CPPUNIT_TEST(testSynchronousEqualIntersectionDEC_2D);
+ CPPUNIT_TEST(testSynchronousFasterSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testSynchronousSlowerSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testSynchronousSlowSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testSynchronousFastSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D);
+ CPPUNIT_TEST(testAsynchronousFasterSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testAsynchronousSlowerSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testAsynchronousSlowSourceIntersectionDEC_2D);
+ CPPUNIT_TEST(testAsynchronousFastSourceIntersectionDEC_2D);
+#ifdef MED_ENABLE_FVM
+ //can be added again after FVM correction for 2D
+ // CPPUNIT_TEST(testNonCoincidentDEC_2D);
+ CPPUNIT_TEST(testNonCoincidentDEC_3D);
+#endif
+ CPPUNIT_TEST(testStructuredCoincidentDEC);
+ CPPUNIT_TEST(testAsynchronousEqualIntersectionDEC_2D_P0P1);
CPPUNIT_TEST(testAsynchronousFasterSourceIntersectionDEC_2D_P1P0);
CPPUNIT_TEST(testAsynchronousSlowerSourceIntersectionDEC_2D_P1dP0);
CPPUNIT_TEST_SUITE_END();