Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/interface/c/iccalendar.cpp

    r1646 r1677  
    66#include "context.hpp" 
    77#include "context_client.hpp" 
     8#include "workflow_graph.hpp" 
     9#include "graphviz.hpp" 
     10 
    811 
    912extern "C" 
     
    1922    context->sendUpdateCalendar(step); 
    2023    CTimer::get("XIOS").suspend(); 
     24 
     25    // int my_rank; 
     26    // MPI_Comm_rank(CXios::globalComm, &my_rank); 
     27    // if(my_rank==0) 
     28    // { 
     29    //   // CGraphviz::showStaticWorkflowGraph(); 
     30    //   CGraphviz::buildStaticWorkflowGraph(); 
     31    //   StdString commande_string="dot -Tpdf graph.dot -o graph"+to_string(step-1)+".pdf";   
     32    //   const char* command=commande_string.c_str(); 
     33    //   system(command); 
     34    // } 
     35 
     36 
    2137  } 
    2238  CATCH_DUMP_STACK 
Note: See TracChangeset for help on using the changeset viewer.