gpt4 book ai didi

compilation - openmp 的 gfortran 链接标志

转载 作者:行者123 更新时间:2023-12-04 02:29:58 29 4
gpt4 key购买 nike

我正在尝试使用 gfortran 链接多个 .o 文件。我已经像这样编译了文件(在 makefile 中):

gfortran -c -fopenmp file1.f
gfortran -c -fopenmp file2.f

现在我想将文件与 OpenMP 选项链接起来。我知道英特尔编译器的链接标志是 -liomp5,因此要将文件与英特尔编译器链接,可以调用:

ifort -o a.out file1.o file2.o -liomp5

这显然不是 GNU 编译器的正确标志。 gfortran 的正确 OpenMP 链接标志是什么?

最佳答案

它也是-fopenmp:

gfortran -fopenmp -o a.out file1.o file2.o

关于compilation - openmp 的 gfortran 链接标志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37490944/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com