Add a pause field to the chamctxt to detect potential deadlock
Loading
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Mise à jour GitLab terminée. Nous sommes désormais en version 17.7.0 : https://about.gitlab.com/releases/2024/12/19/gitlab-17-7-released/
Add a pause field in the chamctxt structure to check if the runtime is paused when synchronizing the system.
Without this patch, when calling one of the chameleon_sequence_wait() family call, if the runtime system is paused, then Chameleon will deadlock. Thus we automatically resume the runtime system with a warning, and pause again at exit.
Fix issue #105 (closed)