X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8d52fdddf1d79370e215d6fd55fbeb989cd092aa..1aa1a3203635011aa9d20c445524ba123b25c6fe:/src/smpi/include/private.hpp diff --git a/src/smpi/include/private.hpp b/src/smpi/include/private.hpp index 08e6cf35cf..03f9c70723 100644 --- a/src/smpi/include/private.hpp +++ b/src/smpi/include/private.hpp @@ -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& run_args); XBT_PRIVATE void smpi_comm_copy_buffer_callback(simgrid::kernel::activity::CommImpl* comm, void* buff, size_t buff_size);