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

Re: [Condor-users] Error: Posix limits path names to 256 bytes ???



Alexander Dietz wrote:
Executable = lalapps_inspiral_condor --verbose --debug-level 33

...


You want to split this into two pieces:

Executable = lalapps_inspiral_condor
Arguments  = --verbose --debug-level 33 ...

The executable is just the name of the program you want to execute, and all of the arguments should be in the arguments parameter.

You're limited to 4096 bytes of arguments, but that should be enough for you.

-alain