Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

Error compiling FFTW3X_CDFT Wrapper on Intel Parallel Studio XE Cluster Ed

Martin_Gumbau
Beginner
658 Views

Hi,

OS: SLES11 SP4

kernel: 3.0.101-97

I followed the instructions in:

   https://software.intel.com/en-us/node/522284#566B1CCD-F68B-4E33-BAB2-0829F8398C6F

Command:

   $ make libintel64 interface=ilp64

ERROR: ar: error while loading shared libraries: libbfd-2.24.0.20140403-3.so: cannot open shared object file: No such file or directory
make[1]: *** [wraplib] Error 127

If I make a symbolic link in OS library like:

   $ ln -s /usr/lib64/libbfd-2.25.0.so /usr/lib/64/libbfd-2.24.0.20140403-3.so

It works with but Segment Violation appears:

...

ar: creating ../../lib/intel64/libfftw3x_cdft_ilp64.a
make[1]: *** [wraplib] Segment Violation
make[1]: Leaving directory `/mnt/data/applications/Compilers/intel/compilers_and_libraries_2017.3.191/linux/mkl/interfaces/fftw3x_cdft'
make: *** [libintel64] Error 2

 

Any idea?

 

Thanks in advance.

 

 

 

 

0 Kudos
2 Replies
Mark_L_Intel
Moderator
658 Views

Martin,

   I believe you also submitted this issue through IPS? The issue (IPS) was transferred to MKL group so hopefully you will get your answers there.

Mark

  

0 Kudos
Martin_Gumbau
Beginner
658 Views

Many thanks Mark,

thanks for the advise.

Finally the error was a version mismatch with the 'ar' commad.

Solution: I have updated my 'binutils' and 'binutils-devel' packages. Now compile like a charm.

SOLVED

 

 

 


 

0 Kudos
Reply