Cristian Ruiz
Cristian Ruiz
Hello, Would it be possible for the library to free the GIL? My code does a heavy use of register_stack to compute the transformation matrices: ```python sr = StackReg(StackReg.TRANSLATION) #...
Thank you for this fast reply. I'm restoring the process from the job script submitted to SLURM. The restore is run using sudo. And the job script is in the...
Sorry, for the misunderstanding. I run the dump with `--unprivileged` and the restore using sudo without the `--unprivileged`. Yeah I think it is ignored with that flag. I will have...
and yes it is ignored: https://github.com/checkpoint-restore/criu/blob/b0f0d0fa0eac154df1de428eb4b115094c43cb70/criu/cgroup.c#L1029