NEOS Server Home

Starting your Server

In order for NEOS to be able to send jobs to your workstations, you need to start a server on each workstation designated in your solver XML descriptions. This can be done simply by running the 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@