Versions Compared

Key

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

...

which triggers the following script:

No Format
#!/bin/sh -f
wget http://kyoto.fnal.gov/wenzel/SimDist.tgz
tar xzf SimDist.tgz
cd SimDist
printenv
scripts/slic.sh -r 5 -g sidaug05.lcdd -i ffHAA_2k.stdhep -o ffHAA_2k
ls ffHAA_2k.slcio
# This sets up the environment for osg
. $OSG_GRID/setup.sh
source $VDT_LOCATION/setup.csh
srmcp "file:///{PWD}/ffHAA_2k.slcio" "srm://cmssrm.fnal.gov:8443/srm/managerv1?SFN=/2/wenzel/slic/ffHAA_2k.slcio"

...

You can see the status of all jobs using the following command:

No Format
condor_q
or or
condor_q -globus

Or to check the jobs submitted by user <username>:

...