From: alegrand Date: Mon, 5 Mar 2007 11:51:55 +0000 (+0000) Subject: Fix the doc! X-Git-Tag: v3.3~2162 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c72411932647b614f98e2db41c2daacf0e9bc43c?ds=sidebyside Fix the doc! git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3197 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/host.c b/src/msg/host.c index 8d1b47d9f2..87644778a0 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -177,7 +177,7 @@ int MSG_get_host_msgload(m_host_t h) } /** \ingroup m_host_management - * \brief Return the speed of the processor (in Mflop/s), regardless of + * \brief Return the speed of the processor (in flop/s), regardless of the current load on the machine. */ double MSG_get_host_speed(m_host_t h) diff --git a/src/msg/task.c b/src/msg/task.c index e1f3f7a850..e0d880f8e4 100644 --- a/src/msg/task.c +++ b/src/msg/task.c @@ -30,10 +30,10 @@ corresponding object. * \param name a name for the object. It is for user-level information and can be NULL. - * \param compute_duration a value of the processing amount (in Mflop) + * \param compute_duration a value of the processing amount (in flop) needed to process this new task. If 0, then it cannot be executed with MSG_task_execute(). This value has to be >=0. - * \param message_size a value of the amount of data (in Mb) needed to + * \param message_size a value of the amount of data (in bytes) needed to transfer this new task. If 0, then it cannot be transfered with MSG_task_get() and MSG_task_put(). This value has to be >=0. * \param data a pointer to any data may want to attach to the new