Difference between revisions of "ARC HTCondor Basic Install"

From GridPP Wiki
Jump to: navigation, search
(HTCondor installation)
Line 5: Line 5:
 
== HTCondor installation ==
 
== HTCondor installation ==
  
<verbatim>
+
<nowiki>
 
cd /etc/yum.repos.d/
 
cd /etc/yum.repos.d/
 
wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo
 
wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo
 
yum install condor
 
yum install condor
</verbatim>
+
</nowiki>

Revision as of 18:34, 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

cd /etc/yum.repos.d/ wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo yum install condor