jrs65 / scalapy

A python wrapper around ScaLAPACK
32 stars 12 forks source link

mpich support #27

Closed t-bltg closed 6 years ago

t-bltg commented 6 years ago

Hey there,

Thanks for this interesting package.

Here is a very naive support for mpich. mpirun -np 4 nosetests passes the tests with mpich. It should fix https://github.com/jrs65/scalapy/issues/26

By the way, is it possible to push release tags on github for fine grained version control ?

jrs65 commented 6 years ago

Hi @neok-m4700. Glad you've been finding it useful!

This PR seems great. Thanks for sending it in. I'm going to merge it in now.

As for the release tags, I've been meaning to do that for a while, but never quite got around to it. I'll try and do that in the next day or so.