|
NAMEnqs2pbs - convert NQS job scripts to PBSSYNOPSISnqs2pbs nqs_script [pbs_script]DESCRIPTIONThis utility converts a existing NQS job script to work with PBS and NQS. The existing script is copied and PBS directives, #PBS , are inserted prior to each NQS directive #QSUB or #@$ , in the original script.Certain NQS date specification and options are not supported by PBS. A warning message will be displayed indicating the problem and the line of the script on which it occurred. If any unrecognizable NQS directives are encountered, an error message is displayed. The new PBS script will be deleted if any errors occur. OPERANDS
NOTESConverting NQS date specifications to the PBS form may result in a warning message and an incompleted converted date. PBS does not support date specifications of "today", "tomorrow", or the name of the days of the week such as "Monday". If any of these are encountered in a script, the PBS specification will contain only the time portion of the NQS specification, i.e. #PBS -a hhmm[.ss]. It is suggested that you specify the execution time on the qsub command line rather than in the script.Note that PBS will interpret a time specification without a date in the following way:
PBS does not support time zone identifiers. All times are taken as local time. SEE ALSOqsub(1B)
Visit the GSP FreeBSD Man Page Interface. |