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 have recently installed legate.core building from source with install.py.
Now when I try to install cuNumeric with
./setup.py --with-core /opt/legate/
I am facing an error at the very end of compilation:
TEST 35/35 fork:safety_after_fork_in_parent [FAIL]
ERR: Failed to fork process.
Full output from the installation is here: err.txt out.txt
The text was updated successfully, but these errors were encountered:
We've been seeing this issue more and more recently. We build OpenBLAS as part of cunumeric installation, and OpenBLAS runs its test suite on build by default, and this particular test seems to fail on certain configurations.
I just merged #158, which skips the OpenBLAS test suite on build. Please pull latest cunumeric and try again.
I have recently installed legate.core building from source with install.py.
Now when I try to install cuNumeric with
./setup.py --with-core /opt/legate/
I am facing an error at the very end of compilation:
TEST 35/35 fork:safety_after_fork_in_parent [FAIL]
ERR: Failed to fork process.
Full output from the installation is here:
err.txt
out.txt
The text was updated successfully, but these errors were encountered: