< Home - < Back

condor


Information about the package, condor, which is shipped with common Linux distributions. The condor package is designed for, Condor: High Throughput Computing.


Package Name:

condor

Summary:

Condor: High Throughput Computing

Description:

HTCondor is a workload management system for high-throughput and high-performance jobs. Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor, HTCondor places them into a queue, chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion.

Architecture:

x86_64

Version:

8.4.3

Release:

1.el6

Size:

4.0 M

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for condor


Control the condor package with the following handy commands outlined below.


Command

Description of Command

yum install condor

This command will install condor on the server.

yum remove condor

This command will un-install condor on the server. When you run this command, you will be asked if you are sure that you want to remove condor, so you have to manually confirm that you want to do this.

yum -y remove condor

This command will un-install condor on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove condor when using the -y flag.

yum update condor

This command will update condor to the latest version. When you run this command, you will be asked if you are sure that you want to remove condor, so you have to manually confirm that you want to do this.

yum -y update condor

This command will update condor to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove condor when using the -y flag.

yum info condor

This command will show you core information about the condor package.

yum deplist condor

This command will show you the dependencies for condor. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update condor

This command will check if there is an update waiting on condor. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.