Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

libifcore missing in the newest version of C++ compiler (2017.2.044)

Laura_S_1
Beginner
551 Views

Hello,

I am trying to compile a C++ code and need to use the libifcore library. However, it is not contained in my version (2017.2.044) of the Intel System Studio. I discovered, that in slightly less recent versions (e.g. 2017.1.132) that library was still contained.

Has it just been renamed now? If yes, what is it called now? If not - since I do need that library file, where can I get it?

Hopefully you can help me with this!

Thank you,

Laura

0 Kudos
3 Replies
TimP
Honored Contributor III
551 Views

In my recent installations, it looks like ifcore is supported only as a Fortran source and .mod file.  Presumably, the library is installed when you install ifort.  The slightly older version would likely work.

0 Kudos
SergeyKostrov
Valued Contributor II
551 Views

Here is a screenshot after I searched the libifcore on Linux Ubuntu 16.04 LTS with Intel PS XE 2017 Cluster Edition Update 2 installed.

 

ICC2017u2.Linux_.Libifcore.png

0 Kudos
SergeyKostrov
Valued Contributor II
551 Views
As you can see 32-bit and 64-bit libraries are installed on Linux. Note: I have Full installation of Intel C++ compiler. >>...2017.2.044... Is that for Windows?
0 Kudos
Reply