Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Unable to run with mutiple files.
- Date: Wed, 25 May 2005 12:18:52 -0500
- From: Srirangam Addepalli <rangam@xxxxxxxxx>
- 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
Transfer_input_file=messages
WhenToTransferOutput = ON_EXIT
input = 1.inp
input= GENBAS
input = messages
input = comdyn.f
output= 1.out
error = 1.err
log = 1.log
queue