gpt4 book ai didi

compiler-errors - ifort composer_xe_2015.3.187的编译问题

转载 作者:行者123 更新时间:2023-12-02 10:54:33 26 4
gpt4 key购买 nike

我正在Ubuntu 14.04 64位系统上使用最新的Fortran编译器composer_xe_2015.3.187编译我的Fortran代码。

我正在使用此编译器标志:

-fp-model precise 

错误消息是:

f95: error: precise: No such file or directory
f95: error: unrecognized command line option ‘-fp-model’



使用较早的ifort版本composerxe-2011.4.191,相同的代码不会显示此错误

最佳答案

在(Vanilla)Ubuntu上,f95gfortran(GNU GCC Fortran编译器)的链接,而不是ifort(Intel的Fortran编译器):

$ which f95 
/usr/bin/f95

$ ls -la /usr/bin/f95
lrwxrwxrwx 1 root root 21 Apr 15 2014 /usr/bin/f95 -> /etc/alternatives/f95

$ ls -la /etc/alternatives/f95
lrwxrwxrwx 1 root root 17 Apr 15 2014 /etc/alternatives/f95 -> /usr/bin/gfortran
gfortran不支持 -fp-model

您应该改用 ifort(您可能需要编辑Makefile)。另外,您可以更改链接以指向 ifort二进制文件。

关于compiler-errors - ifort composer_xe_2015.3.187的编译问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30381100/

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