Versions Compared

Key

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

...

No Format
export LFC_HOST=`lcg-infosites --vo ilc lfc`
lfc-ls -l  /grid

Running SLIC

Create a shell script slic.sh.

No Format

#!/bin/sh
wget http://www.lcsim.org/dist/slic/slic_v2r3p0_geant4_v9r0_i686_linux-gnu.tar.gz
tar xzf ./slic_v2r3p0_geant4_v9r0_i686_linux-gnu.tar.gz
wget http://www.lcsim.org/detectors/acme0605/acme0605.lcdd
printenv
./SimDist/scripts/slic.sh -g ./acme0605.lcdd -r 1
ls *.slcio

Now make a file slic.jdl.

No Format

Executable         = "slic.sh";
StdOutput          = "out";
StdError           = "err";
InputSandbox       = {"slic.sh"};
OutputSandbox      = {"out","err","outfile.slcio"};

To run the SLIC test job.

No Format

edg-job-submit --nogui --config-vo ./edg_wl_ui.conf -o slic.jid slic.jdl

Check the job status.

No Format

edg-job-status -i slic.jdl

Retrieve the output.

No Format

edg-job-get-output -i slic.jdl

gLite User Guide