You can select a preferred execution domain for a particular job. The execution domain must be included in the
LSF_USER_DOMAIN list. When you specify an execution domain, LSF ignores the order of the domains listed in
LSF_USER_DOMAIN and runs the job using the specified domain. The environment variable
LSF_EXECUTE_DOMAIN, defined in the user environment or from the command line, defines the preferred execution domain. Once you submit a job with an execution domain defined, you cannot change the execution domain for that particular job.
Configuration file
|
Parameter and syntax
|
Behavior
|
.cshrc
.profile
|
LSF_EXECUTE_DOMAIN=domain_name
|
Specifies the domain that LSF uses to run jobs on a Windows host
If LSF_USER_DOMAIN contains a list of multiple domains, LSF tries the LSF_EXECUTE_DOMAIN first
|