X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e650953e3a2b3adb8ec8c194d7e520ba721cc5b..f21c3891971f5b45e2664c31a76ad526b076abfb:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index c0c04767d9..dafaab16b9 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -530,6 +530,9 @@ void ETag_surfxml_cluster(void){ case A_surfxml_cluster_topology_TORUS: cluster.topology= SURF_CLUSTER_TORUS ; break; + case A_surfxml_cluster_topology_FAT___TREE: + cluster.topology = SURF_CLUSTER_FAT_TREE; + break; default: surf_parse_error("Invalid cluster topology for cluster %s", cluster.id);