source: XMLIO_V2/dev/dev_rv/src4/xmlio/mpi/mpi_interface.cpp @ 238

Last change on this file since 238 was 238, checked in by hozdoba, 13 years ago
File size: 666 bytes
Line 
1/* ************************************************************************** *
2 *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         *
3 * ************************************************************************** */
4 
5 /**
6 * \file    mpi_interface.hpp
7 * \brief   Gestion des communications MPI via une surcouche interne (implémentation).
8 * \author  Hervé Ozdoba
9 * \version 0.4
10 * \date    28 Juin 2011
11 */
12 
13// XMLIOServer headers
14#include "mpi_interface.hpp"
15
16// /////////////////////////////// Définitions ////////////////////////////// //
17
18namespace xmlioserver {
19namespace comm {
20
21} // namespace comm
22} // namespace xmlioserver
23
Note: See TracBrowser for help on using the repository browser.