Last active
September 21, 2020 15:15
-
-
Save elowy01/8bb868fdd8e1aa9d52ae3fcdc1349404 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Command lsid | |
View LSF version, cluster name, and current master host | |
# Command lsclusters | |
Run lsclusters to find out who your cluster administrator is and see a summary of your cluster: | |
# bparams | |
Run bparams to display the generic configuration parameters of LSF. These include default queues, job dispatch interval, job checking interval, and job accepting interval. | |
# modifyng limits for a certain job group | |
bgmod -L 5 /archivefiles # job group limit is 5. The name of the job group is /archivefiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment