Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ubuntu 上使用 Eclipse IDE 用 C 编写代码。我使用它的正常调试和默认编译器 (GCC)
我正在编写具有 OpenMP 功能的代码。Eclipse 只是跳过编译指示并串行编译代码。所以我最终使用 -fopenmp 参数从终端运行程序。
我想知道是否有办法让 eclipse 也编译和调试 OpenMP 部分?
您需要前往Build > Settings > Miscellaneous > All options并添加-fopenmp.
Build > Settings > Miscellaneous > All options
-fopenmp