Skip to content
Snippets Groups Projects
Select Git revision
  • 2023 default protected
1 result

easybuild-repository-public-release

  • Clone with SSH
  • Clone with HTTPS
  • Rémi Dehenne's avatar
    Rémi Dehenne authored
    The attribute_val argument of MPI_Win_get_attr was improperly set regarding
    to the MPI Standard.
    Prior to casting, the attribute_val argument must be an int** or void**.
    MPC assumed attribute_val to be an int* or void*, thus leading to
    unexpected behaviors in user applications.
    ac94102b
    History
    Name Last commit Last update