Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please 32-bit archs too
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 25 Jan 2016 10:07:02 +0000 (11:07 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 25 Jan 2016 10:07:23 +0000 (11:07 +0100)
src/simdag/sd_global.cpp

index c2ba350..ddd1ce1 100644 (file)
@@ -177,7 +177,7 @@ void SD_create_environment(const char *platform_file)
       __SD_storage_create(surf_storage[SURF_STORAGE_LEVEL], NULL);
   }
 
       __SD_storage_create(surf_storage[SURF_STORAGE_LEVEL], NULL);
   }
 
-  XBT_DEBUG("Workstation number: %lu, link number: %d",
+  XBT_DEBUG("Workstation number: %zu, link number: %d",
          sg_host_count(), sg_link_count());
 #ifdef HAVE_JEDULE
   jedule_setup_platform();
          sg_host_count(), sg_link_count());
 #ifdef HAVE_JEDULE
   jedule_setup_platform();