[问题]ubuntu 7.10 安装intel fortran 有问题!

软件和网站开发以及相关技术探讨
回复
头像
Ur@nus
帖子: 622
注册时间: 2006-12-01 23:02

[问题]ubuntu 7.10 安装intel fortran 有问题!

#1

帖子 Ur@nus » 2007-11-17 13:22

如题:


===============================================================================
Welcome to the Intel(R) Fortran Compiler 10.0.023 for Linux* Installation

Please make your selection by entering an option from the choices below:

1. Install
2. Readme
3. Release Notes
4. Installation Guide
h. Help
x. Exit

Please type a selection: 1

===============================================================================
Provide a Serial Number or License File

Please make your selection by entering an option from the choices below:

1. Provide your serial number [Recommended]
Use this option if you have a serial number to install and
register your software. The Intel(R) Software Setup Assistant
may connect to the Intel(R) Registration Center to verify your
serial number. Please refer to the Intel(R) Privacy Policy regarding
the collection and handling of your personal information.
Your Serial Number is in XXXX-XXXXXXXX format.
2. Provide the absolute path for an existing license file.
Use this option if you have obtained a license file instead of a
serial number.
3. Where do I find my Serial Number?
4. Intel(R) Privacy Policy
b. Go Back.
h. Help.
x. Exit.

Please type a selection or Serial Number: 1
Enter Serial Number: VFPK-P62G4XCV

The Intel(R) Software Setup Assistant may attempt to connect to the
Intel(R) Registration Center to validate your Serial Number. This may take
several minutes depending on your network. Please wait...

You may press Ctrl+C to cancel.
./install.sh: line 333: 17687 Floating point exception(core dumped) $install_prog



问题显示在最后一行,开始是line332有问题,现在是line333,弄了一上午了,郁闷,请各位高手帮看看,谢谢!
sappler
帖子: 5
注册时间: 2007-05-15 8:39

RE: installing intel fortran compiler in ubuntu 7.10

#2

帖子 sappler » 2007-12-11 10:15

Here is the procedure. It worked for me.
1. Download the latest 10.0.026 noncommercial Intel Fortran compiler off Intel website.
2. Untar the directory
3. place the license file emailed to you by intel in the directory /opt/intel/licenses
4. run the install script. It will recommend to install via the license file it detected. proceed with the installation.

5. after the installation is complete, ie. sucessful I had to tweak a few things.
a. open /opt/intel/fc/10.0.026/ifort
b. in last few lines there is a statement export -n IA32ROOT; Remove the -n flag
c. then there are 2 lines which should be changed to look like the following.
exec /opt/intel/fc/10.0.026/bin/ifortbin,
inshort take out the "/opt/intel/fc/10.0.026/bin/ifortbin" and simply keep
exec /opt/intel/fc/10.0.026/bin/ifortbin
do not touch the "$@";

6. you might also want to include path to the library in your .bashrc file. This is discussed in the previous posts on this thread.

A few things I noted were:
1. the license file emailed by intel did not work with 10.0.023 but worked with 10.0.026
2. 10.0.023 is the default for download, choose 10.0.026 when downloading the compiler.
3. same process holds for installing the Intel C/C++ complier.

Hope this helps.
Happy compiling.
donno
帖子: 18
注册时间: 2008-03-13 13:26

#3

帖子 donno » 2008-03-15 13:07

proceeding as a root user...
secore.new: ChannelMessage.cpp:134: int CChannelMessage::Init(const CEasyString&): Assertion `configNode != __null' failed.
/home/limao/桌面/Intel.Fortran.Compiler.v10.1.012.LINUX-TBE/l_fc_p_10.1.012_ia32/./install.sh: line 346: 7980 Aborted (core dumped) $install_prog $@

为何出错阿?
wolfshow
帖子: 5
注册时间: 2007-07-12 16:11

#4

帖子 wolfshow » 2008-04-22 8:08

你好,请问你的问题解决了马?
我也出现你说的错误
应该怎么办亚?
谢谢
我的email是wangfc@lnm,imech.ac.cn
WASPCN
帖子: 12
注册时间: 2008-05-02 9:00

#5

帖子 WASPCN » 2008-05-02 9:01

donno 写了:proceeding as a root user...
secore.new: ChannelMessage.cpp:134: int CChannelMessage::Init(const CEasyString&): Assertion `configNode != __null' failed.
/home/limao/桌面/Intel.Fortran.Compiler.v10.1.012.LINUX-TBE/l_fc_p_10.1.012_ia32/./install.sh: line 346: 7980 Aborted (core dumped) $install_prog $@

为何出错阿?

我也遇到这个错误?如何解决?
WASPCN
帖子: 12
注册时间: 2008-05-02 9:00

#6

帖子 WASPCN » 2008-05-02 11:02

大家看看这个:

ubuntu gutsy 下安装 Intel C++/Fortran 编译器
http://blog.csdn.net/JAVA_SUN258/archiv ... 78967.aspx


照着这样做,解决了我的问题!

不过有两点没有说清,我来补充一下:

需要把lic文件的读写权限进行修改,否则会出现lic找不到的问题。
sudo chmod 777 NCOM_L_CMP.lic

使用 perl 修改文件中的内容,就是修改ifortvars.sh文件的内容。

. ./ifortvars.sh
两个点中间要有空格。
回复