From 64ba9bd85e25348202be5c8d102622a9197a175a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 14 May 2012 16:27:54 +0200 Subject: [PATCH] Spell check in NEWS and ChangeLog. --- ChangeLog | 10 +++++----- NEWS | 18 +++++++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec8af294c3..5e95785b5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ SimGrid (3.7) NOT RELEASED; urgency=low The "sprint cleanups (before the next Big Project kicks in)" release. Models: - * We can specify the smpi latency/bandwidth factor with command line + * We can specify the SMPI latency/bandwidth factor with command line add --cfg=smpi/bw_factor:"threshold0:value0;...;thresholdN:valueN" or add --cfg=smpi/lat_factor:"threshold0:value0;...;thresholdN:valueN" You can also use the "config tag" from platform file by adding this line @@ -34,11 +34,11 @@ SimGrid (3.7) NOT RELEASED; urgency=low See include/simgrid/platf.h for details (still to be completed) MSG: - * Major overhault of the documentation. Almost instructive now :/ - * Deprecate the use of m_channel_t mecanism like MSG_task_{get,put} + * Major overhaul of the documentation. Almost instructive now :/ + * Deprecate the use of m_channel_t mechanism like MSG_task_{get,put} functions and friends. This interface was considered as deprecated since over 2 years, it's time to inform our users that it is. - Switch to MSG_task_{send,recv} instead, or compile Simgrid command line + Switch to MSG_task_{send,recv} instead, or compile SimGrid command line 'cmake -Dcustom_flags="-DMSG_USE_DEPRECATED" .' if you really need to use these (crappy) functions in your code. These functions will be removed soon. Stop using them now. @@ -57,7 +57,7 @@ SimGrid (3.7) NOT RELEASED; urgency=low execution mode (raw contexts only) SURF: - * Introduce a parallel mode for the models (controled by surf/nthreads + * Introduce a parallel mode for the models (controlled by surf/nthreads configuration item). In our tests, running the models in parallel never lead to any speedups because they are so fast that the gain of computing each model in parallel does not amortizes the diff --git a/NEWS b/NEWS index 3e57137700..48f9d7621b 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ /|___ | The "sprint cleanups (before the next Big Project kicks in)" release. Major changes: - * Major cleanups all around (doc, user options, MSG, lua, internals) + * Major cleanups all around (doc, user options, MSG, Lua, internals) Small backward compatibility glitches may have been introduced * Parallel execution of user code should be stable and efficient now * SMPI is now considered stable @@ -23,9 +23,9 @@ __ _____ _ __ ___(_) ___ _ __ |___ / / /_ |___ \ The "Not coding new stuff allows to polish old things" release. * Portability to Mac and Windows improved. - * Possible misconfigurations (contextes, libPCRE) made impossible by + * Possible misconfigurations (contexts, libPCRE) made impossible by removing the option or providing sane default value. - * Experimental support to NS3 simulator as a backend. + * Experimental support to NS3 simulator as a back-end. _ _____ __ _ __ _____ _ __ ___(_) ___ _ __ |___ / / /_ / | @@ -77,7 +77,7 @@ Major changes are: - now covers the whole framework - major usability improvements * SURF: - - scalable platform management through hiearchical description + - scalable platform management through hierarchical description - new efficient way to bypass the XML parser * MSG: at last asynchronous functions are available * SIMDAG: many usability improvements (dotloader, ...) @@ -147,7 +147,7 @@ The "Simplicity does not preceed complexity, but follows it" release. Most important changes: * surf and simix modules reworked for simplification. It lays the ground for future extensions and improvements of SimGrid - * SMPI was further improved, altrough not ready for production use yet. + * SMPI was further improved, although not ready for production use yet. On the way, we gained a bit more than 5% on the classical master/slave example. More to come on this in future releases. @@ -158,7 +158,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / / | \_/ \___|_| |___/_|\___/|_| |_| |____(_)____(_)_| 27 Jun 2009 -This dot release is mainly a maintainance one. Most important changes: +This dot release is mainly a maintenance one. Most important changes: * We fixed a large amount of bugs all around * We sanitized the way configuration is handled internally. @@ -207,7 +207,7 @@ In short: * Complete regression testing framework so that you can trust the tool * Lot of neat new modules in the XBT toolbox -This version was throughfully tested on linux 32bits and 64bits +This version was thoroughly tested on linux 32bits and 64bits (debian), as well as Mac OSX (leopard). Unfortunately, our windows-guy left, and we cannot release the windows @@ -226,10 +226,10 @@ should work anyway (don't panic): quite puzzled, but I suspect a bug in the test, not in the lib. * the tesh auto-tests "fail" on Mac OSX. This is because "rm -rf" is sometimes too verbose (when the OS creates hidden files, I - suspect), but tesh definitly work as the rest on this arch. + suspect), but tesh definitely work as the rest on this arch. We hope to manage to do more timely releases in the future, even if -that may turn out difficult since big stuff is comming (I don't say +that may turn out difficult since big stuff is coming (I don't say much here for the suspense ;) We hope you'll enjoy this new version, and please report any feedback -- 2.20.1