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

RE: [Condor-users] Special characters in submit file



> Yes, i''ve tried to do that but the simulator expects to see < in
> order to get the input file name. is there a way to do that?
> What i have in my submit file is :
> Executable = sim-fast
> arguments =  equake.ss < equake-inp.in

sorry, presumably you are not on *nix then.

If Windows, how about using a batch script as your "executable"
and putting the line above in that script.

If it is a vanilla job, that should be fine.

JK