Skip to content

Batch Systems and the Grid

Raphael Friese edited this page Aug 17, 2016 · 10 revisions

Grid-Control

The grid-control is properly installed by the checkout_packages.sh script (see Checkout Recipe).

Then you run it just by calling the executable go.py.

You can check that go.py is in the $PATH with which go.py.

gfal-tools

Since data on dcache is at most mounted read-only, one needs special tools to do so. Available are srm-tools, lcg tools and gfal-tools. Only the latter one support recursive commands

To use them, just add "gfal-" before usual POSIX commands:

  • gfal-ls
  • gfal-rm [-r]
  • gfal-mkdir
  • gfal-copy [-r]
  • gfal-rename

using the usual prefix before the directory in question, e.g. srm://dcache-se-cms.desy.de:8443/srm/managerv2?SFN=/ for desy dcache or file://// for local files

Clone this wiki locally