/gpuda

Distributed arrays for GPUs (inspired by PETSc)

Primary LanguagePython

======= gpuDA

A PETSc inspired approach to halo swaps and other stuff for MPI+PyCUDA gpuarrays.

Running the tests

The tests are run on a cluster with sufficient number of GPUs and MPI processes. To run the tests, simply do:

make test

inside the test directory.