qsub
qsub is the command used in PBS-style workload managers to submit batch jobs to a compute cluster. It takes a job script and optional resource and policy options and passes the job to the scheduler for execution on allocated nodes. When the submission succeeds, qsub prints a job identifier that can be used to track and manage the job. The exact syntax and available options vary among PBS implementations such as PBS, Torque, OpenPBS, and PBS Pro.
Basic usage commonly submits a script directly, for example: qsub script.sh. Optional arguments adjust job metadata,
After submission, the scheduler assigns a job ID such as 12345.server. You can monitor progress with qstat