Research Computing Quick Start Guide

This page provides assistance getting started with submitting and managing jobs on the CSULB research computing cluster.

Managing Your Jobs

Command Description
showq
Shows all active jobs and there job numbers
showq -u <your_BeachID>
Shows your active jobs and their job numbers
checkjob <job_number>
Shows information about your specific job, including job status
checkjob -v <job_number>
Detailed report from checkjob which is useful for debugging
canceljob <job_number>
Cancels your job from the command line
canceljob ALL
Cancels all of your jobs from the command line