Proposals:Condor: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 8: Line 8:
= Running Condor =
= Running Condor =
= Additional Notes =
= Additional Notes =
= Links =
* Detailed Condor documentation is also available on the website [http://www.cs.wisc.edu/condor/manual/v7.2/3_2Installation.html here]

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

Preparation

Installation

Running Condor

Additional Notes

Links

  • Detailed Condor documentation is also available on the website here