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

[Condor-users] Problems Submitting Multiple Jobs



All,
   I am able to submit this job to my queue with what I think is the
correct way to submit the arguments for the application.  The
executable is passed in to the queue but is immediately placed in idle
mode.  Why is this not running correctly?  Does anyone have any
feedback for me here?  I have thousands of processes just like this
that take an hour or so at a time to process so I would think that
distributing this over a cluster or processors would greatly help to
speed up processing times.

#
# TEST CONDOR SCRIPT
#

Universe   = vanilla
Executable = C:\Program Files\FWTools2.0.4\bin\gdal_translate.exe
Arguments  = "-of GTiff -co 'TFW=YES'"\
            "-a_nodata 0 -a_srs 'EPSG:102645'"\
            "C:\WorkSpace\36119h7se.jpg C:\WorkSpace\36119h7se.tif"
Log        = simple.log
Output     = simple.out
Error      = simple.error
Queue

Thanks,
AWE