From: Laurent Bobelin Date: Thu, 10 May 2012 12:43:54 +0000 (+0200) Subject: doc : misc : documented that the numeric sep in trace file depends on system locale. X-Git-Tag: v3_7~19 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7852e4b4039886f33fe9e7cd406848ffc33dfef8 doc : misc : documented that the numeric sep in trace file depends on system locale. --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 22c570a987..70ddbca96a 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -332,7 +332,7 @@ COMMAND chmod g+rw -R doc/ COMMAND chmod a+rX -R doc/ COMMAND rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times --recursive --links --perms --times --omit-dir-times doc/html/ scm.gforge.inria.fr:/home/groups/simgrid/htdocs/simgrid/${release_version}/doc/ || true -COMMAND scp doc/html/simgrid_modules2.png doc/html/simgrid_modules.png doc/webcruft/rm _2011.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/home/groups/simgrid/htdocs/simgrid/${release_version}/ +COMMAND scp doc/html/simgrid_modules2.png doc/html/simgrid_modules.png doc/webcruft/simgrid_logo_2011.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/home/groups/simgrid/htdocs/simgrid/${release_version}/ WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}" ) add_dependencies(sync-gforge-doc simgrid_documentation) diff --git a/doc/platform.doc b/doc/platform.doc index 44b69df4ea..81acedd1eb 100644 --- a/doc/platform.doc +++ b/doc/platform.doc @@ -161,6 +161,10 @@ It is also possible to seamlessly declare a host whose availability changes over time using the availability_file attribute and a separate text file whose syntax is exemplified below. + +IMPORTANT NOTE: the numeric separator in both trace and availability depends on your system locale. Examples below holds for LC_NUMERIC=C. + + Adding a trace file \verbatim