Nicholas Carl
unread,Jun 11, 2012, 4:54:56 PM6/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mpi4py
Hello,
I am trying to install mpi4py-1.3 for python 2.7 and it freezes while
building MPI.o and the load goes up a ridiculous amount before I
cancel it. I tried building it with openmpi and mpich2, and also tried
mpi4py-1.2.2 and got the same thing. Not sure what I am doing wrong.
Has anyone seen this before? Thanks!
Below is the example output before it stops:
[root@localhost mpi4py-1.3]# python setup.py build
running build
running build_src
running build_py
running build_clib
error: section/s 'mpi-linux2,mpi' not found in file/s 'mpi.cfg'
running build_ext
error: section/s 'mpi-linux2,mpi' not found in file/s 'mpi.cfg'
checking for MPI compile and link ...
checking for header 'mpi.h' ...
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
success!
removing: _configtest.c _configtest.o
success!
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
success!
removing: _configtest.c _configtest.o
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
/opt/openmpi/bin/mpicc _configtest.o -Lbuild/temp.linux-x86_64-2.7 -o
_configtest
success!
removing: _configtest.c _configtest.o _configtest
checking for missing MPI functions/symbols ...
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
success!
removing: _configtest.c _configtest.o
checking for function 'MPI_Type_create_f90_integer' ...
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
/opt/openmpi/bin/mpicc _configtest.o -Lbuild/temp.linux-x86_64-2.7 -o
_configtest
success!
removing: _configtest.c _configtest.o _configtest
checking for function 'MPI_Type_create_f90_real' ...
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
/opt/openmpi/bin/mpicc _configtest.o -Lbuild/temp.linux-x86_64-2.7 -o
_configtest
success!
removing: _configtest.c _configtest.o _configtest
checking for function 'MPI_Type_create_f90_complex' ...
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c _configtest.c
-o _configtest.o
/opt/openmpi/bin/mpicc _configtest.o -Lbuild/temp.linux-x86_64-2.7 -o
_configtest
success!
removing: _configtest.c _configtest.o _configtest
building 'mpi4py.MPI' extension
/opt/openmpi/bin/mpicc -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -
O3 -Wall -Wstrict-prototypes -I/usr/include/python2.7 -c src/MPI.c -o
build/temp.linux-x86_64-2.7/src/MPI.o