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

[Condor-users] "argument" problem in submit file



I have a  file (rscondor.exe) to run on Windows XP or 2000.The rscondor.exe is work fine in my computer.The exe file needs to get a command line parameter adn I need it to be launched with a different parameter on each job submitted.So i write two sub file but  sub1.file work wrong ,no any result back. but sub2.file work fine. I guess that the sub1.file issue was "arguments =" Can anyone point me what wrong in my sub1.file?
This is the sub1.file:
-----------------------------------
Executable=C:\working\rscondor\test\rscondor.exe
Universe=Vanilla
Arguments=jointdom.tif
initialdir= C:\working\rscondor
should_transfer_files = YES
when_to_transfer_output =ON_EXIT
transfer_input_files = cximagecrtd.dll,gdal14.dll,jointdom.tif
queue
 
 
sub.2  file
////////////////////////////////////////////////////////////////////////////
universe=Vanilla    
executable=C:\working\rscondor\test\rscondor.exe
input=geokl1.in
initialdir      = C:\working\rscondor
should_transfer_files = YES
when_to_transfer_output =ON_EXIT
transfer_input_files = cximagecrtd.dll,gdal14.dll,jointdom.tif
queue
---------------------------------------
geokl1.in file
////////////////////////////////////////////////////////////////////////////
geokl1.tif