- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to install Intel Fortran Compiler for linux
on my Ubuntu 18.04
. The default software package downloaded from official website includes many components and takes up 18.1G...Considering my pc has limited space, I just want to install part of these components as long as I can debug Fortran code in GUI. Could anyone give me some idea about what kind of components are necessary for fortran debugging? I would be very appreciated! All the default components include:
Intel Trace Analyzer and Collector 2020 Update 2 308MB
Intel Trace Analyzer for Intel(R) 64 Architecture 78MB
Intel Trace Collector for Intel(R) 64 Architecture 126MB
Intel Cluster Checker 2019 Update 9 220MB
Cluster Checker 137MB
Intel VTune Profiler 2020 Update 2 2.1GB
Command line interface 1.2GB
Sampling Driver kit 4MB
Graphical user interface 1.5GB
Platform Profiler 342MB
Intel Inspector 2020 Update 2 355MB
Command line interface 215MB
Graphical user interface 55MB
Intel Advisor 2020 Update 2 1.0GB
Command line interface 424MB
Graphical user interface 783MB
Flow Graph Analyzer 189MB
Intel C++ Compiler 19.1 Update 2 1.3GB
Intel C++ Compiler 1.1GB
Intel Fortran Compiler 19.1 Update 2 593MB
Intel Fortran Compiler 438MB
Intel Math Kernel Library 2020 Update 2 for C/C++ 3.2GB
Intel MKL core libraries for C/C++ 11MB
Cluster support for C/C++ 12MB
Intel TBB threading support 69MB
PGI* C/C++ compiler support 12MB
GNU* C/C++ compiler support 90MB
Intel Math Kernel Library 2020 Update 2 for Fortran 3.0GB
Intel MKL core libraries for Fortran 6MB
Cluster support for Fortran 7MB
GNU* Fortran compiler support 171MB
Fortran 95 interfaces for BLAS and LAPACK 33MB
Intel Integrated Performance Primitives 2020 Update 2 4.3GB
Intel IPP single-threaded libraries: General package 1.4GB
Intel IPP multi-threaded libraries 2.0GB
Intel Threading Building Blocks 2020 Update 3 153MB
Intel TBB 124MB
Intel Data Analytics Acceleration Library 2020 Update 2 4.2GB
Intel Data Analytics Acceleration Library 2020 Update 2 2.2GB
Intel MPI Library 2019 Update 8 1.1GB
Intel MPI Benchmarks 2MB
Intel MPI Library for applications running on Intel(R) 64 1.1GB
Architecture
GNU* GDB 8.3 226MB
GNU* GDB 8.3 on Intel(R) 64 93MB
Source of GNU* GDB 8.3 91MB
Python sources 26MB
Intel(R) Distribution for Python* 6.4GB
Intel(R) Distribution for Python* 3 for Linux* 3.8GB
Install space required: 18.1GB
Download space required: 2.8GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need only the Intel Fortran Compiler component. There are two versions of the installer - one that has everything (and you then select which parts you want), and one that is small, asks you which components you want and it downloads only those pieces.
You also need g++ installed, if you don't already have it.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need only the Intel Fortran Compiler component. There are two versions of the installer - one that has everything (and you then select which parts you want), and one that is small, asks you which components you want and it downloads only those pieces.
You also need g++ installed, if you don't already have it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve, many thanks for your reply! I have installed ifort successfully!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page