"runtime/starpu/git@gitlab.inria.fr:solverstack/chameleon.git" did not exist on "835769e6d052b7848a7ada83c51fd02cefde3873"
Relax the constraint on the MPI tags when using StarPU 1.2
Each tiles needs a unique tag identifier for the communication with StarPU. By default, the first 8 bits are dedicated to the descriptors, and the remaining bits to the tiles within the descriptor.
With StarPU 1.2, we should be able to always keep the 32bits for the tags even with MPI implementation that provides a lower tag upper bound. The solution to this problem will be fixed, when StarPU will provide a standard way to know its own upper bound for the tags.