The problem is, job gets submitted but remains in "idle" state.
D:\condor\CON-MP~1>condor_q
-- Submitter: support-2 : <
10.129.150.53:1044> : support-2
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
4.0 Administrator 4/27 11:38 0+00:00:00 I 0 0.0 job.cmd
1 jobs; 1 idle, 0 running, 0 held
D:\condor\CON-MP~1>condor_q -analyze
-- Submitter: support-2 : <
10.129.150.53:1044> : support-2
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
---
004.000: Run analysis summary. Of 3 machines,
3 are rejected by your job's requirements
0 reject your job because of their own requirements
0 match but are serving users with a better priority in the pool
0 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
WARNING: Be advised:
No resources matched request's constraints
Check the Requirements _expression_ below:
Requirements = ((machine == "
support-2.locuzblr.co.in")) && (Arch == "INTEL") &&
(OpSys == "WINNT51") && (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize) &
& (HasMPI) && (HasFileTransfer)
WARNING: Analysis is meaningless for MPI universe jobs.
1 jobs; 1 idle, 0 running, 0 held
D:\condor\CON-MP~1>
D:\condor\CON-MP~1>type job.sub
universe = MPI
executable = job.cmd
log = mpilog
output = mpioutput
error = mpierr
machine_count = 1
requirements = ( machine == "
support-2.locuzblr.co.in" )
queue
D:\condor\CON-MP~1>type job.cmd
E:\mpich2\bin\mpiexec.exe -n 1 E:\mpich2\examples\himpi.exe > proout.txt
D:\condor\CON-MP~1>