Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tutorial explains how to run org.lcsim in a batch computing environment like a Unix command line or from a shell script that could be run on the Grid or your local batch computing system. An XML job manager provides what is typically called a "steering" file, which specifies all the parameters of the batch job. The steering files may have the extension .xml, but it is recommended to use the extension .lcsim instead, to avoid ambiguity with other markup formats. Most of this tutorial is dedicated to explaining this XML input format in detail.

Setup

Follow the instructions for building lcsim software using maven2.

...