[클러스터] 인텔 포트란 컴파일러 설치
인텔 포트란 컴파일러 설치
작성자: 김상완 (sangwan@kisti.re.kr)
작성일: 2003-04-07
인텔 컴파일러 홈페이지
http://www.intel.com/software/products/compilers/
를 방문하여
오른쪽 메뉴의 ‘Free Evaluation Download’를 클릭한다.
또는
Intel Evaluation Software Center
http://www.intel.com/software/products/global/eval.htm
를 방문한다.
Intel Fortran Compiler for Linux 에서
Non-Commercial Unsupported Version을 선택하여 클릭한다.
다운 로드 절차 안내 페이지에서 Continue 를 클릭,
Free Evaluation Survey 양식을 작성하고 Continue를 클릭,
End User Licence Agreement 페이지에서 Accept를 선택,
이름, 이메일, 국가등의 정보를 입력하고 Enter를 클릭하면,
입력한 이메일로 라이센스 화일과 다운로드 방법을 안내받을 수 있다.
이메일의 안내에 따라
http://www.intel.com/software/products/compilers/downloads/forlin.htm
에서
l_fc_p_7.0.064.tar 화일을 다운로드 받는다.
또는 KISTI Grid Testbed의 Software Download 페이지에서 받는다.
임시 디렉토리에 화일을 풀고
# mkdir tmp ; cd tmp
# tar xvf l_fc_p_7.0.064.tar
설치 프로그램을 실행하기 전에 메일로 받은 라이센스 화일을 /opt/intel/licenses
디렉토리에 저장한다.
# mkdir /opt/intel
# mkdir /opt/intel/licenses
# mv l_for_86852215.lic /opt/intel/licenses/
라이센스 화일의 내용
# cat /opt/intel/licenses/l_for_86852215.lic
PACKAGE I0000000000004 INTEL 9999.1231 955EC37F3593 COMPONENTS=FComp \\
OPTIONS=SUITE ck=113 SIGN=571524CA991E
FEATURE I0000000000004 INTEL 9999.1231 permanent uncounted \\
1CE61D508A8B VENDOR_STRING=SUPPORT=NCOM HOSTID=ID=33659699 \\
PLATFORMS=”i86_r it64_lr” ck=194 SN=SMSA86852215 \\
SIGN=873E29EAE066
#
설치 프로그램을 실행한다.
# ./install
RPM shows no Intel packages as installed.
Which of the following would you like to install?
1. Intel(R) Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z
2. Linux Application Debugger for 32-bit applications, Version 7.0, Build 20021021
x. Exit
1
Intel(R) Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z
——————————————————————————–
Please carefully read the following license agreement. Prior to installing the
software you will be asked to agree to the terms and conditions of the following
license agreement.
——————————————————————————–
Press Enter to continue. Enter
IMPORTANT – READ BEFORE COPYING, INSTALLING OR USING.
The use of this version of the Intel compiler relies upon header files and libra
ries that are licensed under the terms of the GNU General Public License or the
GNU Lesser General Public License as published by the Free Software Foundation.
These header files and libraries are installed separately from this compiler.
You should read and understand the license restrictions applicable to these head
er files and libraries.
..(생략)…
Do you agree to be bound by the terms and conditions of this license agreement?
‘accept’ to continue, ‘reject’ to return to the main menu.
accept
Where do you want to install to? Specify directory starting with ‘/’. [/opt/intel] Enter
What rpm install options would you like? [-U –replacefiles] Enter
——————————————————————————–
Intel(R) Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z
Installing…
Installation successful.
——————————————————————————–
Press Enter to continue.
The following Intel(R) products and related products are installed.
Intel(R) Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z
Which of the following would you like to install?
1. Intel(R) Fortran Compiler for 32-bit applications, Version 7.0 Build 20021028Z
2. Linux Application Debugger for 32-bit applications, Version 7.0, Build 20021021
x. Exit
x
RPM 화일이 설치되었는지 확인한다.
# rpm -qa | grep intel
intel-ifc7-7.0-64
/opt/intel/compiler70/ia32/bin/ifc
가 포트란 컴파일러 실행화일이다.
실행환경을 설정하려면, 쉘에 따라서
/opt/intel/compiler70/ia32/bin/ifcvars.csh 또는 ifcvars.sh 를
쉘 설정 화일에서 읽어 들이도록 하면 된다.
— 인텔 포트란 컴파일러 설치
4 Responses
1irresolute
3abdicated
… [Trackback]
[…] Read More Information here to that Topic: nblog.syszone.co.kr/archives/1814 […]
… [Trackback]
[…] Info to that Topic: nblog.syszone.co.kr/archives/1814 […]