Skip to content

Commit

Permalink
pkdp
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Jan 3, 2025
1 parent 39c607b commit 4661f2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sirepo/job_driver/sbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ def _add_dirs(msg):
["sbatchNodes", self.cfg.nodes],
]:
if f in m and c:
pkdp([m[f], c])
m[f] = min(m[f], c)
pkdp("cores={}", m.sbatchCores)
m.mpiCores = m.sbatchCores
m.shifterImage = self.cfg.shifter_image
return await super().prepare_send(op)
Expand Down

0 comments on commit 4661f2b

Please sign in to comment.