<<O>>  Difference Topic CondorClusterHomepage (r1.20 - 07 Jul 2008 - Main.brodbd)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.
Deleted:
<
<

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

Deleted:
<
<
If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.
Changed:
<
<

How do I use it?

>
>

How do I access patas?

Added:
>
>
Open an SSH connection to patas.ling.washington.edu port 22. See HowToAccessPatas for more information.

How do I use Condor to run my jobs?


Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

Differences between patas and pongo

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Linguistics software

A listing of linguistics software on Patas can be found in the CompLing database.

Patas? What's that?

Patas monkeys (pronounced "pä təs" or "pə tä", depending on which dictionary you believe) are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- brodbd - 13 Feb 2008
>
>
-- brodbd - 07 Jul 2008
 <<O>>  Difference Topic CondorClusterHomepage (r1.19 - 13 Feb 2008 - Main.brodbd)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

Added:
>
>

Differences between patas and pongo

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Linguistics software

A listing of linguistics software on Patas can be found in the CompLing database.

Patas? What's that?

Changed:
<
<
Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.
>
>
Patas monkeys (pronounced "pä təs" or "pə tä", depending on which dictionary you believe) are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 08 Jan 2008
>
>
-- brodbd - 13 Feb 2008
 <<O>>  Difference Topic CondorClusterHomepage (r1.18 - 06 Feb 2008 - Main.brodbd)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

Added:
>
>

Differences between patas and pongo

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Linguistics software

A listing of linguistics software on Patas can be found in the CompLing database.

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 08 Jan 2008

 <<O>>  Difference Topic CondorClusterHomepage (r1.17 - 08 Jan 2008 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

Changed:
<
<
* PatasShebangLines - Script headers for installed interpreters.
>
>
Added:
>
>
  • XmingGotchas - Problems with running Emacs (and some other apps) using the Windows X server Xming

Differences between patas and pongo

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Linguistics software

A listing of linguistics software on Patas can be found in the CompLing database.

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 04 Dec 2007
>
>
-- DavidBrodbeck - 08 Jan 2008
 <<O>>  Difference Topic CondorClusterHomepage (r1.16 - 04 Dec 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

Added:
>
>

* PatasShebangLines - Script headers for installed interpreters.

Differences between patas and pongo


This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Linguistics software

A listing of linguistics software on Patas can be found in the CompLing database.

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 20 Nov 2007
>
>
-- DavidBrodbeck - 04 Dec 2007
 <<O>>  Difference Topic CondorClusterHomepage (r1.15 - 20 Nov 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.
Changed:
<
<

Software on pongo that is not yet installed on patas

>
>

Linguistics software

Deleted:
<
<
This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • Some software that resides in /NLP_TOOLS on pongo has not yet been installed on patas.
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Added:
>
>
A listing of linguistics software on Patas can be found in the CompLing database.

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 24 Sep 2007
>
>
-- DavidBrodbeck - 20 Nov 2007
 <<O>>  Difference Topic CondorClusterHomepage (r1.14 - 26 Oct 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Changed:
<
<
Visit the HowToUseCondor Wiki page for a quick introduction.
>
>
Visit the HowToUseCondor Wiki page for a quick introduction. You may also want to view the PDF presentation I wrote for orientation.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • Some software that resides in /NLP_TOOLS on pongo has not yet been installed on patas.
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 24 Sep 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.13 - 24 Sep 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
Changed:
<
<
  • The NLP_TOOLS directory from pongo is not currently installed -- working on this one with Fei.
>
>
  • Some software that resides in /NLP_TOOLS on pongo has not yet been installed on patas.

  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 23 Aug 2007
>
>
-- DavidBrodbeck - 24 Sep 2007
 <<O>>  Difference Topic CondorClusterHomepage (r1.12 - 23 Aug 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.
Added:
>
>
If you do not yet have a Computational Linguistics account, fill out our online account request form. You must have a valid UW NetID.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • The NLP_TOOLS directory from pongo is not currently installed -- working on this one with Fei.
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 23 Jul 2007
>
>
-- DavidBrodbeck - 23 Aug 2007
 <<O>>  Difference Topic CondorClusterHomepage (r1.11 - 22 Aug 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
Added:
>
>
  • To encourage efficient use of the cluster, as well as to make sure the system stays responsive, long-running jobs on patas itself will automatically have their CPU priority lowered. Jobs submitted to Condor are immune from this and always run at full priority.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • The NLP_TOOLS directory from pongo is not currently installed -- working on this one with Fei.
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 23 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.10 - 13 Aug 2007 - EmilyBender)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • The NLP_TOOLS directory from pongo is not currently installed -- working on this one with Fei.
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Changed:
<
<
Patas monkeys (pronounced "pə'tä") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.
>
>
Patas monkeys (pronounced "pä'təs") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 23 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.9 - 23 Jul 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • The NLP_TOOLS directory from pongo is not currently installed -- working on this one with Fei.
Changed:
<
<
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to C before regression tests will pass.)
>
>
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to en_US instead of en_US.UTF-8 before regression tests will pass.)

  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys (pronounced "pə'tä") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 23 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.8 - 23 Jul 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix?

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
Changed:
<
<
  • The NLP_TOOLS directory from pongo is not currently installed.
  • SRILM (Regression tests fail)
>
>
  • The NLP_TOOLS directory from pongo is not currently installed -- working on this one with Fei.
  • SRILM (Regression tests fail) -- fixed, 23-JUL-2007. (Locale issue -- LANG or LC_ALL must be set to C before regression tests will pass.)

  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Changed:
<
<
Patas monkeys are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.
>
>
Patas monkeys (pronounced "pə'tä") are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

Changed:
<
<
-- DavidBrodbeck - 13 Jul 2007
>
>
-- DavidBrodbeck - 23 Jul 2007
 <<O>>  Difference Topic CondorClusterHomepage (r1.7 - 18 Jul 2007 - EmilyBender)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.
Changed:
<
<

How is it different from OpenMosix??

>
>

How is it different from OpenMosix?


If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:
Changed:
<
<
  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.
>
>
  • OpenMosix attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • The NLP_TOOLS directory from pongo is not currently installed.
  • SRILM (Regression tests fail)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 13 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.6 - 18 Jul 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix??

Changed:
<
<
If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key, fundamental differences:
>
>
If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key differences:

  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
Changed:
<
<
  • The base operating system is Redhat Enterprise Linux Server 5, instead of Debian Stable.
>
>
  • The base operating system is Red Hat Enterprise Linux Server 5, instead of Debian Stable.

  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
Added:
>
>
  • The NLP_TOOLS directory from pongo is not currently installed.

  • SRILM (Regression tests fail)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 13 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.5 - 16 Jul 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix??

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key, fundamental differences:
  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Redhat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • SRILM (Regression tests fail)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
Changed:
<
<
>
>
  • WordNet-Similarity (won't build) -- fixed & installed, 16-JUL-2007

Patas? What's that?

Patas monkeys are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 13 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.4 - 13 Jul 2007 - DavidBrodbeck)

patas.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix??

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key, fundamental differences:
  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)
  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on patas and the software loaded on pongo.
  • The base operating system is Redhat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

Software on pongo that is not yet installed on patas

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
Changed:
<
<
  • SRILM (Library issues, must be recompiled)
>
>
  • SRILM (Regression tests fail)

  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
Changed:
<
<
  • WordNet-Similarity (build issues)
>
>

Patas? What's that?

Patas monkeys are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.

-- DavidBrodbeck - 13 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.3 - 13 Jul 2007 - DavidBrodbeck)
Changed:
<
<

kong.ling.washington.edu Condor Cluster

>
>

patas.ling.washington.edu Condor Cluster


What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix??

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key, fundamental differences:
Changed:
<
<
  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster.
>
>
  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster. (The software, however, does not need to be cluster-aware.)

  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

Changed:
<
<
If you have a pongo account, you already have access to the Condor cluster. ssh to kong.ling.washington.edu.
>
>
If you have a pongo account, you already have access to the Condor cluster. ssh to patas.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

Changed:
<
<
This section documents differences between the software loaded on kong and the software loaded on pongo.
>
>
This section documents differences between the software loaded on patas and the software loaded on pongo.

  • The base operating system is Redhat Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
Changed:
<
<

Software on pongo that is not yet installed on kong

>
>

Software on pongo that is not yet installed on patas


This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • SRILM (Library issues, must be recompiled)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (build issues)
Added:
>
>

Patas? What's that?


Changed:
<
<
-- DavidBrodbeck - 11 Jul 2007
>
>
Patas monkeys are slender, ground-dwelling primates found in central Africa. They can run faster than any other primate, reaching speeds of up to 55 km/hr.
Added:
>
>

-- DavidBrodbeck - 13 Jul 2007

 <<O>>  Difference Topic CondorClusterHomepage (r1.2 - 11 Jul 2007 - DavidBrodbeck)

kong.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix??

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key, fundamental differences:
Changed:
<
<
  • OpenMosix? is transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster.
>
>
  • OpenMosix? attempts to be transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster.

  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to kong.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on kong and the software loaded on pongo.
Changed:
<
<
  • The base operating system is RedHat? Enterprise Linux Server 5, instead of Debian Stable.
>
>
  • The base operating system is Redhat Enterprise Linux Server 5, instead of Debian Stable.

  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.
Added:
>
>

Software on pongo that is not yet installed on kong

This should only be a temporary situation -- most of these will eventually make it onto the new cluster.
  • SRILM (Library issues, must be recompiled)
  • Lingua-BrillTagger, Lingua-Wordnet Perl modules ("make test" fails)
  • Text-NSP-1.01 Perl module ("make test" fails)
  • WordNet-Similarity (build issues)

Changed:
<
<
-- DavidBrodbeck - 10 Jul 2007
>
>
Added:
>
>
-- DavidBrodbeck - 11 Jul 2007
 <<O>>  Difference Topic CondorClusterHomepage (r1.1 - 11 Jul 2007 - DavidBrodbeck)

kong.ling.washington.edu Condor Cluster

What is it?

Condor is a batch-oriented clustering system. Jobs are submitted into a job queue, matched with an available compute node, and run on that node.

How is it different from OpenMosix??

If you've used our Pongo OpenMosix cluster, you may be wondering how Condor differs. There are some key, fundamental differences:
  • OpenMosix? is transparent to the user. Processes are all run on the head node, and they are then migrated to available compute nodes. By contrast, Condor requires the user to set up the job specifically to be run on the cluster.
  • OpenMosix? jobs can be interactive; Condor jobs must run without user interaction.
  • OpenMosix? cannot migrate jobs that use threads or shared memory, and jobs sometimes crash during migration. Condor can run any software that can be set up to run non-interactively, and it will have the same stability it would on a stand-alone system.

How do I get an account?

If you have a pongo account, you already have access to the Condor cluster. ssh to kong.ling.washington.edu.

How do I use it?

Visit the HowToUseCondor Wiki page for a quick introduction.

Software notes

This section documents differences between the software loaded on kong and the software loaded on pongo.
  • The base operating system is RedHat? Enterprise Linux Server 5, instead of Debian Stable.
  • We are running a 64-bit operating system, with compatibility libraries to support 32-bit software.
  • The 64-bit version of Sun's Java Virtual Machine is installed. This provides nearly 4 gigabytes of heap space, instead of 2 gigabytes in the 32-bit version. This is also a server JVM, meaning it performs some extra optimization. This results in slower startup times but long-running jobs complete faster.

-- DavidBrodbeck - 10 Jul 2007

Revision r1.1 - 11 Jul 2007 - 00:09 - DavidBrodbeck
Revision r1.20 - 07 Jul 2008 - 18:07 - Main.brodbd