Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] Unable to run with mutiple files.
- Date: Thu, 26 May 2005 09:38:07 +0100
- From: "Wilding, Kevan A" <kwilding@xxxxxxxxxxx>
- Subject: RE: [Condor-users] Unable to run with mutiple files.
Just add the necessary files to the
Transfer_input_file=file1, file2 , file3
Etc.
Kevan
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Srirangam
Addepalli
Sent: 25 May 2005 18:19
To: Condor-Users Mail List
Subject: [Condor-users] Unable to run with mutiple files.
Hello,
I have a executable which requires three more files to be in the same
directory where it is located to run a job. I was trying the following
script which i thought should work. How ever the executable is not able
to
find the other three files. Do i need to be exporting any other variable
to
run this job.
Thanks
Rangam
*My submit description file*
universe = vanilla
environment = path=c:\winnt\system32
executable = executable.exe
ShouldTransferFiles = ALWAYS
WhenToTransferOutput = ON_EXIT
input = 1.inp
input= GENBAS
input = messages
input = comdyn.f
output= 1.out
error = 1.err
log = 1.log
queue