Hi
I submitted job to condor of three linux machine, but i am not getting a result.
I am using Network file sharing system ,here is my Submit file:
universe = vanilla
executable = Number
Requirements = (Machine == "CTP-SCSL") && (Arch == "INTEL") && (OpSys == "LINUX")
&& (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize) && (HasFileTransfer)
output = output1-3.txt
transfer_executable = TRUE
should_transfer_files = YES
transfer_files = ALWAYS
when_to_transfer_output = ON_EXIT
error = Number.error
log = Number.log
queue 1
And when i am runnning condor_q -analyze , i am getting following desc 2 are rejected by your job's requirements
1 reject your job because of their own requirements
0 match, but are serving users with a better priority in the pool
0 match, match, but reject the job for unknown reasons
0 match, but will not currently preempt their existing job
0 are available to run your job
No successful match recorded.
Last failed match: Mon Aug 8 16:08:19 2005
Reason for last match failure: no match found
ription.
please help me out.
-Hitesh