Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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):

Code Block
languagehtml/xml
<!--Run with runjob.sh-->

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

Code Block
languagebash
./runjob.sh readout/mock.xml 2pt2 1 500