]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify, and avoid nested SmpiBenchGuard when rastro_resolution is called by rastro_...
[simgrid.git] / src / smpi / include / private.hpp
index 4deaddd5332a94643320b647d2e52a256003f347..03f9c7072323d939c8efc8f64c648483f684e139 100644 (file)
@@ -84,8 +84,9 @@ 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(simgrid::s4u::Engine* e, const std::string& hostfile, int np,
-                                        const std::string& replayfile, int map, int argc, char* argv[]);
+XBT_PRIVATE int smpi_deployment_smpirun(const simgrid::s4u::Engine* e, const std::string& hostfile, int np,
+                                        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);