jrs65 / scalapy

A python wrapper around ScaLAPACK
32 stars 12 forks source link

Add optional comm. #10

Closed zuoshifan closed 9 years ago

zuoshifan commented 9 years ago

Add optional argument comm to initmpi.

jrs65 commented 9 years ago

This looks good. Generally I would recommend that people just create a ProcessContext when not using COMM_WORLD, but this still looks useful. Thanks.