LSF Version 7.3 - Platform LSF Configuration Reference

LSF_LIM_PORT=7869
LSF_RES_PORT=6878
LSB_MBD_PORT=6881
LSB_SBD_PORT=6882
LSF_LOAD_USER_PROFILE
Syntax
LSF_LOAD_USER_PROFILE=local | roaming
Description
When running jobs on Windows hosts, you can specify whether a user profile should be loaded.
Use this parameter if you have jobs that need to access user-specific resources associated with
a user profile.
Local and roaming user profiles are Windows features. For more information about them,
check Microsoft documentation.
Local: LSF loads the Windows user profile from the local execution machine (the host on
which the job runs).
Note:
If the user has logged onto the machine before, the profile of
that user is used. If not, the profile for the default user is used
Roaming: LSF loads a roaming user profile if it has been set up. If not, the local user profile
is loaded instead.
Default
Not defined. No user profiles are loaded when jobs run on Windows hosts.
LSF_LOCAL_RESOURCES
Syntax
LSF_LOCAL_RESOURCES="resource ..."
Description
Defines instances of local resources residing on the slave host.
For numeric resources, defined name-value pairs:
"[resourcemap value*resource_name]"
For Boolean resources, the value is the resource name in the form:
"[resource resource_name]"
When the slave host calls the master host to add itself, it also reports its local resources. The
local resources to be added must be defined in lsf.shared.
If the same resource is already defined in lsf.shared as default or all, it cannot be added as
a local resource. The shared resource overrides the local one.
Tip:
lsf.conf
Platform LSF Configuration Reference 471