Hi,
I am using Condor 6.6.11 and MPICH 1.2.4 .
I just write a hello world mpi program , i can run it
using mpirun on 2 nodes .
But when i submit it to condor ,it does not run .
condor_q -analys on nodes 1 ( also be the master) :
0 are reject ....
0 reject your job ...
0 match ,but are serving users with a better priority
in pool.
1 match ,match, but reject for unknow problem .
0 match,but will not currently preempt ...
1 are avaible to run your job .
Here condor_q -analys on nodes 2 :
0 are reject ....
0 reject your job..
0 match ,but ....
2 match ,match ,but reject for unknown problem.
0 match ...
0 are avaible to run your job.
here is my submit file
universe = MPI
execute = HelloMPI
machine_count = 2
queue
Please help me . i configured dedicateschedular . i
searched this mail list ,but i can't sovle the
problem.
Thanks in advance .