Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh-simdag-flatifier
[simgrid.git] / teshsuite / simdag / platforms / flatifier.c
index 128b9b7..5c33f70 100644 (file)
@@ -148,7 +148,7 @@ int main(int argc, char **argv)
           SD_workstation_get_power(hosts[i]));
       props = SD_workstation_get_properties(hosts[i]);
       if (SD_workstation_get_cores(hosts[i])>1) {
-        printf(" cores=\"%d\"", SD_workstation_get_cores(hosts[i]));
+        printf(" core=\"%d\"", SD_workstation_get_cores(hosts[i]));
       }
       if (props && !xbt_dict_is_empty(props)) {
         printf(">\n");