Skip to content

Releases: fact-project/mopro3

v3.0.2

28 Feb 10:43
Compare
Choose a tag to compare

v3.0.2

  • Use new https CORSIKA download link
  • Add logfile property to runs

v3.0.0

25 Sep 07:40
Compare
Choose a tag to compare

mopro 3.0.0

First release of the rewrite for the new production of FACT simulations.

Core features and design:

  • peewee as ORM for the job database
  • Multiple executors for the jobs, currently implemented are SLURM and local processing
  • Support for multiple job databases via peewee, e.g. sqlite for testing or small local processings.
  • Automatic installation of CORSIKA / ROOT / Mars
  • Communcation between submitter and jobs using zeromq for tracking job state
  • Database schema: https://dbdiagram.io/d/5d14e2d5ced98361d6dc1ca7
  • Multple workers can work from the same job queue (database)
  • yaml config files