Ignore:
Timestamp:
10/21/14 15:30:24 (10 years ago)
Author:
aclsce
Message:

Fixed problem encountered in the case "using_oasis=true" : automatic detection of a server does not work in coupled mode.
Back to the old method : if you want to use XIOS server mode, it is mandatory to specify "using_server=true" in iodef.xml in coupled case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/cxios.cpp

    r501 r506  
    3636    parseFile(rootFile); 
    3737    usingOasis=getin<bool>("using_oasis",false) ; 
     38    usingServer=getin<bool>("using_server",false) ; 
    3839    info.setLevel(getin<int>("info_level",0)) ; 
    3940    printInfo2File=getin<bool>("print_file",false); 
Note: See TracChangeset for help on using the changeset viewer.