Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the vanilla def of executeParallelTask in HostModel
[simgrid.git] / src / surf / vm_hl13.hpp
index 04075eb..1ed2fa0 100644 (file)
@@ -36,11 +36,6 @@ public:
   VirtualMachine *createVM(const char *name, sg_host_t host_PM) override;
   double shareResources(double now);
   void adjustWeightOfDummyCpuActions() override {};
-  Action *executeParallelTask(int host_nb,
-                              sg_host_t *host_list,
-                                                         double *flops_amount,
-                                                         double *bytes_amount,
-                                                         double rate) override;
   void updateActionsState(double /*now*/, double /*delta*/) override;
 };