ivanbrillo / DL_erlang

MIT License
0 stars 0 forks source link

ds_proj

Documentation Links

Hide Warnings (Linux)

export TF_CPP_MIN_LOG_LEVEL=3

Starting Erlang Shells

To start the master node: rebar3 shell --sname master@localhost

To start slave nodes: rebar3 shell --sname slave1@localhost rebar3 shell --sname slave2@localhost

Model Commands

To initialize the master process and start Erlang node processes: P = master:start_master(), P ! initialize_nodes.

Wait a few seconds for all nodes to initialize. Then proceed with the following commands: