From: Arnaud Giersch Date: Wed, 19 May 2021 10:52:00 +0000 (+0200) Subject: Typos. X-Git-Tag: v3.28~273 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d48afdc3316f9ff2de873586073bfcc3e512d609 Typos. --- diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index 6c058acf85..0462def07c 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -543,7 +543,7 @@ file `include/smpi/smpi.h `_ in your version of SimGrid, between two lines containing the ``FIXME`` marker. If you really miss a feature, please get in touch with us: we -can guide you though the SimGrid code to help you implementing it, and +can guide you through the SimGrid code to help you implementing it, and we'd be glad to integrate your contribution to the main project. .. _SMPI_what_globals: @@ -814,7 +814,7 @@ lower case) or similar. Just check the logs. error: unknown type name 'useconds_t' ..................................... -Try to add ``-D_GNU_SOURCE`` to your compilation line to get ride +Try to add ``-D_GNU_SOURCE`` to your compilation line to get rid of that error. The reason is that SMPI provides its own version of ``usleep(3)``