Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Metrics Assessment

StevenLake
Beginner
964 Views

StevenLake_0-1634665320280.png

My question is in regards to Parallel Studio. I'm trying to breakdown what each of these compilers are by name. Could anyone assist?

This is simply for explaining purposes. Users who are unfamiliar with software tools may not know what DbgL is is an example.  So I have to present what they are but I don't know what it means, let alone what it does.

There is also these compilers I don't know of.

IClsTktL
ITrAnIL
ITrAnlW
ITrColL
MPassL

 

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
918 Views

These are not all compilers - they are components of Intel Parallel Studio (no longer a current product - current is the free Intel oneAPI Toolkit).

Of the items you don't recognize, I can identify some of them:

ArBBL - Array Building Blocks - a parallel computing library for C++
CcompL - Intel C++ compiler for Linux
Comp-CL - Components used by C compiler on Linux
Comp-FL - Components used by Fortran compiler on Linux
Comp-FW - Components used by Fortran compiler on Windows
Comp-OpenMP - OpenMP parallelization library (C++ and Fortran)
DbgL - Debugger support for Linux

I don't know what I2007DD7A is, but I would guess it is something related to installation itself.

Then there is:

IClsTktL - Intel Cluster Toolkit for Linux components
ITrAnIL - Intel Trace Analyzer for Linux (used for analyzing MPI applications)
ITrAnlW - Intel Trace Analyzer for Windows
ITrColL - Intel Trace Collector for Linux (used with Trace Analyzer)
MPassL - Message Passing Library (MPI?) for Linux

View solution in original post

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
919 Views

These are not all compilers - they are components of Intel Parallel Studio (no longer a current product - current is the free Intel oneAPI Toolkit).

Of the items you don't recognize, I can identify some of them:

ArBBL - Array Building Blocks - a parallel computing library for C++
CcompL - Intel C++ compiler for Linux
Comp-CL - Components used by C compiler on Linux
Comp-FL - Components used by Fortran compiler on Linux
Comp-FW - Components used by Fortran compiler on Windows
Comp-OpenMP - OpenMP parallelization library (C++ and Fortran)
DbgL - Debugger support for Linux

I don't know what I2007DD7A is, but I would guess it is something related to installation itself.

Then there is:

IClsTktL - Intel Cluster Toolkit for Linux components
ITrAnIL - Intel Trace Analyzer for Linux (used for analyzing MPI applications)
ITrAnlW - Intel Trace Analyzer for Windows
ITrColL - Intel Trace Collector for Linux (used with Trace Analyzer)
MPassL - Message Passing Library (MPI?) for Linux

0 Kudos
StevenLake
Beginner
873 Views

Thank you very much Steve, this is very helpful

0 Kudos
Reply