当前位置:网站首页>LSF的常用使用命令总结
LSF的常用使用命令总结
2022-04-23 01:33:00 【Alfred.HOO】
LSF 基本介绍
LSF(Load Sharing Facility)是IBM旗下的一款分布式集群管理系统软件,负责计算资源的管理和批处理作业的调度。它给用户提供统一的集群资源访问接口,让用户透明地访问整个集群资源。同时提供了丰富的功能和可定制的策略。LSF 具有良好的可伸缩性和高可用性,支持几乎所有的主流操作系统。它通常是高性能计算环境中不可或缺的基础软件。作用上与PBS一样,使用方法略有不同。
LSF的功能和命令非常多,这里主要介绍普通用户常用命令,更详细的命令文档参见https://www.ibm.com/docs/en/spectrum-lsf/10.1.0?topic=reference-command
1.bqueues
查看各个队列的排队状况。
bqueues -l linuxq
查看linuxq队列的排队状况。
2.bhosts
查看队列系统中各个主机的状态
3.bhist
显示最近完成和正在进行作业的历史情况
4.bkill 400
删除jobid为400的作业
5.bjobs
查看队列系统中各个计算工作的执行状态
bjobs -l linuxq
查看linuxq队列中的各个工作的执行状态
bjobs -u user20
查看用户为user20的各个工作的执行状态
bjobs -u all
查看所有用户的各个工作的执行状态
bjobs -r
显示正在运行的作业
bjobs -a
显示正在运行完成和运行的作业
bjobs -p
显示等待运行的作业和原因
bjobs -s
显示挂起的作业和原因
版权声明
本文为[Alfred.HOO]所创,转载请带上原文链接,感谢
https://blog.csdn.net/Michael177/article/details/124353983
边栏推荐
- VSCODE + PHP Debug + 名字空间指引
- Is the stable currency a super opportunity to accelerate the death of the public chain or replace BTC?
- 计蒜客:数独(DFS)
- 天梯赛L2-6 树的遍历
- 京东一面:子线程如何获取父线程 ThreadLocal 的值?我蒙了。。。
- Oracle database query lock table SQL script and delete lock information script (necessary for database development ETL and DBA)
- The most understandable life cycle of dependency injection
- GBASE 8s 共享内存缓冲池介绍
- Vs + C realizes that the form input box displays gray text by default
- 计蒜客家谱(dfs求直系后代数)
猜你喜欢
C language guessing game and trickery game
Generating class diagram with EA reverse engineering code
Oracle database query lock table SQL script and delete lock information script (necessary for database development ETL and DBA)
Function encapsulation such as addition, deletion, modification and query of linked list (summary)
The most easy to understand service container and scope of dependency injection
清研环境深交所上市:年营收1.8亿 市值41亿
全排列(DFS和next_permutation解法)
How to introduce SPI into a project
Unrelated interprocess communication -- creation and use of named pipes
Completely uninstall antidote 10? What if the antidote uninstall is not clean?
随机推荐
gin--hello
What is October 24th? Why are there no senior programmers in China in their fifties and sixties, while foreigners,,, Yu Nianyu Hui take you to celebrate the 1024 programmer Festival
GBASE 8s分片表管理操作
After ten years of testing experience, I have sorted out the most suitable software testing learning guide for you
Interface automation session authentication solution
On regular expression matching cryptography
Vs + C realizes that the form input box displays gray text by default
01 knapsack problem - and deformation problem
Examples of branch and loop statements
leetcode771. Gemstones and stones
[interview skills] how to face an interview without a leading group
Vscode + PHP debug + namespace guidelines
Full Permutation (DFS and next_permutation solution)
Detonate the bomb (DFS)
Gbase 8s group by function introduction
Basic knowledge of software testing (detailed version) collection of this article is enough
How to introduce SPI into a project
Gbase 8s数据库日志简介及管理
最新流程引擎 flowable 6.7.2 更新说明
Find number (DFS)