X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/deec5652300e252feaed48ce0067f59ca58693bd..78ed620c5b309a4f53640f6b83be4330b92dcfc9:/docs/source/community.rst diff --git a/docs/source/community.rst b/docs/source/community.rst index f57ae3a456..a62d5ed3b0 100644 --- a/docs/source/community.rst +++ b/docs/source/community.rst @@ -31,9 +31,9 @@ to us and say hello! We love earing about how people use SimGrid. list. - Join us on IRC and ask your question directly on the channel \#simgrid at ``irc.debian.org`` - (or use the ugly `web interface `_) + (or use the ugly `web interface `_ if you don't have a - `real client `_) + `real client `_ installed). When no non-french speaker are connected, we usually chat in french on this channel, but we do switch back to english when we have a guest. @@ -83,7 +83,7 @@ the relevant part of the documentation on need, and help them becoming part of our community too. Another easy way to help the project is to add a link to the `SimGrid -homepage `_ on your site to improve SimGrid's ranking in +homepage `_ on your site to improve SimGrid's ranking in search engines. Finally, if you organize a scientific event where you expect many @@ -165,9 +165,9 @@ Futures and Promises """""""""""""""""""" - Some features are missing in the Maestro future implementation - (`simgrid::kernel::Future`, `simgrid::kernel::Promise`) - could be extended to support additional features: - `when_any`, `shared_future`, etc. + (`simgrid::kernel::Future`, `simgrid::kernel::Promise`) + could be extended to support additional features: + `when_any`, `shared_future`, etc. - The corresponding feature might then be implemented in the user process futures (`simgrid::simix::Future`).