Skip to content

Commit

Permalink
Tracing refined
Browse files Browse the repository at this point in the history
  • Loading branch information
luav committed Jul 6, 2018
1 parent fc6dec8 commit 0862bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpepool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,8 @@ def __reviseWorkers(self):
# Update wkslim
job.wkslim = wkslim
assert memall > 0, ('The workers should remain and consume some memory'
', memall: {:.4f}, jmem: {:.4f} ({}), {} pjobs'.format(memall, job.mem, job.name, len(pjobs)))
', memall: {:.4f}, jmem: {:.4f} ({}), {} pjobs, {} workers, self._wkslim: {} / {}'
.format(memall, job.mem, job.name, len(pjobs), len(wksnum), wkslim, self._wkslim))
elif not self._workers:
wkslim = self._wkslim
memall = 0.
Expand Down

0 comments on commit 0862bdd

Please sign in to comment.