Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get access to Exec thread count
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index b0cdbf2..aa97e9f 100644 (file)
@@ -82,6 +82,7 @@ public:
 
   Host* get_host() const;
   unsigned int get_host_number() const;
+  int get_thread_count() const;
   double get_cost() const;
   bool is_parallel() const { return parallel_; }
   bool is_assigned() const override;