MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / allreduce_data_max

Method allreduce_data_max

dedalus/core/field.py:841–842  ·  view source on GitHub ↗
(self, layout=None)

Source from the content-addressed store, hash-verified

839 return norm
840
841 def allreduce_data_max(self, layout=None):
842 return self.allreduce_data_norm(layout=layout, order=np.inf)
843
844 def allreduce_L2_norm(self, normalize_volume=True):
845 from . import arithmetic

Callers 2

__init__Method · 0.80
allreduce_L2_normMethod · 0.80

Calls 1

allreduce_data_normMethod · 0.95

Tested by

no test coverage detected