Ignore:
Timestamp:
09/11/19 10:22:09 (5 years ago)
Author:
yushan
Message:

Introducing the new graph functionality. Attribute build_workflow_graph=.TRUE. is used in the field definition section in the xml file to enable the workflow graph of the field and other fields referecing to it. A more detailed document will be available soon on the graph fuctionality.

File:
1 edited

Legend:

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

    r1639 r1704  
    1111#include "memtrack.hpp" 
    1212#include "registry.hpp" 
     13 
     14#include "graphviz.hpp" 
    1315 
    1416namespace xios 
     
    135137       globalRegistry->toFile("xios_registry.bin") ; 
    136138       delete globalRegistry ; 
     139       CGraphviz::buildWorkflowGraphVisjs_with_info(); 
    137140     } 
    138141 
Note: See TracChangeset for help on using the changeset viewer.