当前位置:网站首页>LSF bsub command
LSF bsub command
2022-06-29 20:42:00 【Luca cat】
List of articles
One 、LSF(load sharing facility)
Tools for distributed resource management , To schedule 、 monitor 、 Analyze the load of networked computers .
Purpose : Through centralized monitoring and calling , Fully share your computer's CPU、 Memory 、 disk 、license And so on .
A set of LSF The software of the computer constitutes a cluster.cluster Unified monitoring and scheduling of resources in .
Two 、bsub command
bsub [options] command [argument]
Command parameter :
-q Select the queue
-i Specify input file
-o Specify output file , The standard output information will be saved to this file after the job is submitted
-e Specify output file , After the job is submitted, the standard error output information is saved in this folder
-n Specify the... Required by the job CPU nucleus
-J The name of the assignment
-m lose job To the designated machine
-I Interactive mode , At this time, the terminal cannot input
-lp Submit job When providing virtual terminal Support , Such as vim This application is required terminal Supported by
-R Specify the resource requirements for the current task
-W Limit job run time
bsub -n x -q queuename -R rusage[mem=10240] -i inputfile -o outputfile COMMAND
among x Represents the... Required for submitting the job CPU Count ,-q Specify the queue to which the job is submitted , If not -q Options , The system submits the job to the default job queue . The task requires 10G Memory ,inputfile Represents the file name that the program needs to read ,outputfile For a file , The standard output information will be saved to this file after the job is submitted . COMMAN Is the program that the user wants to run
Use 8 individual cpu Run the task
bsub -n 8 /.... run.tcl -8 -log flow.log
3、 ... and 、 Common commands
3.1 bhosts
utilize bhosts Command to view the current idle status of each node 
3.2 bqueues
utilize bqueues You can view existing queue information 
3.3 bjobs
utilize bjobs You can view the operation of the job ,bjobs | wc Total job Count 
utilize bjobs -u name You can view the specific tasks under the user 
3.4 bkill
utilize bkill Command can terminate a running or queued job ,
[[email protected]] bkill 79726
Job <79722 > is being terminated
3.5 bhist
bhist -a: View the completed job information
3.6 busers
utilize busers You can view user information 
边栏推荐
- 2021 CCPC Harbin J. local minimum (thinking question)
- The explain statement in MySQL queries whether SQL is indexed, and several types in extra collate and summarize
- Coreldraw2022 new version v24.1.0.360 update
- Proxmox cluster node crash handling
- 日本樱桃一颗拍出1980元天价,网友:吃了有上当的感觉
- Jupyter service installation and startup
- 输入年份与月份,求该月共有多少天
- 跳转打开新窗口
- Liunx instruction
- Exercise 8 Chapter 8 Verilog finite state machine design -4 Verilog quartus Modelsim
猜你喜欢

"Operation and maintenance department has Xiao Deng" to review and analyze file and folder access rights

"Xiaodeng" in operation and maintenance monitors user login operations in real time

如何审核 Active Directory 用户账户更改?

Explain PBR texture maps

Win7 Easy Connect prompt: route selection connection failed. The current connection network may be abnormal. Please try again later

A great open source image watermarking solution

期末复习【微机原理】

18. `bs对象.节点名.next_sibling` previous_sibling 获取兄弟节点

Three.js开发:粗线的画法

Hangfire详解
随机推荐
The explain statement in MySQL queries whether SQL is indexed, and several types in extra collate and summarize
导航 实验【微机原理】【实验】
Set up your own website (12)
. NETCORE unified authentication authorization learning - run (1)
导航 习题【微机原理】【习题】
深入Go底层原理,重写Redis中间件实战无密
JMeter BeanShell explanation and thread calling
Comparable比较器写法&ClassCastExcption类转换异常
Go: how to write a correct UDP server
Ovirt database modify delete node
What are the mainstream brands of smart door locks? What characteristics should we pay attention to when purchasing door locks?
Special training of C language array
proxmox集群节点崩溃处理
Tag based augmented reality using OpenCV
C#_ Convert camera images to bitmap format and draw Crosshairs
Chapter II (physical layer)
【编译原理】类型检查
网站压力测试工具——Webbench
Uncover the secret! Pay attention to those machines under the membership system!
「运维有小邓」Active Directory批量用户创建