X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43f7ca1cac5ab1858e318fdd6239d0a0c3b3d893..6a8d5cf4199454b5f811043c207d195107743e72:/src/smpi/include/smpi_comm.hpp diff --git a/src/smpi/include/smpi_comm.hpp b/src/smpi/include/smpi_comm.hpp index ed621f1a98..5cb1b7a7ff 100644 --- a/src/smpi/include/smpi_comm.hpp +++ b/src/smpi/include/smpi_comm.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2018. 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. */ @@ -58,7 +58,7 @@ class Comm : public F2C, public Keyval{ static void destroy(MPI_Comm comm); void init_smp(); - int add_f(); + int add_f() override; static void free_f(int id); static Comm* f2c(int); @@ -69,6 +69,7 @@ class Comm : public F2C, public Keyval{ void add_rma_win(MPI_Win win); void remove_rma_win(MPI_Win win); void finish_rma_calls(); + MPI_Comm split_type(int type, int key, MPI_Info info); };