Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Big problem in submit file
- Date: Fri, 5 Mar 2010 14:32:22 +0800
- From: "bluewind" <bluewind20000@xxxxxx>
- Subject: [Condor-users] Big 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. At the same time sub2.file work fine. I guess that the sub1.file issue was "arguments =" Can anyone point me what wrong in my sub1.file?
My aim is that ,when tasks are operating in remote computing nodes, I need input names and parameters of processing images into rscondor.exe which has already been transferred into the folder of client with these processing images. I am wondering how to submit the parameter by "argument="to rscondor.exe without generating "input" files..If anybody can, please try to modify the sub.1 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
--
Scanned by iCritical.