Versions Compared

Key

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

Processing Data in Batch Mode using LCSim XML

Table of Contents

Basics

If you have not gotten here by following the LCSim Tutorials, then you might want to backup and review, as necessary.

This tutorial explains how to run org.lcsim in a batch computing environment , such as on a unix like a Unix command line or from a shell script , which that could be run on the grid.If you have not gotten here by following the LCSim Tutorials, then backup and read or review as necessarythe 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.

...