Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed May 18, 2021
1 parent 0bdc30b commit 4a494ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/binding/python/openpmd_api/pipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
except ImportError:
HAVE_MPI = False

debug = True
debug = False


class DumpTimes:
Expand Down Expand Up @@ -116,7 +116,6 @@ def distribution_strategy(dataset_extent,
mpi_rank,
mpi_size,
strategy_identifier=None):
print("Looking up distribution strategy: {}".format(strategy_identifier))
if strategy_identifier is None or not strategy_identifier:
if 'OPENPMD_CHUNK_DISTRIBUTION' in os.environ:
strategy_identifier = os.environ[
Expand Down

0 comments on commit 4a494ec

Please sign in to comment.