#pragma omp parallel这个语句出现warning 请问 怎么解决?
Description Resource Path Location Type #163-D unrecognized #pragma main.c /1 line 38 C/C++ Problem
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
#pragma omp parallel这个语句出现warning 请问 怎么解决?
Description Resource Path Location Type #163-D unrecognized #pragma main.c /1 line 38 C/C++ Problem
请问您是在使用openmp吗,这个feature只有在较新的编译器上支持,您可以试着使用TI最新的编译器。
打开工程属性Properties -> Build -> C6000 Compiler ->Advanced Options->Advanced Optimizations->Enable Support for OpenMP 3.0