Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'wifi_clean' into 'master'
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index b0cdbf259f6b1d7806aca3dc6adbd4783d2538e2..aa97e9fd36cc2ec4285f76fbe883fb5bbff02f43 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;