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 | |
---|
18 | namespace xmlioserver { |
---|
19 | namespace comm { |
---|
20 | |
---|
21 | } // namespace comm |
---|
22 | } // namespace xmlioserver |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.