Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an external dependency that was for stateful MC
[simgrid.git] / docs / source / Deploying_your_application.rst
index e3cece2b5a05607e0a0ebb7fd2278a9886fa7e3d..4cd1287909ab223944374c0f61cc186bf30a624b 100644 (file)
@@ -76,14 +76,6 @@ This tag starts a new actor executing the given function on a given host.
    with :cpp:func:`simgrid::s4u::Engine::register_actor` or
    with :cpp:func:`simgrid::s4u::Engine::register_function`.
 
-   If you are stuck with MSG, use :cpp:func:`MSG_process_create`,
-   :cpp:func:`MSG_process_create_with_arguments` or
-   :cpp:func:`MSG_process_create_with_environment`.
-
-   There is nothing to do in Java, as SimGrid uses introspection abilities to
-   retrieve the classes from their names. You must then use the full class name
-   (including the package name) in your XML file.
-
 :``start_time``: Useful to delay the start of your actor.
 
         -1 starts the actor immediately.