X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c78223a1a84431ecf16e2f26a724269163c533fc..56c92988c6bf8a4e5c1df4a5af4388310f879353:/src/surf/surfxml_parse.c diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index bb2021aa43..1dcddf9fc2 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -87,16 +87,17 @@ void STag_surfxml_platform_description(void) sscanf(A_surfxml_platform_description_version,"%lg",&version); - xbt_assert0((version>=1.1),"******* BIG FAT WARNING *********\n " + xbt_assert0((version>=1.0),"******* BIG FAT WARNING *********\n " "You're using an old XML file. " "Since SimGrid 3.0.2, units are Bytes, Flops, and seconds " "instead of MBytes, MFlops and seconds. " - "A script to help you convert your old platform files " + "A script (surfxml_update.pl )to help you convert your old " + "platform files " "is available in the contrib/platform_generation directory " "of the simgrid repository. Please check also out the " "SURF section of the ChangeLog for the 3.0.2 version. " "Last, do not forget to also update your values for " - "the calls to MSG_task_create."); + "the calls to MSG_task_create if any."); STag_surfxml_platform_description_fun(); }