WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    A new generic method "getArraySliceParams" has been added to IOUtils. This... · 14ac27f9
    Mathias Bavay authored
    A new generic method "getArraySliceParams" has been added to IOUtils. This method computes the indices for splitting an array in several, balanced sub-arrays. This is what is needed to distribute a computation on an array among several computers. This method computes the indices in one dimension, if the user wants to split along several dimensions, he can just call it again on another dimension (the splitting being usually only along one dimension).
    14ac27f9