Can I provide an implementation specific scheduler? If so, is there some documentation about how to do it?
Asked
Active
Viewed 262 times
2
-
2No, you can't. The task scheduler is part of the OpenMP run-time `libgomp`. You can, of course, provide your own implementation of the [libgomp ABI](http://gcc.gnu.org/onlinedocs/libgomp/The-libgomp-ABI.html#The-libgomp-ABI) which can be preloaded or linked to instead, pretty much as the [ForestGOMP](http://runtime.bordeaux.inria.fr/forestgomp/) run-time does. – Hristo Iliev Aug 20 '12 at 08:42
-
alternatively you could use Intel TBB as they provide a lot more setting possibilities - please see https://www.threadingbuildingblocks.org/ (warning: something is wrong with ssl certificate) – petrbel Jun 23 '14 at 07:35