You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take the configuration of RTDP of the 3-node experiment of the CPU-emulator and create Cylc wf.
Built a Cylc wf generator that takes RTDP configuration as input and outputs Cylc wf. wf-generator
Built a GUI toy model that lets users create a graph of CPU emulators, senders, receivers, and convert it into RTDP configuration for building Cylc workflow. gui
Notice that this is tested with 3-node test (1 cpu-emulator, 1 receiver, and 1 sender).
Expand the Cylc wf to support indefinite number of emulators
Support it to an indefinite number of emulators in the config of RTDP.
Set up a Cylc wf for 1 sender, 2 emulators, and 1 receiver. To debug, set up two sets of test before using Cylc.
Test this setup using docker-compose.
The sender and receiver are built in Python and containerized. The sender can send data to the emulator, while the receiver can't catch the data. There could be bugs from the containerization.
The text was updated successfully, but these errors were encountered: