Difference between revisions of "ARC HTCondor Basic Install"

From GridPP Wiki
Jump to: navigation, search
Line 5: Line 5:
 
== HTCondor installation ==
 
== HTCondor installation ==
  
<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
+
</nowiki>
+

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