Versions Compared

Key

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

...

More information about the use of Tier1 resources can be found in this guide.

Preliminary setup

To access to the grid resources @CNAF you need an account on the CNAF gateway: bastion.cnaf.infn.it. Follow this guide for the instructions on how to get an account at CNAF.

...

You need also to register to the VO muoncoll: follow this link.

Proxy

To generate a proxy:

Panel
borderColorblue
voms-proxy-init --voms muoncoll.infn.it --vomslife 24:00 --valid 24:00

...

this option to your submit file: delegate_job_GSI_credentials_lifetime = 0


Condor jobs

A simple guide can be found here.

Submit job

First of all, set GSI as the authentication method:

...

where test.sub is the submit file which represents the job.

Query job

To check the job status of a single job use:

...

Panel
borderColorblue

condor_q -pool ce02-htc.cr.cnaf.infn.it:9619 -name ce02-htc.cr.cnaf.infn.it  <matchedUser>

Get output

When the job is finished retrieve the output with the command:

Panel
borderColorblue

condor_transfer_data -pool ce02-htc.cr.cnaf.infn.it:9619 -name ce02-htc.cr.cnaf.infn.it  <condorID>

Remove job

If something went wrong remove the job with:

Panel
borderColorblue

condor_rm -pool ce02-htc.cr.cnaf.infn.it:9619 -name ce02-htc.cr.cnaf.infn.it   <condorID>

Status

Check the status of the available resources using:

Panel
borderColorblue

condor_status -pool ce02-htc.cr.cnaf.infn.it:9619 -state -avail

Use singularity image

The muoncoll software is released also through docker images or singularity images stored on the cvmfs area: /cvmfs/muoncoll.infn.it/sw/singularity/

...