geodesymiami / MiNoPy

MIami NOn linear phase linking in PYthon
Other
19 stars 5 forks source link

Run phase_inversion in parallel #49

Closed stoormgeo closed 3 years ago

stoormgeo commented 3 years ago

Hi, Im looking for solution to speedup inversion. Is it suitable if i run commands from phase_inversion runfile in parallel on several compute nodes? Thx

mirzaees commented 3 years ago

Hi @stoormgeo Yes, that is exactly what you can do I myself use minsar to create jobs for each command automatically each command runs n patches simultaneously where n is the number of workers you define in template workers are cores for each node. so you can run all patches in parallel if you submit each command to a separate node