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.

OpenMP能够修改master core



最近在做一个项目,我想configure Core1~Core7是一个compute unit,然后configure Core0是管理和交互。于是,我想用OpenMP来编程这7个core。 但是我在跑helloworld的example的时候,遇到的问题是默认core0是master core。我想请问有没有什么方法可以解决这个问题。 万分感谢。