Skip to content
Snippets Groups Projects
Commit ac94102b authored by Rémi Dehenne's avatar Rémi Dehenne
Browse files

Fix invalid arg type in MPI_Win_get_attr

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.
parent f4713532
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment