Skip to content

Commit

Permalink
INF-1118: Remove possible confusion by only using single line type
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeBollig committed Jan 29, 2024
1 parent be9af29 commit 6e25944
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ subgraph HM[CE & Batch System Host Machine]
subgraph HTCondor-CE
%%direction LR %% Flowchart direction statement overrides statements in connected subgraphs; comment these out.
A[[SchedD]] -- Original Job --> B(Job Router)
B -. Routed Job .-> A
A -. Routed Job .-> C{Grid Manager}
B -- Routed Job --> A
A -- Routed Job --> C{Grid Manager}
%% Note: Used 1 to place Disk higher in ordering
A -. </br>-Original Job Ad</br>-Routed Job Ad .-> 1[(Disk)]
A -- </br>-Original Job Ad</br>-Routed Job Ad --> 1[(Disk)]
subgraph Blahp
%%direction LR
%% Configure nested subgraphs above internal nodes
Expand Down Expand Up @@ -127,13 +127,13 @@ subgraph HM1[CE Host Machine]
subgraph Bosco Cluster
%%direction LR %% Flowchart direciton statement overrides statements in connected subgraphs; comment these out
A[[SchedD]] -- Original Job --> Z(Job Router)
Z -. Routed Job .-> A
A -. Routed Job .-> B{Grid</br>Manager}
Z -- Routed Job --> A
A -- Routed Job --> B{Grid</br>Manager}
B --- D[ssh]
B --- E[ssh]
E -.-> |File Transfer|B
E --> |File Transfer|B
%% Note: Used 1 to place Disk higher in ordering
A -. </br>-Original Job Ad</br>-Routed Job Ad .-> 1[(Disk)]
A -- </br>-Original Job Ad</br>-Routed Job Ad --> 1[(Disk)]
end
end
subgraph HM2[Remote Batch Sytem Host Machine]
Expand All @@ -142,7 +142,7 @@ subgraph HM2[Remote Batch Sytem Host Machine]
F[sshd] --> G[blahp]
%% FTGahp capitalized to be legible
H[sshd] --> I[FTGahp]
I -. SSH Tunnel .-> H
I -- SSH Tunnel --> H
end
end
%% -- External Nodes --
Expand Down

0 comments on commit 6e25944

Please sign in to comment.