gem / openquake-server

DEPRECATED. Please refer to https://github.com/gem/oq-engine
6 stars 1 forks source link

"OQ Runner" config file generation #1

Open larsbutler opened 13 years ago

larsbutler commented 13 years ago

Abstract

The web UI needs to be able to launch an OpenQuake computation. The first step towards is this goal is creation of a config.gem file, which can then be fed to the OQ engine. All of the data which will be used to create the config.gem will reside in the OpenQuake DB.

Solution outline

For the purposes of the June demo, we are focusing on support for Classical calculations. If we have time, we will add support for Deterministic and Event-Based calculations (in that order).

Test data needed

al-maisan commented 13 years ago

The OQ database will be located on localhost. Until we have proper user management: how about placing the generated "config.gem" file into upload.path/jobs/ ?

larsbutler commented 13 years ago

Classical config file generation implemented in this patch: https://github.com/gem/openquake-server/pull/11

larsbutler commented 13 years ago

Actually, this needs to stay open until we implement support for Event-Based and Deterministic config file generation.