Skip to content

Commit

Permalink
Merge pull request #442 from mishapadidar/boozxform_mpi_patch
Browse files Browse the repository at this point in the history
Removed separation of MPI ranks during boozXform
  • Loading branch information
landreman authored Aug 27, 2024
2 parents f4b943e + 1def0e4 commit 3362805
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/simsopt/mhd/boozer.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ def run(self):
if isinstance(self.equil, Vmec):
#partake in parallel VMEC job
self.equil.run()
#skedaddle if you are not proc0 of your group
if (self.mpi is not None) and (not self.mpi.proc0_groups):
logger.info("This proc is skipping the rest of boozer.run since it is not a group leader.")
return

wout = self.equil.wout # Shorthand

Expand Down

0 comments on commit 3362805

Please sign in to comment.