HELP!!!!
when i am trying to import mpi in python the following message presents:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.5/site-packages/mpi.so: undefined symbol: MPI_Get_version
what can i do?
when i am trying to import mpi in python the following message presents:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.5/site-packages/mpi.so: undefined symbol: MPI_Get_version
what can i do?
Comment