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

[Condor-users] Arguments issue



Hy everybody

I have a test system with condor 6.8.5 and centos5, one master/submit node and 3 execute nodes.

When I submit a job with arguments, condor accept it but doesn't pass the argument to the test script.

This is the submit file:

-----------------------------------
Universe = vanilla
Executable = condor_shell_test_1.sh
getenv = True

Output = test1.$(Cluster).$(Process).output
Error = test1.$(Cluster).$(Process).error
Log = test1.$(Cluster).$(Process).log

should_transfer_files = YES
when_to_transfer_output = ON_EXIT

Queue

Arguments = 100
Queue

arguments = 200
Queue

arguments = 10
Queue

arguments = 1000
Queue
----------------------------------

when you do "condor_q -long" on the first job, I get this:
...
Arguments = ""
...

as it should be.
On the second job, I find this:
...
Arguments = ""
...
Args = "100"
...
and here I'm lost!!!

Could anybody shed some light for me?
I do not know what I'm doing wrong.

Thanks a lot
Max