Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S(A)MPI] Add/modify include guards
[simgrid.git] / src / smpi / plugins / ampi / instr_ampi.hpp
1 /* Copyright (c) 2010-2018. 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_INSTR_AMPI_HPP_
7 #define INSTR_INSTR_AMPI_HPP_
8
9 #include "smpi/smpi.h"
10 #include "src/instr/instr_private.hpp"
11
12 XBT_PRIVATE void TRACE_Iteration_in(int rank, simgrid::instr::TIData* extra);
13 XBT_PRIVATE void TRACE_Iteration_out(int rank, simgrid::instr::TIData* extra);
14 XBT_PRIVATE void TRACE_migration_call(int rank, simgrid::instr::TIData* extra);
15
16 #endif