You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up parallel processing in my R code. I get an inexplicable error. I am running R 4.4.2 inside Ubuntu and Fedora containers running on Aurora 41, a "spin" of Fedora Kinoite 41, which is an immutable version of Linux. R and RStudio work perfectly.
I rewrote the CGroups look-up mechanism in parallelly 1.39.0 (2024-11-07). I did this because I realized the original code was winging it a bit, so I tried to follow the official docs as much as I could understand it. It could be that I broke something.
As a first test, could you please try with the previous version - parallelly 1.38.0 - by installing it from source:
Please let me know if this works around the problem. Also, please let me know what you get.
PS. I'll transfer this issue over to the parallelly issue tracker, because that's where the problem lies. Also, another user reported on another CGroups problem, which is probably unrelated to yours.
Describe the bug
I am trying to set up parallel processing in my R code. I get an inexplicable error. I am running R 4.4.2 inside Ubuntu and Fedora containers running on Aurora 41, a "spin" of Fedora Kinoite 41, which is an immutable version of Linux. R and RStudio work perfectly.
Reproduce example
These two lines of code generate the error.
And the error I get is:
Expected behavior
No error
Session information
Please share your session information after the error has occurred so that we also see which packages and versions are involved;
The text was updated successfully, but these errors were encountered: