"runtime/starpu/git@gitlab.inria.fr:solverstack/chameleon.git" did not exist on "822d5e443729778cf76875e64596742cd232b87b"
A GitLab upgrade is scheduled for Monday, June 2, 2025. The service will be unavailable for a few minutes in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost channel: 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.
Normally the system is already doing this for us. In the MPI simgrid execution case, however, depending on the enabled optimizations for memory, libc may not be privatized, to save the memory that would be needed for its duplication, and to avoid the potential headaches brought by several libcs running in the same process. The first process would then inrease optind, and other processes would start with optind already increased.