CCC PC ClusterHow to submit a job NOTE: You must have /usr/pbs/bin in your PATH list! To submit the previous script to PBS, you should use the qsub command. For instance, if the script were called run_job you would submit it using qsub -q queue run_job where queue specifies the submission queue. Valid queue names are:
Once the job completes, PBS creates two files, <pbs_script_name>.o<job_id> and <pbs_script_name>.e<job_id>, for standard output and error messages from the PBS script you used to run the job. Continue on to How to the status of a running job. |
