Changes

Jump to navigation Jump to search
205 bytes added ,  15:22, 22 February 2014
Line 42: Line 42:     
== Jobs Beyond the Statistics Cluster ==
 
== Jobs Beyond the Statistics Cluster ==
 +
 +
If you would like to submit jobs beyond the statistics cluster, please e-mail the administrators for permission. Failure to do so will result in disabling your account due to a violation of terms of use.
    
To use the physics and geophysics cluster resources, it is important to set the <b>Requirements</b> carefully. Omitting <i>(ParallelSchedulingGroup == "stats group")</i> is insufficient because Condor presumes that the submitted executable can only run on the architecture from which the job is launched. This includes the distinction between x86 64 and 32 bit machines (the latter is still common on physics and geophysics cluster segments.) To insist that both architectures be used, include a requirement: <i>(Arch == "INTEL" || Arch == "X86_64")</i>
 
To use the physics and geophysics cluster resources, it is important to set the <b>Requirements</b> carefully. Omitting <i>(ParallelSchedulingGroup == "stats group")</i> is insufficient because Condor presumes that the submitted executable can only run on the architecture from which the job is launched. This includes the distinction between x86 64 and 32 bit machines (the latter is still common on physics and geophysics cluster segments.) To insist that both architectures be used, include a requirement: <i>(Arch == "INTEL" || Arch == "X86_64")</i>
191

edits

Navigation menu