myjob.submit looks like this....... -------------------------------------------------------------------------------- executable=myprog1 condor_host=nileema.shingte.com universe=globus globusscheduler=nileema.shingte.com/jobmanager arguments=Example 2 output=results1.output.$(Process) error=results.error.$(Process) log=results.log notification=never should_transfer_files=YES when_to_transfer_output = ON_EXIT queue --------------------------------------------------------------------------------- Here with the above file it works fine.job is geting schedled on that particular host and it runs. But, here why do i need to specify the globusscheduler name. Condor should find the idle machines on its own, right?????
I want to condor to schedule it directly ..without specifying the gloscheduler.... How can that be done?wat do i need to change?