Hi,
I have some questions regarding OpenMP:
1. There are some threads in this forum that mention that we should use TI compiler 7.4.0 when using OpenMP. Is this still true or can we use 7.4.6 or another recent version?
2. What do we have to change in our projects (*cfg, platform, code) to use the update to 1.2.0.05 for OpenMP? For example, the image processing openmp example (part of MCSDK) won't build with the updated OpenMP module.
3. Is there any documentation that describes how the startup process (basically everything before main() is called) of a OpenMP application looks like (what has to be done by the user of OpenMP, what is done by OpenMP runtime implementation, in what order, which resources are used, cache configuration, ...)? This would be useful for debugging purposes, especially for projects that potentially use some of the resources (NDK).
Regards,
Roman