From 586e267e0b38340657909e81569c08ec0fe7b57b Mon Sep 17 00:00:00 2001 From: Jong Choi Date: Wed, 15 Jan 2020 13:21:46 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8478155..2846f5a 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,14 @@ srun -n 2 -c 2 --mem=1G --gres=craynetwork:0 python processor_adios2.py For example within an interactive session, using a split terminal (see the screen utility) # Workflow Scenario #1 (2-node scenario) -... +``` + generator.py =====> receiver_mpi.py +(running on KSTAR DTN) | (running on NERSC DTN) + v + stream name: shotnum-channelid.bp +``` -# Workflow Scenario #2 (3-node scenario) +# (obsolete) Workflow Scenario #2 (3-node scenario) It consists of three components: ``` generator.py =====> receiver.py =====> analysis.py