Autor Tópico: Instalação do FORTRAN 9.0 da INTEL  (Lida 2777 vezes)

Offline S3RG10 M3LO

  • Usuário Ubuntu
  • *
  • Mensagens: 12
    • Ver perfil
Instalação do FORTRAN 9.0 da INTEL
« Online: 12 de Junho de 2006, 23:11 »
Antes usava o fortran 9.0 no UBUNTU 5.10 depois que atualizei on-line para o UBUNTU 6.06 LTS 32 bits o FORTRAN deixou de funcionar, tento instalar novamente mas não tenho sucesso. Sigo os passos abaixo e depois do 9 passo a instalação falha. Minha maquina é um Pentium 4Ht em64t, 3 Ghz e 1 gb de memória; não estou utilizando o UBUNTU 64 por falta do Flash para 64 bits. Obrigado atencipadamente a quem me ajudar no meu problema.

1. First things first, install the prerequisite software packages:
Code:
sudo apt-get install rpm build-essential
2. Register at Intel's site for a non-commercial version of the Intel Fortran compiler.
http://www.intel.com/cd/software/pro...lin/219857.htm
Intel's site will send you an email that starts with the following:
Code:
Thank you for registering the Intel(R) Fortran Compiler for Linux*. SAVE THIS SERIAL NUMBER Your serial number for this registration is...
2. Download the compiler archive:
http://www.intel.com/cd/software/pro...ers/219717.htm
3. Extract the compiler archive
Code:
tar xvzf l_fc_p_9.0.021.tar.gz
4. Run the installer
Code:
cd l_fc_p_9.0.021 sudo ./install.sh
5. Choose Option 1 to install Intel Fortran; choose Option 1 to proceed with a serial number.
6. Type in the serial number (case-sensitive) given in the email. (XXXX-XXXXXXXX). Choose 1 for a default install.
7. Press Enter to read the license agreement. The spacebar speeds through this quickly. Type 'accept' to accept the license agreement.
8. Press Enter to accept the default install directory for the compiler. The installation of the compiler takes some time. Press Enter to continue.
9. Press Enter to accept the default install directory for the debugger. The debugger takes some time to finish. Press Enter to continue.

******** Depois desse passo recebo a mensagem Installation failed **********************


10. At this point, the installer seemed to stop. It can be exited with CTRL-C, and it does not seem to affect the install.
11. To make the binaries and shared libraries easily found, add the following lines to your .bashrc:
Code:
PATH="/opt/intel/fc/9.0/bin:$PATH"
 export PATH
 LD_LIBRARY_PATH="/opt/intel/fc/9.0/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
 :cry: