X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10b2c45a66b840a7a20b17071e476e1b9381a584..f15e92e5de94e0d84b2084de6e1648ce64dadbed:/teshsuite/xbt/parmap_test/parmap_test.cpp diff --git a/teshsuite/xbt/parmap_test/parmap_test.cpp b/teshsuite/xbt/parmap_test/parmap_test.cpp index fa3e9a7131..30da8b5dd7 100644 --- a/teshsuite/xbt/parmap_test/parmap_test.cpp +++ b/teshsuite/xbt/parmap_test/parmap_test.cpp @@ -6,7 +6,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "src/internal_config.h" // HAVE_FUTEX_H -#include +#include #include #include @@ -88,7 +88,7 @@ int main(int argc, char** argv) { int status = 0; xbt_log_control_set("parmap_test.fmt:[%c/%p]%e%m%n"); - MSG_init(&argc, argv); + simgrid::s4u::Engine e(&argc, argv); SIMIX_context_set_nthreads(16); // dummy value > 1 XBT_INFO("Basic testing posix");