PipeBox is built on top of the DESDM processing framework and serves as a templating and submission tool that makes submitting many jobs easier.
git clone [email protected]:DarkEnergySurvey/pipebox.git
cd pipebox
export PIPEBOX_DIR=`pwd`
export PYTHONPATH=$PIPEBOX_DIR/python/pipebox:$PYTHONPATH
create_user_config.py
submit_{pipeline}.py -h
- db_section: defined in your .desservices file: for production this will usually be db-desoper
- target_site: the compute site
- eups_stack: this refers to the software stack used: {stack name} {stack version}
- campaign: this refers to the template campaign in $PIPEBOX_DIR/templates/pipelines/{pipeline}/{campaign}