X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/570adb77dbb990f7c8d7f166b2a3cc6d937dc6f2..31ba5a2a9e6ff7ae794383463615e8a5f68475e5:/src/surf/surf_routing.c diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index f11c89b45f..0ebdf8cf44 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -2209,14 +2209,14 @@ static void routing_full_parse_Scluster(void) /* allocating memory for the buffer, I think 2kB should be enough */ surfxml_bufferstack = xbt_new0(char, surfxml_bufferstack_size); - DEBUG4("id='%s' prefix='%s' suffix='%s' radical='%s'", - cluster_id,cluster_prefix,cluster_suffix,cluster_radical); - DEBUG5("power='%s' bw='%s' lat='%s' bb_bw='%s' bb_lat='%s'", - cluster_power,cluster_bw,cluster_lat,cluster_bb_bw,cluster_bb_lat); +// DEBUG4("id='%s' prefix='%s' suffix='%s' radical='%s'", +// cluster_id,cluster_prefix,cluster_suffix,cluster_radical); +// DEBUG5("power='%s' bw='%s' lat='%s' bb_bw='%s' bb_lat='%s'", +// cluster_power,cluster_bw,cluster_lat,cluster_bb_bw,cluster_bb_lat); - DEBUG1("",cluster_id); + DEBUG1("",cluster_id); SURFXML_BUFFER_SET(AS_id, cluster_id); - SURFXML_BUFFER_SET(AS_routing, "Full"); + SURFXML_BUFFER_SET(AS_routing, "RuleBased"); SURFXML_START_TAG(AS); radical_elements = xbt_str_split(cluster_radical, ","); @@ -2386,5 +2386,6 @@ static void routing_full_parse_Scluster(void) DEBUG0(""); SURFXML_END_TAG(AS); + DEBUG0(" "); }