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

[Condor-users] Condor-G does not work



Hi,

When I submit condor-G job its status remains idle and the "grid_wrapper.sh" appears completed when I ran query the job queue, while submitting the same job using globus submit command works without a problem. Does any one face this problem or is their any changes that need to be made in the submission file or condor configurations? I use condor 7.6.6 and VDT 2.


condor_q

 348.0   user          4/29 13:26   0+00:00:00 I  0   0.0  hostname -f
 372.0   user          4/29 13:49   0+00:00:00 C  0   0.0  gridftp_wrapper.sh


submission file

Universe = grid
Grid_Type = gt4
GlobusScheduler = head.beng02.com
Jobmanager_Type = PBS
Executable = /bin/hostname
Arguments = -f
Output = cout.$(Cluster).$(Process)
Log =clog.$(Cluster).$(Process)
Queue


Regards,