Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jychoi-hpc authored Jan 15, 2020
1 parent e78cb3a commit 586e267
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 586e267

Please sign in to comment.