|
Lexor: the LCG Executor for Atlas distributed production system |
|
|
Alessandro De Salvo Guido Negri David Rebatto Luca Vaccarossa |
cd ~/windmill-0.9.8
ln -s ../lexor-0.3.10 lexor
data/windmill.xml and modify the two <resource>
tags. You can put whatever you want there, but they must be equal and unique.
A good naming convention can be lexor.ui.name, e.g. lexor.mi.david.
Please keep in mind that submitted jobs definitely belong to the supervisor having the choosen resource value;
if you change it, Windmill won't manage the old jobs anymore...
lexor.cfg from Lexor directory to Windmill directory and edit it to
set the correct ResourceBroker and MyProxyServer hostnames.allowedSites
parameter to specify a (list of) regular expression(s): only matching CEs will be choosen for job execution.| to submit only on INFN sites: | allowedSites = .*\.infn\.it.* |
| to submit only at CERN on long queues: | allowedSites = .*\.cern\.ch.*long |
./launch_supervisor
and ./launch_executor in two different shells. Remember that you need a valid
proxy both on the UI and in the myProxyServer for Lexor to run.print and xml in both the consoles (see Windmill commands' documentation).