LSSTDESC / 2pt_validation

Repo to track progress on 2PT validation (LSS 1.1.X tasks)
4 stars 1 forks source link

Parallelize mkcat #12

Closed slosar closed 8 years ago

slosar commented 8 years ago

At the moment mkcat is actually slower than making 100 of realizations... :) Probably need some simple MPI parallelization, can remain within python.

slosar commented 8 years ago

Added trivial mpi support. Should now be able to run in queue if too slow.