Hi Burlen, Thank you... removing 32bit of numa library worked. Simon
On Fri, Jan 30, 2009 at 10:10 AM, Burlen Loring <[email protected]>wrote: > This is a kernel interface library for fine grained process control it's > probably a dependency of openmpi. I think the error message: > > Linking CXX shared library ../../bin/libvtkParallel.so > /usr/bin/ld: skipping incompatible /usr/lib/libnuma.so when searching for > -lnuma > > > > means libnuma was compiled as 32 bit .so. I used to get these from time to > time on my old opteron system you have to build stuff with -fpic and -m64. > > > > > Berk Geveci wrote: > >> This numa library somehow is being picked up as something to be linked >> against. I did not hear of this library before. Can you search for it >> in you CMakeCache.txt? >> >> On Wed, Jan 28, 2009 at 4:05 PM, Simon Su <[email protected]> >> wrote: >> >> >>> Hello, >>> While compiling parallel version of paraview, I get this error message >>> [ 34%] Built target vtkVolumeRenderingPython >>> Linking CXX shared library ../../bin/libvtkParallel.so >>> /usr/bin/ld: skipping incompatible /usr/lib/libnuma.so when searching for >>> -lnuma >>> /usr/bin/ld: cannot find -lnuma >>> collect2: ld returned 1 exit status >>> make[2]: *** [bin/libvtkParallel.so.pv3.4] Error 1 >>> make[1]: *** [VTK/Parallel/CMakeFiles/vtkParallel.dir/all] Error 2 >>> make: *** [all] Error 2 >>> I am compiling with >>> [simo...@cses14 build]$ c++ -v >>> Using built-in specs. >>> Target: x86_64-redhat-linux >>> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man >>> --infodir=/usr/share/info --enable-shared --enable-threads=posix >>> --enable-checking=release --with-system-zlib --enable-__cxa_atexit >>> --disable-libunwind-exceptions --enable-libgcj-multifile >>> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada >>> --enable-java-awt=gtk >>> --disable-dssi --enable-plugin >>> --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre >>> --with-cpu=generic >>> --host=x86_64-redhat-linux >>> Thread model: posix >>> gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) >>> >>> and using openmpi version 1.2.7 compiled with intel compiler 10.1 >>> Any suggestion is much appreciated >>> thank you >>> Simon >>> _______________________________________________ >>> ParaView mailing list >>> [email protected] >>> http://www.paraview.org/mailman/listinfo/paraview >>> >>> >>> >>> >> _______________________________________________ >> ParaView mailing list >> [email protected] >> http://www.paraview.org/mailman/listinfo/paraview >> >> > > > -- > Burlen Loring > Kitware, Inc. > R&D Engineer > 28 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-371-3971 x137 > >
_______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
