UO-Geophysics / MudPy

Kinematic and static rupture forward modeling and inversion code
Other
116 stars 63 forks source link

Remove serial versions of codes #68

Open dmelgarm opened 3 years ago

dmelgarm commented 3 years ago

Right now I have to support two almost identical sets of functions, one written for MPI, one not. This is stupid. I should just force users to have mpi4py installed and if they want one cpu, well it should just launch one worker...