LSF_MANAGE_MIG

Enables dynamic Nvidia Multi-Instance GPU (MIG) scheduling.

Syntax

LSF_MANAGE_MIG=Y | y | N | n

Description

If set to Y or y, enables dynamic MIG scheduling. LSF dynamically creates GPU instances (GI) and compute instances (CI) on each host, and LSF controls the MIG of each host. If you enable dynamic MIG scheduling, do not manually create or destroy MIG devices outside of LSF.

If set to N or n, LSF uses static MIG scheduling. LSF allocates the GI and CI based on the configuration of each MIG host, and dispatches jobs to the MIG hosts. LSF does not create or destroy the GI and CI on the MIG hosts. If you use static MIG scheduling and want to change MIG devices, you must wait for the running MIG job to finish, then destroy the existing MIG device, create a new MIG device, and restart the LSF daemons.

If you change the value of this parameter, you must wait until all MIG jobs that are running on a cluster are done, then restart the LSF daemons for your changes take effect.

After changing the value of this parameter, you must restart the LSF daemons for your changes to take effect.

Default

N.