# href="http://d0-france.in2p3.fr/WORKING_GROUPS/SOFTWARE/mc_prod/D0RUNJOB/css/nemesis.css" />

De-coupling from SAMGrid for production jobs

We've finally rolled out the de-coupled code for Monte Carlo production on SAMGrid. The means the jim_job_manager package no longer needs knowledge about the DZero workflow, instead, it supplies a bunch of parameters taken from the job's JDL and the local site configuration. These parameters are passed to DØRunjob where a workflow factory is used to describe and build jobs. The main advantage of this is to improve the release cycle, we can release a new DØRunjob version without coordinating a release with jim_job_manager. A description of the de-coupled interface is given on the development pages.