Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to help sonar.
authordegomme <adegomme@users.noreply.github.com>
Wed, 6 Mar 2019 14:56:25 +0000 (15:56 +0100)
committerdegomme <adegomme@users.noreply.github.com>
Wed, 6 Mar 2019 14:56:25 +0000 (15:56 +0100)
src/surf/ptask_L07.cpp

index f49ad5e..8cea923 100644 (file)
@@ -258,7 +258,7 @@ kernel::resource::Action* CpuL07::execution_start(double size)
 {
   std::vector<s4u::Host*> host_list = {get_host()};
 
-  double* flops_amount = new double[1]();
+  double* flops_amount = new double[host_list.size()]();
   flops_amount[0] = size;
 
   kernel::resource::Action* res =