Versions Compared

Key

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

...

The SLIC test job below actually tries to store the output in mass storage using the grid srmcp file transfer tool. But It's probably easier to transfer the output via condor. An example will be provided once it has been tested.(smile)

No Format

/fnal/ups/grid/vdt/setup.sh

...


voms-proxy-init \-voms ilc:/ilc/detector

...


# give passwd etc.

...


to To submit the job, do:

No Format

condor_submit mytestslicjob.run

where the job description file mytestslicjob.run looks like: 

No Format
universe = grid

...


type = gt2

...


globusscheduler = fngp-osg.fnal.gov/jobmanager-condor

...


executable = /home2/ilc/wenzel/grid/test_slic.sh

...


transfer_output = true

...


transfer_error = true

...


transfer_executable = true

...


log = myjob.log.$(Cluster).$(Process)

...


notification = NEVER

...


output = myjob.out.$(Cluster).$(Process)

...


error = myjob.err.$(Cluster).$(Process)

...


stream_output = false

...


stream_error = false

...


globusrsl = (jobtype=single)(maxwalltime=999)

...


queue

which triggers the following script:

...