X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c33ef14a6c1c95ec3ebeeea0966bd28fdedf02e..c8b5e57d630bb3e7247783bdff1820cc4e2f67ff:/src/instr/instr_smpi.hpp diff --git a/src/instr/instr_smpi.hpp b/src/instr/instr_smpi.hpp index 5ad0e944c7..a99c15f45c 100644 --- a/src/instr/instr_smpi.hpp +++ b/src/instr/instr_smpi.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -12,10 +12,8 @@ /* Helper functions */ XBT_PRIVATE container_t smpi_container(int rank); -XBT_PRIVATE void TRACE_smpi_setup_container(int rank, sg_host_t host); +XBT_PRIVATE void TRACE_smpi_setup_container(int rank, const_sg_host_t host); -XBT_PRIVATE void TRACE_internal_smpi_set_category(const char* category); -XBT_PRIVATE const char* TRACE_internal_smpi_get_category(); XBT_PRIVATE void TRACE_smpi_computing_init(int rank); XBT_PRIVATE void TRACE_smpi_computing_out(int rank); XBT_PRIVATE void TRACE_smpi_computing_in(int rank, double amount); @@ -27,11 +25,8 @@ XBT_PRIVATE void TRACE_smpi_comm_out(int rank); XBT_PRIVATE void TRACE_smpi_send(int rank, int src, int dst, int tag, int size); XBT_PRIVATE void TRACE_smpi_recv(int src, int dst, int tag); XBT_PRIVATE void TRACE_smpi_init(int rank); -XBT_PRIVATE void TRACE_smpi_finalize(int rank); /* SMPI + LB (load balancer) */ -XBT_PRIVATE void TRACE_smpi_send_process_data_in(int rank); -XBT_PRIVATE void TRACE_smpi_send_process_data_out(int rank); -XBT_PRIVATE void TRACE_smpi_process_change_host(int rank, sg_host_t new_host); +XBT_PRIVATE void TRACE_smpi_process_change_host(int rank, const_sg_host_t new_host); class smpi_trace_call_location_t { public: