source: XIOS/dev/dev_ym/XIOS_COUPLING/src/mpi_tools.hpp @ 1853

Last change on this file since 1853 was 1759, checked in by ymipsl, 5 years ago

Add some tools for MPI communication

  • find MPI_SIZE_T type equivalent to size_t integer
  • Add MPI_Bcast for string

YM

  • Property svn:executable set to *
File size: 155 bytes
Line 
1#ifndef __XIOS_MPI_TOOLS_HPP__
2
3#include <string>
4
5namespace xios
6{
7
8  int MPI_Bcast_string(std::string& str, int root, MPI_Comm comm) ;
9} 
10#endif
Note: See TracBrowser for help on using the repository browser.