Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleaning the actor twice seems somewhat overplayed
[simgrid.git] / src / smpi / plugins / ampi / ampi.hpp
1 /* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef INSTR_AMPI_HPP_
7 #define INSTR_AMPI_HPP_
8
9 #include <simgrid/s4u.hpp>
10
11 namespace simgrid {
12 namespace smpi {
13 namespace plugin {
14 namespace ampi {
15   extern simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> on_iteration_out;
16   extern simgrid::xbt::signal<void(simgrid::s4u::ActorPtr)> on_iteration_in;
17 }
18 }
19 }
20 }
21
22 #endif