主题:关于gfortran的优化参数
我在这个帖子http://bbs.pfan.cn/showbbs.asp?id=350022&read=df
里看到dongyuanxun大侠提到的优化参数
-pipe -O3 -ftracer -fivopts -ftree-loop-linear -ftree-vectorize -fforce-addr -fomit-frame-pointer -fno-bounds-check -mtune=core2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 (-mtune -march -m 依据你的cpu架构添加)
4.5之后
还可以用-floop-parallelize-all -ftree-loop-distribution -ftree-parallelize-loops=n(n代表cpu核心数)
[b]请问这些优化参数在哪里有介绍?[/b]
我按yeg001大侠给的方法:
ifort --help >> iforthelp.txt
自己执行命令:
gfortran --help >> gfortranhelp.txt
gfortranhelp.txt这个文件里似乎没有介绍
我的gfortran版本是4.5.2,系统为ubuntu10.10
里看到dongyuanxun大侠提到的优化参数
-pipe -O3 -ftracer -fivopts -ftree-loop-linear -ftree-vectorize -fforce-addr -fomit-frame-pointer -fno-bounds-check -mtune=core2 -march=core2 -mfpmath=sse -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 (-mtune -march -m 依据你的cpu架构添加)
4.5之后
还可以用-floop-parallelize-all -ftree-loop-distribution -ftree-parallelize-loops=n(n代表cpu核心数)
[b]请问这些优化参数在哪里有介绍?[/b]
我按yeg001大侠给的方法:
ifort --help >> iforthelp.txt
自己执行命令:
gfortran --help >> gfortranhelp.txt
gfortranhelp.txt这个文件里似乎没有介绍
我的gfortran版本是4.5.2,系统为ubuntu10.10