Isn't it a library, not a module ?

Yeah, which is why I'm really confused. Here's the link to the website which says I need to load a module (it's around the middle of the way down)
http://asci-training.lanl.gov/BProc/

Shouldn't it be part of the icc install ?

Yup. The library exists and the path to it is in the LD_LIBRARY_PATH. Again, confusion.

Does the link below help ?

Yes, I've read this before. However, I've also read that a static compilation won't work very well on a cluster, but I haven't tested it out. Since I'm stuck, I'll try this out to see if it works.

Thanks Hal.

-------------------------------------------
Chris Tanner
Space Systems Design Lab
Georgia Institute of Technology
[EMAIL PROTECTED]
-------------------------------------------



On Sep 4, 2008, at 4:56 PM, Hal Rosenstock wrote:

Christopher Tanner wrote:
We don't have such library libimf.so. It is something from icc...

Yes, it is something from icc. The limited support for this type of error states that I need to load a compiler module in order for OpenSM to find the library. However, there's never a mention of the name of the module that I need to load. A modprobe -l *intel* gives the following:
lvm-intel.ko
intel_vr_nor.ko
intelfb.ko
intel-agp.ko
intel.rng.ko
snd-hda-intel.ko
snd-intel8x0m.ko
snd-intel8x0.ko
intel-agp.ich9m.ko

Nothing for a modprobe on *icc*. So, I'm stuck...
Isn't it a library, not a module ?

Shouldn't it be part of the icc install ?

Does the link below help ?

http://softwarecommunity.intel.com/isn/Community/en-us/search/SearchResults.aspx?q=libimf.so


-- Hal

But why you cannot use gcc for building OFED packages?

Our codes have a lot of Fortran 77 in them and gfortran hasn't been compiling those codes very well. Since we're using ifort for Fortran compiling, I figured we ought to use icc (C) and icpc (C++) to use a consistent compiler package. I don't know if programs partially compiled in gcc and ifort will work very well...

-------------------------------------------
Chris Tanner
Space Systems Design Lab
Georgia Institute of Technology
[EMAIL PROTECTED]
-------------------------------------------



On Sep 4, 2008, at 2:18 PM, Sasha Khapyorsky wrote:

On 14:32 Wed 03 Sep     , Christopher Tanner wrote:
Has anyone built the various IB source packages using the Intel compilers? The configure, make, and make install all progressed without any errors.
However, when I try to start OpenSM, I get the following error

error while loading shared libraries: libimf.so: cannot open shared object
file: No such file or directory

We don't have such library libimf.so. It is something from icc...

The LD_LIBRARY_PATH contains the path to the icc and ifort lib directories, so this is not the problem. The reason I'm building from source is because I'm trying to utilize Infiniband on an Ubuntu cluster. Additionally, I need to use the Intel compilers as some of our Fortran programs cannot be
compiled using gfortran...

But why you cannot use gcc for building OFED packages?

Sasha

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to