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

missing /bin/intel64/libintelremotemon.os

Norbert_G_
Beginner
904 Views

do anybody know where I can get this file libintelremotemon.os for intel64.

Compiler composer_xe_2013.3.163

For ia32 one was installed, but not for Intel64.

The compiler is looking for and don't work without.

Thanks

0 Kudos
5 Replies
Steven_L_Intel1
Employee
904 Views

I assume you mean .so and not .os. It should be in the compiler install directory bin/intel64 folder. Is the file there? This is the folder with ifort and fortcom in it

0 Kudos
Casey
Beginner
904 Views

I would try reinstalling the 64 bit compiler.  Barring that you could manually extract it from the installation rpm files using rpm2cpio and cpio.

0 Kudos
Norbert_G_
Beginner
904 Views

Thanks for help.

Yes it's .so. And this lib is not in the bin/intel64 directory, only in /bin/ia32, but this file don't work as copy in intel64 (It's only 32 bit).  But the compiler find the wrong and make a possible error message. So I know that the path is to the directory is ok.

So for next step I will make a second installation.Maybe that then it will work.

Kindly regards

Norbert 

0 Kudos
Hausen_H_
Beginner
904 Views
I meet similar problem, when execute make -openmp, system return "icc -O2 -xsse2 -c mysecond.c" "icc: error while loading share libraries: libintelremotemon.so: cannot open shared object file: No such file or directory." "make:*** [strem_uni_f_Intel_static.exe] Error 127. How could I fix it?
0 Kudos
TimP
Honored Contributor III
904 Views

You would need PATH and LD_LIBRARY_PATH set as they should be if you source the compilervars script installed along with icc (specify intel64 or ia32) .

0 Kudos
Reply