Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

error when building open-mpi 1.4.5

$
0
0

Hi all intel developers and user

I have Parallel studio 2013 XE on ubuntu 13.10

I configure openmpi 1.4.5 with this code :

./configure --prefix=/usr/local/openmpi-1.4.5 CC=icc FC=ifort F77=ifort

It's OK. but when I make with make -j4 I see this error;

.libs/mpicxx.o: In function `_GLOBAL__sub_I_mpicxx.cc':
mpicxx.cc:(.text.startup+0x24): undefined reference to `__dso_handle'
/usr/bin/ld: .libs/mpicxx.o: relocation R_X86_64_PC32 against undefined hidden symbol `__dso_handle' can not be used when making a shared object
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libmpi_cxx.la] Error 1
make[2]: Leaving directory `/home/majid/Apps/openmpi-1.4.5/ompi/mpi/cxx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/majid/Apps/openmpi-1.4.5/ompi'
make: *** [all-recursive] Error 1

Please help me to fix this error.

Thank you so much

Majid


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>