X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7756b80bb83689b3f050d20e9173d2e88a527636..273c78e00c26cc4cab1460da956e6ccc86b99328:/examples/s4u/energy-boot/platform_boot.xml diff --git a/examples/s4u/energy-boot/platform_boot.xml b/examples/s4u/energy-boot/platform_boot.xml index f137829fab..dfa05d28cd 100644 --- a/examples/s4u/energy-boot/platform_boot.xml +++ b/examples/s4u/energy-boot/platform_boot.xml @@ -1,5 +1,5 @@ - + @@ -13,14 +13,15 @@ 0: p1 100 MFlops/s, [idle: 95W -> full burning: 200W] 1: p2 50 MFlops/s, [idle: 93W -> full burning: 170W] 2: p3 20 MFlops/s, [idel: 90W -> full burning: 150W] + * 3: booting up was measured to take 150s and 18000J. So we create a pstate 3 consuming 18000J/150s=120W, and a boot remains at this pstate for 150s. Speed is set at 0 flop/s so that nothing progresses during the boot. * 4: shutting down was measured to take 7 s and 770 J - So we create a pstate 4 consuming 770J/7s=110W, and a boot remains at this pstate for 7s. + So we create a pstate 4 consuming 770J/7s=110W, and a shutdown remains at this pstate for 7s. Please note that even if these values are educated guesses, you should still challenge them. - If you want a realistic simulation, you have to use values coming from a real benchmark of your platform. + If you want a realistic simulation, you must use values coming from a real benchmark of your platform. -->