Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Corrected file.
[simgrid.git] / testsuite / surf / simeng_usage.c
index 019afce..f7a36fb 100644 (file)
@@ -315,28 +315,36 @@ int main(int argc, char **argv)
 {
   xbt_init(&argc,argv);
 
-  DEBUG0("***** Test 1 (Max-Min) ***** \n");
-  test1(MAXMIN);
-#ifdef HAVE_SDP
-  DEBUG0("***** Test 1 (SDP) ***** \n");
-  test1(SDP);
-#endif
-  DEBUG0("***** Test 1 (Lagrange) ***** \n");
-  test1(LAGRANGE);
+/*   DEBUG0("***** Test 1 (Max-Min) ***** \n"); */
+/*   test1(MAXMIN); */
+/* #ifdef HAVE_SDP */
+/*   DEBUG0("***** Test 1 (SDP) ***** \n"); */
+/*   test1(SDP); */
+/* #endif */
+/*   DEBUG0("***** Test 1 (Lagrange) ***** \n"); */
+/*   test1(LAGRANGE); */
 
 
-  DEBUG0("***** Test 2 (Max-Min) ***** \n");
-  test2(MAXMIN);
-#ifdef HAVE_SDP
-  DEBUG0("***** Test 2 (SDP) ***** \n");
-  test2(SDP);
-#endif
-  DEBUG0("***** Test 3 (Max-Min) ***** \n");
-  test3(MAXMIN);
+/*   DEBUG0("***** Test 2 (Max-Min) ***** \n"); */
+/*   test2(MAXMIN); */
+/* #ifdef HAVE_SDP */
+/*   DEBUG0("***** Test 2 (SDP) ***** \n"); */
+/*   test2(SDP); */
+/* #endif */
+/*   DEBUG0("***** Test 2 (Lagrange) ***** \n"); */
+/*   test2(LAGRANGE); */
+
+
+
+/*   DEBUG0("***** Test 3 (Max-Min) ***** \n"); */
+/*   test3(MAXMIN); */
 #ifdef HAVE_SDP
   DEBUG0("***** Test 3 (SDP) ***** \n");
   test3(SDP);
 #endif
+  DEBUG0("***** Test 3 (Lagrange) ***** \n");
+  test3(LAGRANGE);
+
 
   return 0;
 }