Or is there a technique to get CPU and MIC do their own calculations at the same time, while communicating to each other periodically?
How can I use only the master thread and hang up other threads in CPU and MIC during the periodical communication?
If it can be done, how is it realized using C++ and Openmp?