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.
如何在 c++ MPI 程序中设置 qtcreator 中的进程数?
我添加-n 4了运行参数,但程序没有在 4 个进程上运行!!
-n 4
我应该改变CMakeLists吗?
CMakeLists
在 qtcreator 菜单中:
项目 -> 构建和运行 -> 运行 -> 添加自定义可执行文件:
可执行文件:mpiexec
参数:-n 4 主要
注意: 4 是进程数, main 是您的目标名称。