Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] input data problem
- Date: Tue, 15 May 2007 08:17:49 -0700
- From: "Jones, Torrin A \(US SSA\)" <torrin.jones@xxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] input data problem
[SNIP]
Can you help me how can I input command line parameters and which
universe I
can use on windows platform.
[SNIP]
In the Submit description file, change the Universe = standard line to
Universe = vanilla. Also, add the arguments keyword and add arguments.
Examples below.
# Submit description file
Executable = hello.exe
Universe = vanilla
Output = hello.out
Log = hello.log
Queue
# Submit description file
Executable = mathematia.exe
universe = vanilla
arguments = aaa bbbb cccc dddd
input = test.data
output = test.out
error = test.error
Log = test.log
Queue