Difference between revisions of "ARC HTCondor Basic Install"
From GridPP Wiki
(→HTCondor installation) |
|||
| Line 4: | Line 4: | ||
== HTCondor installation == | == HTCondor installation == | ||
| + | |||
| + | <verbatim> | ||
| + | cd /etc/yum.repos.d/ | ||
| + | wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo | ||
| + | yum install condor | ||
| + | </verbatim> | ||
Revision as of 18:33, 8 May 2014
This page explains how to setup a minimal ARC CE and HTCondor pool on a single node.
ARC CE installation
HTCondor installation
<verbatim> cd /etc/yum.repos.d/ wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo yum install condor </verbatim>