Versions Compared

Key

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

...

No Format
source /fnal/ups/grid/setup.sh
voms-proxy-init -voms ilc:/ilc/detector
# give passwd etc.

To submit the job, docheck the status of the proxy:

No Format

voms-proxy-info -all

Now you should be all setu to submit  a job:

No Format
condor_submit mytestslicjob.run

...

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

No Format

condor_q
or 
condor_q -globus

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

...