Skip to content
Snippets Groups Projects
Select Git revision
0 results

rma-get-attr.patch

  • Rémi Dehenne's avatar
    ac94102b
    Fix invalid arg type in MPI_Win_get_attr · ac94102b
    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
    Fix invalid arg type in MPI_Win_get_attr
    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.