HemTools
latest
  • NGS pipelines
  • Data Visualization
  • Motif Analysis Suite
  • Integrative Analysis
  • Linux Art
    • Building DNAnexus APP
    • Start JupyterLab in HPC
    • Start JupyterLab-AI in HPC (qwen3.5)
    • Start JupyterLab-AI in HPC (llama3.3-70b)
    • To use jupyter ai locally, I have modified
    • Things about R
    • bjobs related commands
      • check output from a job
      • check memory usage
      • Kill all by queue name or job name
    • conda cheatsheet
    • Docker notes
    • Using Git version control
    • Log in to compute node
    • Convert html file to PDF or PNG
    • Linux text file operations
    • Python visualization code examples
    • Merge Images
    • Setup opencode on HPC
    • Things about python
    • Remove <U+FEFF> character in your file
    • How to download folders in sourceforge
    • Notes on Sphinix
    • SSH to HPC without password
    • WezTerm & HPC Workflow Setup (Windows Edition)
  • Installation
  • A collection of Jupyter Notebooks
  • Bioinformatic Tools
  • Accessible Data in HemTools
  • Gallery (stand-alone tools)
  • Differential Analysis pipelines
  • Study notes
  • Machine Learning pipelines
  • CRISPR tools
  • Bioinformatics Core Competencies
  • HemAgent: Autonomous and Reproducible Bioinformatics
HemTools
  • »
  • Linux Art »
  • bjobs related commands
  • Edit on GitHub

bjobs related commands¶

check output from a job¶

bpeek jid[array_id]

check memory usage¶

bjobs -l jid[array_id]

Kill all by queue name or job name¶

when job_ID is 0, it means for all jobs, otherwise only the most recent submission will be killed

https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=reference-bkill

bkill -J *_*

bkill -q standard 0

code @ github.

Next Previous

© Copyright 2020, Yichao Li, Yong Cheng.

Built with Sphinx using a theme provided by Read the Docs.