Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

get latest mpi4py from:

https://bitbucket.org/mpi4py/mpi4py/downloads/mpi4py-3.0.0.tar.gz

or master branch from:

https://github.com/mpi4py/mpi4py.git

Build:

After configure and building MPICH (see directions here):

  • cd mpi4py/
  • python setup.py build

  • python setup.py install --user

Run:

Launch server(s)

Using all the directions from this page for client side execution you can:

  1. update the test_io.py in test/ dir:
    1. change fname to be: 

      fname="daos:"+fname

    2. remove the tests that are not supported:

      1. testReadWriteShared

      2. testIReadIWriteShared

      3. testReadWriteOrdered

      4. testReadWriteOrderedBeginEnd

  2. create pool with dmg and export related env variables
  3. mpiexec -n 8 python test_io.py

Status:

Passing / Should Pass all tests

  • No labels