Help Docs

OrangeGrid / HTCondor Guides

This guide provides enough guidance to submit and observe the successful completion of a first job.

Matlab Batch Commands

Lean more about the syntax and arguments of batch commands. Also see examples and tips on how they’re implemented.

Running Your Job

Condor works by match-making jobs in the queue to available machines in the pool.  So far we have seen the two key elements of the pool: the job queue, which is displayed by  condor_q and the pool status which is displayed by condor_status. Continue Reading