Hi all forums users!
Ive been using Intel's C++ compiler and been doing some parallel work using OpenMP. Im trying to increase my knowledge with OpenMP implementations but Im unable to find any detailed information about Intel's implementation of OpenMP.
Apsects that Im interested are amongst other: Task work-sharing/work-stealing (anything like TBB??), scheduling policies, what are the scheduling points in this implementation, tied-vs-untied (how they are handled), embedded task-depth cutoff (does such exist or are we having a dynamic task-pool stack a la TBB?).
If anyone know any document or person that could enlighten me in these areas I would be grateful.
Thanks beforehand and bestregards!
GrayIC