Fedora14 i386下 使用Intel编译器 安装WRF指南.docx

Fedora14 i386下 使用Intel编译器 安装WRF指南.docx

  1. 1、本文档共14页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Fedora14 i386下 使用Intel编译器 安装WRF指南

Fedora14 i386下 使用Intel编译器 安装WRF指南 Intel编译器下WRF安装指南intel编译器很给力!一个多小时就搞定编译WRF和WPS1、 虚拟机上安装Fedora14i386比较简单,这里略去。[建议:虚拟内存2G]2、 安装需要的包2 安装gFortran#yum install compat-gcc-34-g77#ln -s /usr/lib/libg2c.so.0 /usr/lib/libg2c.so#ln -s /usr/lib/libgfortran.so.3 /usr/lib/libgfortran.a2 安装:libstdc++,包含libstdc++.so.5库,是intel编译器必须的。#yum install libstdc++.so.52 安装 jasper-1.900.1a) #unzip jasper-1.900.1.zip b) #./configure --prefix=/usr/local/jasperc) #maked) #make install2 安装netcdf-4.0.tar.gz[注意:编译netcdf,网络必须是通的,否则make all[64位check]测试不通过]a) #tar –zxvf netcdf-4.0.tar.gzb) #./configure --prefix=/usr/local/netcdf4c) #make alld) #make check ;64位不需要e) #make install2 安装 libpng-1.5.0.tar.gza) #tar –zxvf libpng-1.5.0.tar.gzb) #./configure --prefix=/usr/local/libpngc) #maked) #make install2 安装 zlib-1.2.5.tar.gza) #tar –zxvf zlib-1.2.5.tar.gzb) #./configure --prefix=/usr/local/zlibc) #maked) #make install2 安装ncl#mkdir /usr/local/ ncarg#cp ./ncl_ncarg-5.2.1.Linux_i686_nodap_gcc432.tar.gz /usr/home/local/ncarg#cd /usr/home/local/ncarg#tar -zxvf ncl_ncarg-5.2.1.Linux_i686_nodap_gcc432.tar说明:缺什么库,就用yum安装什么库。但是不建议用yum命令安装netcdf和ncl。3、 安装Intel编译器[电驴上有,可下载,学习完毕,记着删除]:2 安装Intel C编译器:[Intel.C...编译器].TLF-SOFT-Intel.C.Plus.Plus.Compiler.Professional.v11.1.046.LINUX-SPYRAL.iso安装步骤参照SPYRAL目录下install-cpp-linux.txt:Launch the setup.When asked, select the Alternative activation option.Use the included license file.2 安装Intel Fortran编译器:[Intel.Fortran.编译器Linux专业版].TLF-SOFT-Intel.Fortran.Compiler.Professional.v11.1.046.LINUX-SPYRAL.iso安装步骤参照SPYRAL目录下install-cpp-linux.txt:Launch the setup.When asked, select the Alternative activation option.Use the included license file.4、 环境变量/etc/profile文件添加export INTEL_COMPILER_TOPDIR=/opt/intel/Compiler/11.1/046export NETCDF=/usr/local/netcdf4export NCARG=/usr/local/ncargexport NCARG_ROOT=/usr/local/ncargexport PATH=/opt/intel/Compiler/11.1/046/bin:/opt/intel/Compiler/11.1/046/bin/ia32:/opt/intel/Compiler/11.1/046/include:/opt/intel/Compiler/11.1/046/lib/ia32:$NETCDF/lib:$N

文档评论(0)

yan698698 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档