From: Martin Quinson Date: Sat, 8 Aug 2015 16:52:17 +0000 (+0200) Subject: translate a comment X-Git-Tag: v3_12~319 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/056ac337806c0499e8e0c6e4198510eef1dcd840 translate a comment --- diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 7fd3357cc8..6296f2b26d 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -661,17 +661,17 @@ void MSG_vm_set_property(msg_vm_t, char* key, void* data) void MSG_vm_setMemoryUsed(msg_vm_t vm, double size); void MSG_vm_setCpuUsed(msg_vm_t vm, double inducedLoad); - // inducedLoad: un pourcentage (>100 si ca charge plus d'un coeur; - // <100 si c'est pas CPU intensive) - // Contraintes à poser: + // inducedLoad: a percentage (>100 if it loads more than one core; + // <100 if it's not CPU intensive) + // Required contraints: // HOST_Power >= CpuUsedVm (\forall VM) + CpuUsedTask (\forall Task) - // VM_coreAmount >= Load de toutes les tasks + // VM_coreAmount >= Load of all tasks */ /* xbt_dynar_t MSG_vm_get_list_from_host(msg_host_t) xbt_dynar_t MSG_vm_get_list_from_hosts(msg_dynar_t) -+ des fonctions de filtrage sur les dynar ++ filtering functions on dynars */ #include "simgrid/instr.h"