[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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