Ubuntu installs the fort compiler skills

  

gcc and ifor compiler are more commonly used by developers, before the small series also introduced the gcc editor installed in Ubuntu skills, today we will introduce Ubuntu install ifort Compiler tips.

follows:

Intel Fortan Compiler referred ifort, ifort under Windows for a fee, but offer free ifort Linux system, can be downloaded at the link below required in Version (must register first, then you will receive an email from the official website, which provides the series-number for the next installation) http://software.intel.com/en-us/articles/non-commercial-software- Download/

Before installing ifort under Ubuntu, you need to install some packages first

sudo apt-get install build-essential

sudo apt-get install g++

sudo apt-get install gcc-multilib

sudo apt-get install rpm

sudo apt-get install openjdk-6-jre-headless

sudo apt- Get install libstdc++6

Extract the downloaded file tar -zxvf l...tgz

Install

Go to the unzipped folder above, sudo install. Sh

Installation is divided into six steps, according to your needs to choose the setting information, generally all the way to enter

Modify the runtime environment information

Add source /opt/intel/bin/ifortvars.sh ia32 to the ~/.bashrc file

Check if the installation is successful

ifort -v or ifort -V

The above is a summary of the way to install the ifet compiler. Friends who are in need can follow the small series of steps to prevent system installation errors. Hope this tutorial can help you.

Copyright © Windows knowledge All Rights Reserved