bgmod
bgmod
modifies job groups
Synopsis
bgmod
bgmod
Description
Modifies the job group with the job group name specified by job_group_name.
Only root, LSF administrators, the job group creator, or the creator of the parent job groups can use bgmod to modify a job group limit.
You must provide full group path name for the modified job group. The last component of the path is the name of the job group to be modified.
Options
limit specifies the maximum number of concurrent jobs allowed to run under the job group (including child groups)
Specify a positive number between 0 and 2147483647. If the specified limit is zero (0), no jobs under the job group can run.
You cannot specify a limit for the root job group. The root job group has no job limit. The
If a parallel job requests 2 CPUs (bsub
job_group_name
Full path of the job group name.
Prints command usage to stderr and exits.
Prints LSF release version to stderr and exits.
Examples
The following command only modifies the limit of group /canada/projects/test1. It does not modify limits of /canada or/canada/projects.
bgmod
60Platform LSF Command Reference