Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve formatting of simcalls.py's output..
[simgrid.git] / src / simix / libsmx.cpp
index 1be566c..ae935f9 100644 (file)
@@ -55,6 +55,7 @@ void simcall_call(smx_actor_t actor)
  * \param flops_amount amount Computation amount (in flops)
  * \param priority computation priority
  * \param bound
+ * \param host host where the synchro will be executed
  * \return A new SIMIX execution synchronization
  */
 smx_activity_t simcall_execution_start(const char* name, double flops_amount, double priority, double bound,