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