Skip to content
Snippets Groups Projects
Commit c013816e authored by KyleKlenk's avatar KyleKlenk
Browse files

Actors can communicate with each other

parent 2836f43c
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class config : public actor_system_config {
.add(startGRU, "gru,g", "Starting GRU Index")
.add(countGRU, "numGRU,n", "Total Number of GRUs")
.add(configPath, "config,c", "Path name of the config directory")
.add(debugMode, "debug-mode,debug", "enable debug mode")
.add(debugMode, "debug-mode,b", "enable debug mode")
.add(distributed, "distributed-mode,d", "enable distributed mode")
.add(port, "port,p", "set port")
.add(host, "host,h", "set Host (ignored in server mode)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment