Go to the source code of this file.
Functions | |
def | transport6.get_model_text () |
def | transport6.run_scenario (workspace, checkpoint, io_lock, b) |
Variables | |
transport6.ws = GamsWorkspace(system_directory = sys.argv[1]) | |
transport6.cp = ws.add_checkpoint() | |
transport6.t6 = ws.add_job_from_string(get_model_text()) | |
transport6.checkpoint | |
list | transport6.bmultlist = [ 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3 ] |
transport6.io_lock = threading.Lock() | |
dictionary | transport6.threads = {} |
transport6.target | |
transport6.run_scenario | |
transport6.args | |
Detailed Description
This is the 6th model in a series of tutorial examples. Here we show:
- How to run multiple GamsJobs in parallel using a GamsCheckpoint
Definition in file transport6.py.