13 lines
967 B
Plaintext
13 lines
967 B
Plaintext
digraph "abort"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="RL";
|
|
Node1 [label="abort",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Abort MPI run or regular run."];
|
|
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="fatalExitPhasicFlow",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$error_8hpp.html#ae15c9223dabc8b93eb4ce62aaf27c203",tooltip="Take actions to fatal exit phasicFlow."];
|
|
Node1 -> Node5 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node5 [label="processors",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1processors.html#afafd3e65622d295b586137f8771ccda6",tooltip="Constructor."];
|
|
}
|