Skip to content

Instantly share code, notes, and snippets.

@elowy01
Last active September 21, 2020 15:15
Show Gist options
  • Save elowy01/8bb868fdd8e1aa9d52ae3fcdc1349404 to your computer and use it in GitHub Desktop.
Save elowy01/8bb868fdd8e1aa9d52ae3fcdc1349404 to your computer and use it in GitHub Desktop.
# 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