You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Production batch scripts live in /u/group/hps/production/mc/auger (the scripts may run code in other directories). All examples here are relative to that directory.

Each file type listed under Finding Monte Carlo data at JLab has an associated Auger script; each script needs to be submitted using a shell script (which substitutes the beam energy and run numbers into the script, and calls jsub). The Auger scripts start with a comment indicating the appropriate shell script, like this (taken from readout/mock.xml):

<!--Run with runjob.sh-->

So to generate runs 1-500 of mock data readout for 2.2 GeV beam, you would do:

./runjob.sh readout/mock.xml 2pt2 1 500
  • No labels