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 transferred into the folder of client with these processing images. I am wondering how to submit the parameter "argument="to rscondor.exe without generating "input" files..If anybody can, please try to modify the sub.1 file
------------------ Original ------------------
Date: Fri, Mar 5, 2010 12:30 PM
To: "condor-users"<condor-users@xxxxxxxxxxx>;
Subject: Re: [Condor-users] "argument" problem in submit file
If you want your jointdom.tif file to be transferred over it probably needs to be mentioned as an input file
as well as on the commandline if that is how the exe knows where to find it.
Your 2nd example does have an input file but the 1st doesn't
JK
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx on behalf of ??~
Sent: Fri 05/03/2010 02:58
To: condor-users
Subject: [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. 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?
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.