Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Daresbury Laboratory Condor PoolThis static information was last updated 3/3/2009. This pool is currently maintained by Rob Allan and Dave Cable./opt/condor/bin/condor_status Name OpSys Arch State Activity LoadAv Mem ActvtyTime animal.dl.ac.uk LINUX INTEL Unclaimed Idle 0.000 2048 0+02:30:04 beaker.dl.ac.uk LINUX INTEL Unclaimed Idle 0.000 2048 0+01:05:04 bunsen.dl.ac.uk LINUX INTEL Unclaimed Idle 0.000 2048 0+01:15:04 fozzy.dl.ac.uk LINUX INTEL Unclaimed Idle 0.000 2048 0+01:10:04 kermit.dl.ac.uk LINUX INTEL Unclaimed Idle 0.000 2048 0+01:05:04 slot1@rjaport.dl.ac LINUX INTEL Unclaimed Idle 0.000 1643 0+01:10:04 slot2@rjaport.dl.ac LINUX INTEL Unclaimed Idle 0.000 1643 0+23:15:28 slot1@rjavig.dl.ac LINUX INTEL Unclaimed Idle 0.000 1643 0+01:10:04 slot2@rjavig.dl.ac LINUX INTEL Unclaimed Idle 0.000 1643 0+23:15:28 statler.dl.ac.uk LINUX INTEL Unclaimed Idle 0.240 2048 0+00:00:04 waldorf.dl.ac.uk LINUX INTEL Unclaimed Idle 0.010 2048 0+00:00:04 slot1@tardis.dl.ac LINUX X86_64 Unclaimed Idle 1.000 1024 0+02:40:04 slot2@tardis.dl.ac LINUX X86_64 Unclaimed Idle 3.420 1024 1+02:40:49 rjavig6.dl.ac.uk WINNT51 INTEL Unclaimed Idle 0.020 2030 3+22:01:52 Total Owner Claimed Unclaimed Matched Preempting Backfill INTEL/LINUX 11 0 0 11 0 0 0 INTEL/WINNT51 1 0 0 1 0 0 0 X86_64/LINUX 2 0 0 2 0 0 0 Total 14 0 0 14 0 0 0Recent changes include:
Installation Procedure on Linux SystemsFurther instructions on UW Madison Web site for 7.2.1![]()
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Using and TestingNeed to source /opt/condor/condor.sh in user's environment somewhere. On some machines we set it in /etc/profile. Some useful condor commands include: condor_submituniverse = vanilla should_transfer_files = YES when_to_transfer_output = ON_EXIT requirements = ( Arch=="X86_64") && ( OpSys=="LINUX" ) executable = hostname.sh output = host.out error = host.err log = host.log notification = Error queueNote: executable must be executable! For more examples see http://www.cs.wisc.edu/condor/quick-start.html ![]() Information about Globus jobmanager-condorcp /home/globus/Growl/packages/gt4.2.1-all-source-installer//source-trees/gram/jobmanager/setup/condor/condor.in /usr/local/globus-4.2.1/lib/perl/Globus/GRAM/JobManager/condor.pm or wherever you have the installed job managers. Edit the BEGIN initialiser as follows:# RJA done this config by hand $condorbin = '/opt/condor/bin'; $condor_submit = "$condorbin/condor_submit"; $condor_rm = "$condorbin/condor_rm"; $condor_config = '/opt/condor/etc/condor_config';You now need to add some files: globus*/etc/grid-services/jobmanager-condor For additional information on this see http://www.cs.wisc.edu/condor/condor_globus.html ![]() |