Skip to content
Snippets Groups Projects
Select Git revision
  • 41d3c6048e711b29b9998d492510b05585ee012d
  • master default protected
  • WIP-Arecibo-ci
  • WIP-Arecibo-v0.7.0
  • only-upload-cgm
  • develop
  • develop-treatments
  • feature/history
  • hotfix/logger
  • gh-pages
  • v0.6.1
  • v0.6.0
  • v0.5.1
  • v0.5.0
  • v0.4.0
  • v0.3.1
  • v0.3.0
  • v0.2.1
  • v0.2.0
  • v0.1.1
  • v0.1.0
21 results

600SeriesAndroidUploader

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Gilles Gouaillardet authored
    Because MPI_Sendrecv_replace() uses PMPI_Sendrecv() with MPI_PACKED
    under the hood, the data to be exchanged size = MPI_Type_size(datatype) * count
    must fit in a signed integer.
    Otherwise, PMPI_Sendrecv()
     - fails with an error message if (int)size < 0
     - silently truncate the data if (int)size >= 0
    
    Refs. open-mpi/ompi#8862
    
    Thanks Jakub Benda for reporting this issue and suggesting a fix.
    
    Signed-off-by: default avatarGilles Gouaillardet <gilles@rist.or.jp>
    6a11873e
    History
    Name Last commit Last update