X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5ad8ca1a68bbaa9152471c8d0eeb99d762f0d86..e1c1a57d9f9a058f64abc00f8671d3a7c3d68f6b:/src/simix/README_attempt_without_stack diff --git a/src/simix/README_attempt_without_stack b/src/simix/README_attempt_without_stack index 7563cb9a9d..4ad29b0812 100644 --- a/src/simix/README_attempt_without_stack +++ b/src/simix/README_attempt_without_stack @@ -59,7 +59,7 @@ Dark side: restrictions on user code The incredible performance of this approach comes at a price: using SimGrid this way is a *real* pain in the ass. You cannot use MSG nor -GRAS nor SMPI nor nothing (because none of these interfaces were coded +SMPI nor nothing (because none of these interfaces were coded with the *extrem* requirement of the state_machine in mind), and you can only rely on SIMIX. From SIMIX, you can only use simcalls (ie, the simcall_* functions). Moreover, you must know that each blocking