SolverTools/SolverDaemon.py
script on each machine.
This will start up the server and tell NEOS what port it is listening on. To test that
the server is running, you can execute the following python code (substitute your username and hostname for "user" and "hostname").
import xmlrpclib
neos = xmlrpclib.Server("http://neos.mcs.anl.gov:3332")
neos.pingHost("user","hostname")
@NEOS_WEB_DISCLAIMER@