From: Frederic Suter Date: Mon, 25 Jan 2016 10:07:02 +0000 (+0100) Subject: please 32-bit archs too X-Git-Tag: v3_13~1092 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c20ce6ceceeb26bf6b9b0be606be6155acc92d5c?ds=sidebyside please 32-bit archs too --- diff --git a/src/simdag/sd_global.cpp b/src/simdag/sd_global.cpp index c2ba350bc5..ddd1ce1c46 100644 --- a/src/simdag/sd_global.cpp +++ b/src/simdag/sd_global.cpp @@ -177,7 +177,7 @@ void SD_create_environment(const char *platform_file) __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();