M BUZZ CRAZE NEWS
// general

ifort and icc installation on ubuntu14.04

By Gabriel Cooper

I want to install Intel fortran compiler(ifort) and icc on my laptop with ubuntu14.04 OS. I have read from several sources that it is free for Linux distributions but when I want to get it from official the Intel website, it only shows a trial version. note that I want to use these compilers to compile RegCM4 (regional climate model) and WRF (weather research forecast model).

it is possible either gfortran and gcc, but it worked before, and its been one month that the model crash while compiling with gfortran.

Any Idea?

4

1 Answer

ifortran is not for free. I think gfortran is going to do the job. I never faced such problems with gfortran. Just make sure that gcc and gfortran are up-to-date:

gcc --version
gfortran --version
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy