X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f537f6705eaf9d1d99186860f2da468a9d755417..2fad952ef4a63aedf6c8b2dc4e371de849f1e163:/src/msg/global.c diff --git a/src/msg/global.c b/src/msg/global.c index 877d5f1d46..5db4445c1b 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -16,6 +16,12 @@ MSG_Global_t msg_global = NULL; /* static void MarkAsFailed(m_task_t t, TBX_HashTable_t failedProcessList); */ /* static xbt_fifo_t MSG_buildFailedHostList(long double a, long double b); */ +/** \defgroup msg_simulation MSG simulation Functions + * \brief This section describes the functions you need to know to + * set up a simulation. You should have a look at \ref MSG_examples + * to have an overview of their usage. + */ + /********************************* MSG **************************************/ /** \ingroup msg_simulation @@ -225,6 +231,17 @@ void MSG_set_verbosity(MSG_outputmode_t mode) CRITICAL0("MSG_set_verbosity : Not implemented yet."); } +/** \defgroup m_channel_management Understanding channels + * \brief This section briefly describes the channel notion of MSG + * (#m_channel_t). + * + * For convenience, the simulator provides the notion of channel + * that is close to the tag notion in MPI. A channel is not a + * socket. It doesn't need to be opened neither closed. It rather + * corresponds to the ports opened on the different machines. + */ + + /** \ingroup m_channel_management * \brief Set the number of channel in the simulation. *