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> |