Hi
My base project is "image_proc_omp" in directory "C:\ti\mcsdk_2_01_02_05\demos\image_processing\openmp\evmc6678l".
I created three tasks in the main program dynamically for receiving, parsing and processing. I wanted to use OpenMP in processing task but when the parallel region executed the program locked. It is like memory corruption error and there isn't any error message in the console.
I included the include files for my ".c" file as below:
Question 1:
Is it necessary to include other include files? If the answer is yes, What includes?
My parallel region code is as below:
Question 2:
What is the problem? what should I do?
MY TOOLS:
OS: win7 64bit
CCS: 5.2
MCDSK: 2_1_2_5
CGT: 7.4.0
OMP: 1_1_2_6
Best Regards