Hi all, I downloaded openmpi-1.7, but it failed to build on Centos 6.4 with following error:
make[10]: Entering directory `/root/openmpi/openmpi-1.7/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge/mpi' CC otfmerge_mpi-handler.o CC otfmerge_mpi-otfmerge.o CCLD otfmerge-mpi /root/openmpi/openmpi-1.7/ompi/contrib/vt/vt/../../../.libs/libmpi.so: undefined reference to `opal_memory_linux_malloc_init_hook' collect2: ld returned 1 exit status make[10]: *** [otfmerge-mpi] Error 1 And this is my configure options: ./configure --with-udapl --with-tm --with-openib --disable-dlopen --without-slurm --without-mx --without-lsf --without-loadleveler --without-memory-manager --with-memory-manager=no --with-psm CC=gcc CXX=g++ F77=gfortran FC=gfortran Thank you! Limin