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

Compare with Current View Page History

Version 1 Next »

Processing Data in Batch Mode using LCSim XML

Basics

This tutorial explains how to run org.lcsim in a batch computing environment, such as on a unix command line or from a shell script, which could be run on the grid.

If you have not gotten here by following the lcsim Tutorials, then backup and read or review as necessary.

Setup

Follow the instructions for building lcsim software using maven2.

You can now run lcsim from the command-line using the java command.

java -jar ./lib/lcsim-[VERSION].jar [XML]

The VERSION is replaced by your lcsim build version. And XML is a file in the lcsim recon XML format.

java -jar ./lib/lcsim-1.11-SNAPSHOT.jar ./myJob.xml

LCSim XML Format

  • No labels