Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / smpi / plugins / ampi / ampi.hpp
1 /* Copyright (c) 2010-2021. 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 xbt::signal<void(s4u::Actor const&)> on_iteration_out;
16 extern xbt::signal<void(s4u::Actor const&)> on_iteration_in;
17 } // namespace ampi
18 } // namespace plugin
19 } // namespace smpi
20 } // namespace simgrid
21
22 #endif