Changeset 490 for XIOS/trunk/inputs


Ignore:
Timestamp:
09/26/14 14:52:04 (10 years ago)
Author:
mhnguyen
Message:

Implementing print output in seperate files

+) Add an option to write information into standard output or into files,
each of which is created by a process
+) Add a new file for global data (constant, value macro, etc)
+) Do a minor change in how to generate doxygen

Test
+) On Curie, with two modes: only client (connected) and client-server
+) All tests passed, each client prints out its info in a seperate file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/COMPLETE/iodef.xml

    r486 r490  
    1515        <variable_group id="parameters" > 
    1616          <variable id="using_server" type="boolean">false</variable> 
    17           <variable id="info_level" type="int">1</variable> 
     17          <variable id="info_level" type="int">100</variable> 
     18          <variable id="info_output_file" type="boolean">true</variable> 
    1819        </variable_group> 
    1920      </variable_definition> 
Note: See TracChangeset for help on using the changeset viewer.