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
copy "node.py" to a directory where we want model runs stored
run node.py from the shell: python node.py
note: the shell may need to be run as a administrator
this sets up a communication port on the node worker machine, waiting patiently for a command from the web-app
Preparing for Model Runs
Each worker node should be configured and ready to run the model that will be requested from the web application. Install all software needed and configure the machine to run your model, as if it was a standard workstation. Make sure that it works in "standalone" mode first before moving ahead. For instance, if the node is to be used to run Soundcast, follow the [setup guidelines for running Soundcast] (http://soundcast.readthedocs.org/en/dev/).