Platform LSF Reference Version 6.2
bgadd
Platform LSF Reference
41
bgadd
creates job groups
SYNOPSIS
bgadd job_group_name
bgadd [-h | -V]
DESCRIPTION
Creates a job group with the job group name specified by job_group_name.
You must provide full group path name for the new job group. The last component of
the path is the name of the new group to be created.
You do not need to create the parent job group before you create a sub-group under it.
If no groups in the job group hierarchy exist, all groups are created with the specified
hierarchy.
OPTIONS
job_group_name
Full path of the job group name.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
EXAMPLES
◆
% bgadd /risk_group
creates a job group named risk_group under the root group /.
◆
% bgadd /risk_group/portfolio1
creates a job group named portfolio1 under job group /risk_group.
SEE ALSO
bgdel(1), bjgroup(1)