LSF dispatches the job (as long as the minimum slot request is satisfied).
After the job successfully starts, LSF continues to schedule and allocate additional resources to satisfy the maximum slot request for the job.
bresize release released_host_specification job_ID
where released_host_specification is the specification (list or range of hosts and number of slots) of resources to be released.
Example: bresize release "1*hostA 2*hostB hostC" 221
LSF releases 1 slot on hostA, 2 slots on hostB, and all slots on hostC for job221.
Result: The resize notification command runs on the first execution host.