Fortran Coder

标题: windows 下Intel fortran 设置问题 [打印本页]

作者: phcs    时间: 2015-8-26 15:14
标题: windows 下Intel fortran 设置问题
windows下如何进行如下配置?
-c
prevent linking, only generate object files
-fPIC
generate position-independent code
-auto
put local variables on the stack
-I%I
include path
-free
use free-format Fortran 90 syntax
-O2
optimization level
-fpp
use Fortran preprocessor on source code
-openmp
build with OpenMP support
-ftz
flush underflow to zero
-implicitnone
assume no implicit types (e.g., i, j, k, l for integer)
-assume byterecl
count record length in bytes
-real-size 64 -DFLOAT=8
assume size of real to be 8 bytes, matches definition of pReal
-integer-size 32 -DINT=4
assume size of integer to be 4 bytes, matches definition of pInt


作者: 百事可乐    时间: 2015-8-26 19:39

-c/c
-fPIC
-auto/Qauto
-I%I/I"路径"
-free/free
-O2/O2
-fpp   /fpp
-openmp  /Qopenmp
-ftz /Qftz
-implicitnone /warn:declarations
-assume byterecl /assume:byterecl
-real-size 64 /real-size:64
-integer-size 32 /integer-size:32


作者: phcs    时间: 2015-8-27 08:38
百事可乐 发表于 2015-8-26 19:39

/c,/fpp这些是在命令窗口输入吗?还是哪里设置?
作者: vvt    时间: 2015-8-27 09:48
与 linux 类似的,没有什么差别。你应该也看出来了




欢迎光临 Fortran Coder (http://bbs.fcode.cn/) Powered by Discuz! X3.2