Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use 'std::vector' instead of a C-style array.
[simgrid.git] / src / smpi / include / private.hpp
index 08e6cf3..03f9c70 100644 (file)
@@ -85,7 +85,8 @@ XBT_PRIVATE void smpi_deployment_unregister_process(const std::string& instance_
 XBT_PRIVATE MPI_Comm* smpi_deployment_comm_world(const std::string& instance_id);
 XBT_PRIVATE void smpi_deployment_cleanup_instances();
 XBT_PRIVATE int smpi_deployment_smpirun(const simgrid::s4u::Engine* e, const std::string& hostfile, int np,
-                                        const std::string& replayfile, int map, int argc, char* argv[]);
+                                        const std::string& replayfile, int map,
+                                        const std::vector<const char*>& run_args);
 
 XBT_PRIVATE void smpi_comm_copy_buffer_callback(simgrid::kernel::activity::CommImpl* comm, void* buff,
                                                 size_t buff_size);