Difference between revisions of "ARC HTCondor Basic Install"

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