Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a function to determine whether SMPI is currently used
[simgrid.git] / include / simgrid / forward.h
index e8356af..9b81d2a 100644 (file)
@@ -324,4 +324,6 @@ typedef enum {
   SG_ERROR_VM
 } sg_error_t;
 
+XBT_PUBLIC int SMPI_is_inited();
+
 #endif /* SIMGRID_TYPES_H */