[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] could not sumit job using condor-G



Hi,

I installed VDT2 on a condor cluster to be able to use condor-G but when I submit a job it become hold. Following are the submitting file and the job log I want to know if there are any configuration that I need to set or is their a mistake in the submitting file.

executable = /bin/hostname
arguments = -f
grid_resource = gt4 head.beng02.com/jobmanager-pbs
universe = grid
output = cout.$(Cluster).$(Process)
log =clog.$(Cluster).$(Process)
queue


LOG:

000 (282.000.000) 04/28 19:45:12 Job submitted from host: <192.168.0.10:49285>
...
012 (282.000.000) 04/28 19:45:15 Job was held.
        GridResource missing JobManager type
        Code 0 Subcode 0


Regards,