]> AND Public Git Repository - simgrid.git/blobdiff - testsuite/surf/surf_usage2.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate the search engine, and keep the doxygen warnings under control
[simgrid.git] / testsuite / surf / surf_usage2.c
index a958e39eb3f2ab854e3f0c9b3c2227f14c2819c2..a30f0e46d41a5c123cbb34a7b765c29672c661cb 100644 (file)
@@ -46,7 +46,8 @@ void test(char *platform)
   double now = -1.0;
   int running;
 
-  xbt_cfg_set_parse(_surf_cfg_set, "workstation/model:CLM03");
+  xbt_cfg_set_parse(_surf_cfg_set, "network/model:CM02");
+  xbt_cfg_set_parse(_surf_cfg_set, "cpu/model:Cas01");
   parse_platform_file(platform);
 
   /*********************** WORKSTATION ***********************************/