Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "NGI CZ:DIRAC for Auger"

From EGIWiki
Jump to navigation Jump to search
(Created page with "= DIRAC for Auger = We have chosen DIRAC interware as a base underlying software for distributed computing. == How to start == Users can install DIRAC ...")
 
Line 1: Line 1:
= DIRAC for Auger =
= DIRAC for Auger =
We have chosen [[http://diracgrid.org/|DIRAC interware]] as a base underlying software for distributed computing.
We have chosen [http://diracgrid.org/|DIRAC interware] as a base underlying software for distributed computing.


== How to start ==
== How to start ==
Users can install DIRAC client on their local computer. Instructions are on [[ http://diracgrid.org/files/docs/UserGuide/GettingStarted/InstallingClient/index.html|DIRAC web site]]
Users can install DIRAC client on their local computer. Instructions are on [http://diracgrid.org/files/docs/UserGuide/GettingStarted/InstallingClient/index.html|DIRAC web site]


Another possibility suitable mostly for test job submission, job monitoring and accounting is to connect to the [[https://dirac.in2p3.fr/|France Grille DIRAC web server.]]
Another possibility suitable mostly for test job submission, job monitoring and accounting is to connect to the [[https://dirac.in2p3.fr/|France Grille DIRAC web server.]]

Revision as of 11:22, 12 March 2015

DIRAC for Auger

We have chosen interware as a base underlying software for distributed computing.

How to start

Users can install DIRAC client on their local computer. Instructions are on web site

Another possibility suitable mostly for test job submission, job monitoring and accounting is to connect to the [Grille DIRAC web server.]

Command line interface is also available on ui1.grid.cesnet.cz. Example of a session:

# initialisation
source /home/chudoba/dirac/bashrc
dirac-proxy-init -g auger_user -M 

# job submission
dirac-wms-job-submit auger_basic_test_cesnet.jdl 
JobID = 29086015

# job status query
dirac-wms-job-status 29086015
JobID=29086015 Status=Done; MinorStatus=Execution Complete; Site=LCG.CESNET.cz;

# output download
dirac-wms-job-get-output -D out 29086015