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

RE: [Condor-users] changing requirements after a job is submitted



> > Make damn sure you get it right or you'll be VERY annoyed...
> 
> Maybe this is interesting for you,
> 
> For some reason, you have to write three quotation marks to 
> edit a string
> value if you use Condor for Windows. For example, if you want 
> to change the
> requirements from WINNT50 to WINNT51 you have to write
> 
> Condor_qedit requirements """WINNT51"""

Would 
Condor_qedit requirements '"WINNT51"'

not work?

In Unix and Linux you'd have to protect your params from the shell, I'd have thought
the above would work in that case. If you are doing it from within a .cmd/.bat
file then I suspect some other sort of quoting would be neccessary.

cheers

JK