Skip to content

Instantly share code, notes, and snippets.

@pedrovanzella
Created September 24, 2014 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrovanzella/3af77165563e6b89fce9 to your computer and use it in GitHub Desktop.
Save pedrovanzella/3af77165563e6b89fce9 to your computer and use it in GitHub Desktop.
pp12821@atlantica02:~/python$ python
Python 2.6.5 (r265:79063, Oct 1 2012, 22:04:36)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mpi4py import MPI
[atlantica02:07592] mca: base: component_find: unable to open /usr/local/openmpi/openmpi-1.4.5/lib/openmpi/mca_btl_ofud: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored)
[atlantica02:07592] mca: base: component_find: unable to open /usr/local/openmpi/openmpi-1.4.5/lib/openmpi/mca_btl_openib: perhaps a missing symbol, or compiled for a different version of Open MPI? (ignored)
>>> MPI.INT64_T
<mpi4py.MPI.Datatype object at 0x7f01fed43430>
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment