X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a73d204e173f35c0abb92b26e061929066b8b283..8bc85164acb335cf909052b966b2ee4932e06cd7:/docs/source/app_msg.rst diff --git a/docs/source/app_msg.rst b/docs/source/app_msg.rst index 3b525173be..f68fe2d38e 100644 --- a/docs/source/app_msg.rst +++ b/docs/source/app_msg.rst @@ -9,7 +9,10 @@ The MSG Interface (legacy interface) the process of releasing SimGrid 4. So MSG is frozen and will probably never evolve. If you are starting a new project, you should consider S4U instead. Note that the support for MSG will not - be removed from SimGrid before 2020 at least. + be removed from SimGrid before 2020Q4 or 2021Q1. + + This interface is disabled by default. Pass -Denable_msg=ON to + cmake if you still need it. MSG is a simple API to write algorithms organized with Concurrent Sequential Processes (CSP) that interact by exchanging messages. It @@ -44,7 +47,6 @@ The basic workflow is the following: .. doxygendefine:: MSG_init .. doxygenfunction:: MSG_launch_application .. doxygenfunction:: MSG_main -.. doxygenfunction:: MSG_set_function Process Management ================== @@ -88,7 +90,6 @@ This describes the process structure :cpp:type:`msg_process_t` and the functions .. doxygenfunction:: MSG_process_sleep .. doxygenfunction:: MSG_process_suspend .. doxygenfunction:: MSG_process_unref -.. doxygenfunction:: MSG_process_userdata_init .. doxygenfunction:: MSG_process_yield Host Management @@ -154,7 +155,6 @@ Task structure of MSG :cpp:type:`msg_task_t` and associated functions. .. doxygenfunction:: MSG_task_listen_from .. doxygenfunction:: MSG_task_receive .. doxygenfunction:: MSG_task_receive_bounded -.. doxygenfunction:: MSG_task_receive_ext_bounded .. doxygenfunction:: MSG_task_receive_with_timeout .. doxygenfunction:: MSG_task_receive_with_timeout_bounded .. doxygendefine:: MSG_task_recv @@ -276,7 +276,7 @@ Network Zone (:cpp:class:`msg_file_t`) and associated functions. Java bindings ************* -This section describes jMSG, the Java API to Simgrid. This API mimicks +This section describes jMSG, the Java API to Simgrid. This API mimics :ref:`MSG `, which is a simple yet somehow realistic interface. The full reference documentation is provided at the end of this page. @@ -389,7 +389,6 @@ Package org.simgrid.msg Class org.simgrid.msg.Process Class org.simgrid.msg.ProcessKilledError Class org.simgrid.msg.ProcessNotFoundException - Class org.simgrid.msg.RngStream Class org.simgrid.msg.Semaphore Class org.simgrid.msg.Storage Class org.simgrid.msg.StorageNotFoundException