Skip to content

Commit

Permalink
removed separation of MPI ranks during boozXform
Browse files Browse the repository at this point in the history
  • Loading branch information
mishapadidar committed Aug 13, 2024
1 parent f4b943e commit 1def0e4
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 1def0e4

Please sign in to comment.