Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / smpi / plugins / ampi / ampi.hpp
1 /* Copyright (c) 2010-2022. 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::smpi::plugin::ampi {
12 extern xbt::signal<void(s4u::Actor const&)> on_iteration_out;
13 extern xbt::signal<void(s4u::Actor const&)> on_iteration_in;
14 } // namespace simgrid::smpi::plugin::ampi
15
16 #endif