Hi, Am 13.05.2011 um 22:37 schrieb William Deegan:
> I'm getting an error when I specify the job name as: -N 3097-R9a > > Unable to run job: denied: "3097-R9a" is not a valid object name (cannot > start with a digit). > > The manpage for qsub says -N name should follow the name entry in sge_types > which states: > name > The name may be any arbitrary alphanumeric ASCII string, but may not > contain "\n", "\t", "\r", "/", > ":", "@", "\", "*", or "?". > > > Is the manpage incorrect? it's only missing one detail: the first character is used to destinguish between a "job-id" and a "job-name", as several commands like `qdel <wc_job_range_list>` or options like `qsub -hold_jid <wc_job_list> ...` accept both. Sure, it's worth to be mentioned somewhere: neither "job-id" nor "job-name" is defined in sge_types(1) but used therein for "wc_job". Another way could be to define that at least one non-numeric character in a "wc_job" specification at any position makes it a "job-name". -- Reuti _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
