X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9966aa66acc63c0417fbeae8e3ff12bccb0cdb0..4bb73cb3914b5f7b77a9ec1f8abe728e637cc016:/src/surf/ptask_L07.hpp diff --git a/src/surf/ptask_L07.hpp b/src/surf/ptask_L07.hpp index aff79640b7..b783d559a5 100644 --- a/src/surf/ptask_L07.hpp +++ b/src/surf/ptask_L07.hpp @@ -76,6 +76,11 @@ public: bool isUsed() override; void apply_event(tmgr_trace_event_t event, double value) override; kernel::resource::Action* execution_start(double size) override; + simgrid::kernel::resource::Action* execution_start(double size, int requestedCores) override + { + THROW_UNIMPLEMENTED; + return nullptr; + } kernel::resource::Action* sleep(double duration) override; protected: