回 帖 发 新 帖 刷新版面

主题:最新的intel编译器(Linux)下载地址

一周前有个兄弟上传了一个注册机,今天我想试一试,于是下载了最新的intel parallel studio编译器套件。
注册+回答问题半天,最终就是得到一个地址。我把他帖出来,你拷贝到一个文件中然后直接wget -i下载。

http://registrationcenter-download.intel.com/akdlm/irc_nas/2405/parallel_studio_xe_2011_sp1_update1_intel64.tgz
http://registrationcenter-download.intel.com/akdlm/irc_nas/2405/parallel_studio_xe_2011_sp1_update1_ia32.tgz
http://registrationcenter-download.intel.com/akdlm/irc_nas/2405/parallel_studio_xe_2011_sp1_update1.tgz

在windows下生成了一个license.lic,拷贝到linux下的指定目录中,证明有效。
$ ifort -V
Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 12.1.1.256 Build 20111011
Copyright (C) 1985-2011 Intel Corporation.  All rights reserved.

回复列表 (共23个回复)

21 楼

ipo也不是特色吧,gcc不是也有LTO么

DragonEgg我也移植到Windows上来了,不过我现在没有lapack,没法测试你的复数问题

22 楼

下载见

http://code.google.com/p/pcxllvm/downloads/list

由于移植方法的缺陷,要这样使用DragonEgg插件

使用gcc编译:
           gcc -fplugin=dragonegg-cc1.dll test.c

使用g++编译:
           g++ -fplugin=dragonegg-cc1plus.dll test.cpp

使用gfortran编译:
           gfortran -fplugin=dragonegg-f951.dll test.f90 


其他语言我没编译进去,暂不支持

23 楼

license 怎么能在windows下生成,求教

我来回复

您尚未登录,请登录后再回复。点此登录或注册