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.
当我使用 mpicc 命令编译程序时,有没有办法在 intel MPI 中指定 GCC 版本?
现在工作。
为英特尔 MPI 制作 mpicc 以选择我使用的特定 gcc 选项-gcc-name=path/bin/g++。
-gcc-name=path/bin/g++
mpicc -gcc-name=path/bin/g++ text.cpp