Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hiddenSymmetries/simsopt
Browse files Browse the repository at this point in the history
…into coil_forces
  • Loading branch information
smhurwitz committed Sep 1, 2024
2 parents 5d7c342 + 3362805 commit 5b103de
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 5b103de

Please sign in to comment.