Closed zonca closed 5 years ago
need to integrate the MPI distributions into Model
, then implement smoothing
I'll implement smoothing with libsharp
in another pull request this is good to merge.
still some trouble installing libsharp on travis, but that is not high priority, tests pass locally.
Started working on MPI support.
Having a
Model.read_map
method instead of aread_map
function makes it easy to accessself.nside
,self.mpi_comm
andself.pixel_indices
without passing those around everywhere like in PySM 2.Next:
self.read_map
everywhere and make sure serial unit tests pass