Fix getting starpu_mpi maximum tag
Compare changes
@@ -39,23 +39,27 @@ chameleon_starpu_tag_init( int user_tag_width,
@@ -39,23 +39,27 @@ chameleon_starpu_tag_init( int user_tag_width,
A GitLab upgrade is scheduled for Monday, April 7, 2025. Service interruptions are expected in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost canal: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
This fixes using starpu trunk at all :)
The StarPU-mpi API for attribute is very different from the MPI one.
@furmento : do we really want to diverge so much from the MPI standard concerning retrieving attributes? AIUI the idea of the standard is that it writes the address of the value, not the value. Of course we can't respect the standard for MPI_UB since the standard says int, and we want to be able to express more than int, but at least the principle (using a pointer) could be coherent with the standard I guess?