X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a8d5cf4199454b5f811043c207d195107743e72..4e73c03c087fd07184d9ed45224f7fbad24e686e:/src/smpi/include/smpi_actor.hpp diff --git a/src/smpi/include/smpi_actor.hpp b/src/smpi/include/smpi_actor.hpp index 0f1a13ea4d..babff1965e 100644 --- a/src/smpi/include/smpi_actor.hpp +++ b/src/smpi/include/smpi_actor.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -41,7 +41,7 @@ private: public: explicit ActorExt(simgrid::s4u::ActorPtr actor, simgrid::s4u::Barrier* barrier); ~ActorExt(); - void set_data(int* argc, char*** argv); + void set_data(const char* instance_id); void finalize(); int finalized(); int initializing(); @@ -68,7 +68,7 @@ public: void set_comm_intra(MPI_Comm comm); void set_sampling(int s); int sampling(); - static void init(int* argc, char*** argv); + static void init(); simgrid::s4u::ActorPtr get_actor(); int get_optind(); void set_optind(int optind);