Generate a PBS script and submit it as a PBS job using qsub.
pbsxplor: [option] where option is any of those listed under xplor -help, with the additional PBS-specific options below. By default, the output (log) file name prefix is the root name of the run script.
Options:
-f - specify that the job is fault-tolerate - see man qsub.
-l <PBS job options>
-W <PBS -W conditionals>
-jobs_per_node <num> -
manually specify how many parallel structure
calculations will occur on all nodes. By default,
this is automatically determined to be the number of
cores present.
-max_procs - run at most this many total simultaneous Xplor-NIH
jobs.
-nomail - do not send emails at jobs start and stop
-toQsub <arg> - pass the specified argument to qsub. Thos option
can be specified more than once.
-keep - do not delete the automatically generated PBS script
-rsh - specify the command to execute a remote command
-N <name> - specify PBS job name