[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] FC6



On May 15, 2007, at 10:56 AM, Ian Cottam wrote:

While I'm on, and a separate issue, is anyone else having problems with
x86_64 Linux machines not accepting jobs?

By default, jobs submitted from an x86 machine won't run on an x86_64. You can make them run there by putting the following in your submit file:

requirements = (Arch == "INTEL" || Arch == "X86_64")

+--------------------------------+-----------------------------------+
|           Jaime Frey           | I used to be a heavy gambler.     |
|       jfrey@xxxxxxxxxxx        | But now I just make mental bets.  |
| http://www.cs.wisc.edu/~jfrey/ | That's how I lost my mind.        |
+--------------------------------+-----------------------------------+