Community
Participate
Working Groups
Attempting to submit an interactive job results in a message "ERROR: invalid account for user ".
The arguments to a submit command (e.g. <arg>-A ${ptp_rm:Account_Name#value}</arg>) are passed verbatim to the remote command. This is equivalent to surrounding the arguments with quotes on the command-line (e.g. qsub -I "-A account"), which will result in the same error. The solution is to split the argument on spaces (taking into account escaping) and passing each argument separately.
Fixed in ptp_5_0 and HEAD.