-
Notifications
You must be signed in to change notification settings - Fork 18
Batch Systems and the Grid
Thomas Müller edited this page Nov 28, 2016
·
10 revisions
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
.
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