@@ -151,21 +151,21 @@ If `max_chunk_size` is not specified, the iteration range is divided into chunks
151151The load balancer is determing by ` SLB4MPI_set_schedule ` procedure.
152152The list of possible values passed as string:
153153- ` env ` (default) selects slice algorithm by ` SLB4MPI_LOAD_BALANCER ` environment variable;
154- - ` static ` selects ` static_load_balancer ` ;
155- - ` local_static ` selects ` local_static_load_balancer ` ;
156- - ` dynamic ` selects ` dynamic_load_balancer ` ;
157- - ` guided ` selects ` guided_load_balancer ` ;
158- - ` work_stealing ` selects ` work_stealing_load_balancer ` .
154+ - ` static ` selects ` static ` load balancer ;
155+ - ` local_static ` selects ` local_static ` load balancer ;
156+ - ` dynamic ` selects ` dynamic ` load balancer ;
157+ - ` guided ` selects ` guided ` load balancer ;
158+ - ` work_stealing ` selects ` work_stealing ` load balancer .
159159
160160` SLB4MPI_LOAD_BALANCER ` environment variable accepts the following values:
161- - not set: runtime load balancer will use ` static_load_balancer `
162- - empty string: runtime load balancer will use ` static_load_balancer `
163- - ` static ` : runtime load balancer will use ` static_load_balancer `
164- - ` local_static ` : runtime load balancer will use ` local_static_load_balancer `
165- - ` dynamic ` : runtime load balancer will use ` dynamic_load_balancer `
166- - ` guided ` : runtime load balancer will use ` guided_load_balancer `
167- - ` work_stealing ` : runtime load balancer will use ` work_stealing_load_balancer `
168- - other values: runtime load balancer will use ` static_load_balancer `
161+ - not set: runtime load balancer will use ` static ` load balancer;
162+ - empty string: runtime load balancer will use ` static ` load balancer;
163+ - ` static ` : runtime load balancer will use ` static ` load balancer;
164+ - ` local_static ` : runtime load balancer will use ` local_static ` load balancer;
165+ - ` dynamic ` : runtime load balancer will use ` dynamic ` load balancer;
166+ - ` guided ` : runtime load balancer will use ` guided ` load balancer;
167+ - ` work_stealing ` : runtime load balancer will use ` work_stealing ` load balancer;
168+ - other values: runtime load balancer will use ` static ` load balancer.
169169
170170
171171## Compilation process
0 commit comments