XMLIOSERVER 0.4
Serveur d'Entrées/Sorties parallèles
main_server.cpp
Aller à la documentation de ce fichier.
00001 /* ************************************************************************** *
00002  *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         *
00003  * ************************************************************************** */
00015 // XMLIOServer headers
00016 #include "xmlioserver_spl.hpp"
00017 
00018 #include "mpi_interface.hpp"
00019 //~ #include "onetcdf4.hpp"
00020 //~ #include "onetcdf4_impl.hpp"
00021 #include "array_util.hpp"
00022 #include "array_util_impl.hpp"
00023 
00024 namespace xios = xmlioserver;
00025 //~ using namespace xios::data;
00026 //~ using namespace xios::io;
00027 //~ using namespace xios::tree;
00028 //~ using namespace xios::xml;
00029 using namespace xios::comm;
00030 //~ using namespace xios::func;
00031 
00032 // Point d'entrée du programme serveur principal.
00033 int main (int argc, char ** argv, char ** XIOS_UNUSED (env))
00034 {
00035    try
00036    {
00037       CMPIManager::Initialise(&argc, &argv);
00038       {
00039 
00040       }
00041       CMPIManager::Finalize();
00042    }
00043    catch (xios::CException & _exception)
00044    {
00045       std::cerr << _exception.getMessage() << std::endl;
00046       return (-1);
00047    }
00048    return (0);
00049 }
00050 
00051 
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Définition de type Énumérations Valeurs énumérées Amis Macros