Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor on X86_64 no run works
- Date: Mon, 05 Nov 2007 13:33:36 +0100
- From: jmferrer <jmferrer@xxxxxxxx>
- Subject: [Condor-users] Condor on X86_64 no run works
Hi.
I'm trying build a Cluster with:
OpenSuse 10.2
Condor-6.8.6
Kernel suse 2.6.18.2-34-default
System:
1 Central Manager 1cpu x P4 ----------> no execute and yes flock
19 nodes 2 quadcore inet X86_64
I share /home in Central manger (for all nodes NFS)
If I run condor_status
gargamel:/home/condor # condor_status
Name OpSys Arch State Activity LoadAv Mem
ActvtyTime
vm1@smurf0 LINUX X86_64 Owner Idle 0.000 996 0+00:06:45
vm2@smurf0 LINUX X86_64 Unclaimed Idle 0.000 996 4+23:45:04
vm3@smurf0 LINUX X86_64 Unclaimed Idle 0.000 996 4+23:45:05
vm4@smurf0 LINUX X86_64 Unclaimed Idle 0.000 996 4+23:45:07
vm5@smurf0 LINUX X86_64 Unclaimed Idle 0.000 996 4+23:45:08
..............................
Total 87 1 0 86 0
0 0
some nodes is off
My submit file
gargamel:/home/condor # cat /home/pepe/test_condor/loop.submit
#archivo de descripcion generado automaticamente
universe = vanilla
executable = loop
output = loop.out
error = loop.err
Requirements = (Arch =="INTEL" && OpSys == "LINUX") || \
(Arch =="X86_64" && OpSys == "LINUX")
queue 5
somebody can show me how do work this?
Sorry for my englis, I'm from almeria IR.