Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

tbb::flow::graph to graphviz

Marc_R_5
Beginner
596 Views

Hello, 

Is there a way to extract nodes and edges information of a flow graph to create an graphviz (http://www.graphviz.org/) representation of the flow graph ?

 

Thanks,

Marc

 

0 Kudos
1 Solution
Alexei_K_Intel
Employee
596 Views

Hi Marc,

Do you need to use only graphviz? Or are you looking for a tool to visualize a flow graph? I can suggest you trying Flow Graph Designer. As far as I remember it has some functionality to save/export graphs, however, I am not sure that the format is compatible with something else.

Regards, Alex

View solution in original post

0 Kudos
2 Replies
Alexei_K_Intel
Employee
597 Views

Hi Marc,

Do you need to use only graphviz? Or are you looking for a tool to visualize a flow graph? I can suggest you trying Flow Graph Designer. As far as I remember it has some functionality to save/export graphs, however, I am not sure that the format is compatible with something else.

Regards, Alex

0 Kudos
Marc_R_5
Beginner
596 Views

Thanks for the suggestion.  I will try fgd, it looks interesting.

Marc

 

0 Kudos
Reply