Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 983 Bytes

boss-squeue.md

File metadata and controls

48 lines (32 loc) · 983 Bytes

Document for SQUEUE

Table of Contents

Aim

boss-squeue is used to get the status of jobs in the HPC. It is a wrapper of squeue command. Hence, it is necessary to install slurm first.

Usage

boss-squeue -h will show the help message.

$ boss-squeue -h
squeue - A program to get the status of jobs in the queue.
Usage:
  boss-squeue [OPTION...]

  -h, --help     Show help
  -v, --version  Print the current version number
  -m, --me       Check Your own jobs' status
  -d, --debug    Enable debug mode
  • Example 1

img.png

  • Example 2

img.png

Performance

The performance is tested simply by time command. It is not a benchmark.

Command Time
boss-squeue 0.7s
boss-squeue --me 0.5s

Current Issues