Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the doc!
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Mar 2007 11:51:55 +0000 (11:51 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Mar 2007 11:51:55 +0000 (11:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3197 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/host.c
src/msg/task.c

index 8d1b47d..8764477 100644 (file)
@@ -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)
index e1f3f7a..e0d880f 100644 (file)
    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