Proposals:Condor: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 4: | Line 4: | ||
= Downloading Condor = | = Downloading Condor = | ||
Different versions of condor can be downloaded from [http://www.cs.wisc.edu/condor/downloads-v2/download.pl here] | |||
= Preparation = | = Preparation = | ||
= Installation = | = Installation = |
Revision as of 18:27, 16 April 2011
Introduction
Condor is an open source distributed computing software framework. It can be used to manage workload on a dedicated cluster of computers, and/or to farm out work to idle desktop computers. Condor is a cross-platform system that can be run on Unix and Windows operating system. Condor is a complex and flexible system that can jobs in serial and parallel mode. For parallel jobs, it supports the standard MPI standard. This Wiki page is dedicated to document our working experience using Condor.
Downloading Condor
Different versions of condor can be downloaded from here
Preparation
Installation
Running Condor
Additional Notes
Links
- Detailed Condor documentation is also available on the website here