Supercharge Your LAN With Condor, Part 2 | Linux Today

Supercharge Your LAN With Condor, Part 2

Written By
JK
Juliet Kemp
Sep 25, 2008

“In the previous article of this 2-part series, you got your
Condor client and server set up. Now let’s test them out by
submitting a job.

“First, you’ll need to set the CONDOR_CONFIG
environment variable to the location of your condor_config
file.

“Next you have to create a Condor submit file. This tells Condor
what your job is, how to run it, and what its requirements are.
Here’s a very basic example:

Executable  = test.sh
Log         = test.log
error       = test.error
Universe    = vanilla
Queue

“This tells Condor to queue up one copy of test.sh for
execution (a good test.sh for our purposes might be one
that echos the date to a file, sleeps 5 seconds, and then echoes
the date again to the same file). No platform is specified, so the
default is to make it the same OS and architecture as the machine
that the job was submitted from (so on the machine I’m writing this
on, that would be i386 Linux). A log file is given, and somewhere
to put stderror. No input or output commands are given, so
stdin and stdout will both go to
/dev/null.”

Complete
Story

JK

Juliet Kemp

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.