X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8e77688484ef873583e285d34c7b85ddce9294c..c51823541276dc4b772e8c1c94dafb1291715268:/doc/module-msg.doc diff --git a/doc/module-msg.doc b/doc/module-msg.doc index 31ebd24b73..b4ffe388fb 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -19,6 +19,7 @@ - \ref m_task_management - \ref msg_file_management - \ref msg_task_usage + - \ref msg_VMs - \ref msg_trace_driven - \ref msg_deprecated_functions @@ -81,12 +82,29 @@ details). * \htmlonly \endhtmlonly */ -/** @defgroup msg_task_usage Task Usage +/** @defgroup msg_task_usage Task Actions * @ingroup MSG_API * @brief This section describes the functions that can be used * by a process to execute, communicate or otherwise handle some task. */ +/** @defgroup msg_VMs VMs + * @ingroup MSG_API + * @brief This section describes the interface created to mimick IaaS clouds. + * + * With it, you can create virtual machines to put your processes + * into, and interact directly with the VMs to manage groups of + * processes. + * + * This interface is highly experimental at this point. Testing is + * welcomed, but do not expect too much of it right now. Even the + * interfaces may be changed in future releases of SimGrid (although + * things are expected to stabilize nicely before SimGrid v3.8). + * There is no guaranty on the rest of SimGrid, and there is less + * than that on this part. + * + */ + /** @defgroup msg_file_management File Management Functions * @ingroup MSG_API * @brief This section describes the file structure of MSG