Versions Compared

Key

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

...

For other option see for example here

Commands

This is a list of the more used commands, see documentation for more info:

## submit job
condor_submit -spool  job.sub

## query all mine jobs
condor_q
condor_q -l <jobid>

## query all jobs
condor_q -all

## remove single job 
condor_rm <jobid>

## remove all _terminated_ jobs
condor_rm -constraint 'JobStatus == 4'

## ssh to job's worker node
condor_ssh_to_job <jobid>

## transfer condor stdout/err
condor_transfer_data <jobid>


Eos

/eos/experiment/muoncollider/ is the experiment available space

...

export EOS_MGM_URL=root://eosexperiment.cern.ch

Commands

User can access (list and read) files in CERN EOS from non lxplus nodes, without being authenticated.

...