I see the vt error but it doesn't stop the install from completing. i'm at a loss on this one...
[root@linhead maappython]# ./test_eventtree.py
Traceback (most recent call last):
File "./test_eventtree.py", line 3, in <module>
from mpi4py import MPI
ImportError: /apps/python/3.3.4/lib/python3.3/site-packages/mpi4py/
MPI.cpython-33m.so: undefined symbol: ompi_mpi_logic
[root@linhead maappython]#
[root@linhead mpi4py-1.3.1]# python setup.py install
running install
running build
running build_src
running build_py
running build_clib
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /apps/openmpi/1.6.5/bin/mpicc
MPI C++ compiler: /apps/openmpi/1.6.5/bin/mpicxx
MPI F77 compiler: /apps/openmpi/1.6.5/bin/mpif77
MPI F90 compiler: /apps/openmpi/1.6.5/bin/mpif90
checking for library 'vt-mpi' ...
/apps/openmpi/1.6.5/bin/mpicc -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c _configtest.c -o _configtest.o
/apps/openmpi/1.6.5/bin/mpicc _configtest.o -lvt-mpi -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building 'vt' dylib library
/apps/openmpi/1.6.5/bin/mpicc -fPIC -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c src/pmpi-vt.c -o build/temp.linux-x86_64-3.3/src/pmpi-vt.o
/apps/openmpi/1.6.5/bin/mpicc -shared build/temp.linux-x86_64-3.3/src/pmpi-vt.o -o build/lib.linux-x86_64-3.3/mpi4py/lib-pmpi/libvt.so -Wl,-whole-archive -lvt-mpi -Wl,-no-whole-archive -lotf -lz -ldl
/usr/bin/ld: cannot find -lotf
collect2: error: ld returned 1 exit status
warning: build_clib: building library "vt" failed
warning: build_clib: command '/apps/openmpi/1.6.5/bin/mpicc' failed with exit status 1
running build_ext
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /apps/openmpi/1.6.5/bin/mpicc
MPI C++ compiler: /apps/openmpi/1.6.5/bin/mpicxx
MPI F77 compiler: /apps/openmpi/1.6.5/bin/mpif77
MPI F90 compiler: /apps/openmpi/1.6.5/bin/mpif90
running build_exe
MPI configuration: [mpi] from 'mpi.cfg'
MPI C compiler: /apps/openmpi/1.6.5/bin/mpicc
MPI C++ compiler: /apps/openmpi/1.6.5/bin/mpicxx
MPI F77 compiler: /apps/openmpi/1.6.5/bin/mpif77
MPI F90 compiler: /apps/openmpi/1.6.5/bin/mpif90
running install_lib
writing byte-compilation script '/tmp/tmpjidpqe.py'
/apps/python/3.3.4/bin/python -O /tmp/tmpjidpqe.py
removing /tmp/tmpjidpqe.py
running install_egg_info
Removing /apps/python/3.3.4/lib/python3.3/site-packages/mpi4py-1.3.1-py3.3.egg-info
Writing /apps/python/3.3.4/lib/python3.3/site-packages/mpi4py-1.3.1-py3.3.egg-info
[root@linhead mpi4py-1.3.1]#