Skip to content

Commit

Permalink
Refs #7553 mpi version should not gather all events on first core
Browse files Browse the repository at this point in the history
  • Loading branch information
Vickie Lynch committed Aug 4, 2013
1 parent e6148fd commit 535b850
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ def PyExec(self):
self._outTypes = self.getProperty("SaveAs").value
samRuns = self.getProperty("RunNumber").value
preserveEvents = self.getProperty("PreserveEvents").value
if HAVE_MPI:
preserveEvents = False
normbycurrent = self.getProperty("NormalizeByCurrent").value
self._info = None
self._infodict = {}
Expand Down

0 comments on commit 535b850

Please sign in to comment.