Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi/priv: backup global memory segment at a better place.
[simgrid.git] / doc / tuto-msg / tuto-msg.doc
index 86813ba..d7a1579 100644 (file)
@@ -6,6 +6,12 @@
 
 \subsection tuto-msg-intro-settings Settings
 
+\warning Before you take this tutorial, you should remember that the
+MSG interface is currently deprecated. It means that it will remain as
+is, inchanged, for a few years, but that new developments should use
+the new S4U interface instead. Unfortunately, the S4U tutorial is not
+written yet. Sorry about that.
+
 This tutorial will guide your create and run your first SimGrid
 simulator. Let's consider the following scenario:
 
@@ -234,7 +240,7 @@ behavior of concurrent applications on the platform, we need to
 alleviate this. Several solutions exist:
 
 Now that the the master creates the workers, it knows their PID
-(process ID -- given by @ref MSG_process_get_pid()), so you could use
+(process ID -- given by @ref MSG_process_get_PID()), so you could use
 it in the channel name.
 
 Another possibility for the master is to determine a channel name
@@ -419,4 +425,4 @@ This tutorial is now terminated. You could keep reading the [online documentatio
  *  @example doc/tuto-msg/masterworker-sol2.c
  *  @example doc/tuto-msg/masterworker-sol3.c
  *  @example doc/tuto-msg/masterworker-sol4.c
- */
\ No newline at end of file
+ */