Ignore:
Timestamp:
02/13/12 19:35:25 (12 years ago)
Author:
ymipsl
Message:

nouvelle version de developpement de xios

  • nouvelle interface fortran
  • recodage complet de la couche de communication
  • et bien d'autres choses...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/main_server.cpp

    r286 r300  
    1414 
    1515 
     16 
    1617// Point d'entrée du programme principal 
    1718 
     
    2627      CTreeManager::SetCurrentContextId(StdString("xios")); 
    2728      boost::shared_ptr<CVariable> var = CObjectFactory::GetObject<CVariable>("buffer_client_size");  
    28       std::cout<<CObjectFactory::GetObject<CVariable>("xios","using_oasis")->getData<bool>()<<std::endl; 
    2929      
    3030//      oasis_init(std::string("ionemo")) ; 
    31 //      std::cout<<"Initialisation OASIS Ok"<<std::endl ; 
    3231//      oasis_get_intracomm(comm_parent,std::string("oceanx")) ; 
    33 //      std::cout<<"Appel Oasis intracom Ok"<<std::endl ; 
    3432      CXIOSManager::Initialise(CXIOSManager::CLIENT_SERVER, &argc, &argv); 
    3533      
    36       std::cout<<"Appel Dispatch client ?"<<std::endl ; 
    37       std::cout<<comm_client<<" "<<comm_client_server<<" "<<comm_server<<"  "<<comm_parent<<std::endl ; 
    3834      CMPIManager::DispatchClient(true, comm_client, comm_client_server, comm_server, comm_parent); 
    39       std::cout<<"Appel Dispatch client Ok"<<std::endl ; 
    4035      CXIOSManager::RunServer("Nemo", comm_client_server, comm_server); 
    4136      CTreeManager::SetCurrentContextId(StdString("nemo")); 
Note: See TracChangeset for help on using the changeset viewer.