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.
在.CFG文件的OPENMP的properties中,threadPriority代表的是masterFxn(一般是main()函数)的优先级么,还是OpenMP内核中其他线程的优先级?在OpenMP工程中,是不是不可以定义静态的Task & SWI,只能首先运行main()函数?还有就是OpenMP的指令只能在main()中调用吗,在SYS/BIOS线程中可以调用吗?
谢谢!