-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Ray work on 32 bit Linux #1127
Comments
Note that Arrow currently neither tests nor supports 64bit, so you probably should test first if Arrow works on 32bit systems. |
that's good to know, thanks @xhochy . So far, though, the plasma component worked for some simple puts and gets. I went ahead and ran Arrow cpp unit tests. Unit tests are passing:
|
Benchmarks are also passing on i686:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should make sure Ray reliably builds and works on 32-bit Linux, specifically 32-bit Ubuntu LTS. We should probably push 32-bit binary releases as well. Currently, it's possible to segfault the local scheduler by doing the following on 32-bit Linux:
This came up in the context of user-reported error in #1008 and is addressed in #1126.
Additional problems currently observed on 32bit Ubuntu LTS include unit test failure in
testRegisterClass
:Serialization tests are also failing, possibly due to the difference between 32 and 64 bit platforms:
The text was updated successfully, but these errors were encountered: