Improving Load Balance
Scheduling
- setenv MP_SCHEDTYPE <type>
- c$doacross mp_schedtype=<type>
- SIMPLE - default, iterations equally and sequentially allocated per processor.
- INTERLEAVE - round-robin per chunk of iterations. Use when some iterations do more work than others.