[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Job submission using Condor-G to gt4
- Date: Wed, 16 Aug 2006 19:12:58 +0530
- From: "Pranav Aggarwal" <pranav.aggwl@xxxxxxxxx>
- Subject: [Condor-users] Job submission using Condor-G to gt4
Hi,
I am trying to submit job from condor-g to GT4...
this is what i have done...
$cat env3test
executable = /bin/ls
universe = grid
grid-type = gt4
globusscheduler = i2it:8443
jobmanager_type = Fork
#universe = globus
output = test_env3.out
log = test_env3.log
error = test_env3.err
notification = error
queue 1
when i submit
i get following...
$ condor_submit env3test
Submitting job(s)
WARNING: Param jobmanager_type is not supported for grid types other than gt4
.
ERROR: Failed to parse command file (line 12).
further i have done as given in the
http://www.cs.wisc.edu/condor/condor_globus.html for the heterogenous systems... still no help...
whereas on other system where i have not done the above i am getting ...
$condor_q -ana
-- Submitter: xxxxxxxxxxxxxxxxx : <
192.168.7.130:32804> : xxxxxxxxxxxxxxxxxxx
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
---
108.000: Run analysis summary. Of 2 machines,
0 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
2 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: Analysis is only meaningful for Globus universe jobs using matchmaking.
1 jobs; 1 idle, 0 running, 0 held
I would be thankful, if you could tell me where am i going wrong... thanx..
Pranav .....