> OpenMP might have it's use but I consider the impact in the compiler too > big for real use. What do you mean by "impact" ? Using a "parallel" keyword should introduce a similar complexity as the #pragma ocm_... of in GCC (of course i don't know the implications it imposes). -Michael