next up previous index
Next: Start a simulation Up: Running a Simulation Previous: Support for Production Runs   Index


Run Management

Opus contains a set of scripts that simplify the process of starting and restarting a set of simulation runs.

At the moment, these scripts are a set of command line applications, or tools, in the opus_core/tools directory. They use a database as the central repository for coordination and context infomation for run managment, by default called services. If you don't have this database, create it (you need to do this from within the opus_core/tools directory):

python create_services_database.py
This creates the database named services on the localhost database server using the user name and password specified in the MYSQLUSERNAME and MYSQLPASSWORD environment variables. To use a different host for the database server, include the --hostname option. To use a different database name, include the --database option:
python create_services_database.py --hostname myhost.mydomain --database
myservices

All scripts described below print a help message when called with the -h or --help option.



Subsections
next up previous index
Next: Start a simulation Up: Running a Simulation Previous: Support for Production Runs   Index
info (at) urbansim.org