-
Notifications
You must be signed in to change notification settings - Fork 48
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
build: Cylon Summit recipe is failing #659
Comments
Hi Aymen,
This usually happens when the shared files (.so) are not found by pycylon.
Can you try adding the cylon lib directory to the LD_LIBRARY_PATH?
…On Fri, May 12, 2023, 09:29 Aymen Alsaadi ***@***.***> wrote:
Hello all,
We were trying to deploy Cylon on Summit following this recipe:
https://github.com/cylondata/cylon/tree/main/summit (README). We tried
two modes of installation on Summit:
1. Following the recipe mentioned above and using compute nodes and
the Cylon did not finish as it was failing with dependency installation.
2. We switched to the login node, and we were able to install Cylon
and it was faster. We exported the necessary arrow and build paths.
Yet we keep getting this error:
[image: image]
<https://user-images.githubusercontent.com/27039262/237984098-77d0a21c-a973-4f14-816b-d57614f2d113.png>
and this
[image: image]
<https://user-images.githubusercontent.com/27039262/237984182-9e651261-2f70-428a-93cc-d57727ded01d.png>
Any help or idea is appreciated it.
—
Reply to this email directly, view it on GitHub
<#659>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKS65MEQ3YZEZGRNUUGL33XFY3J5ANCNFSM6AAAAAAX7RE3B4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi @nirandaperera. Which library path are you talking I tried with CYLON/lib, but I don't think it is working |
I have run across a similar issue on Amazon Linux and it is related to cmake not finding openMPI. Niranda may have another suggestion but perhaps try installing from a OS repo such as yum or apt or build openmpi from source. I'm doing the same in parallel :-) |
Hi @okilic1, I believe you are referring to building cylon. Do you have OpenMPI installed in your system? If not, you can either install it locally, or install it using conda. It should resolve the compilation problem. |
Can documentation for this be improved. Do code changes need to be done? |
Is this issue producing again? It should be fixed after executing This is already in the documentation |
@arupcsedu we tried this approach before opening the ticket, and it did not work. Did you test from your side recently with this approach on Summit? If you did, then happy to give it a try again. Maybe something has changed. |
@AymenFJA , if you have access to the summit, let's have a joint session to make cylon work. The steps by steps guidelines mentioned in the https://github.com/cylondata/cylon/tree/main/summit, was working before in summit. |
@arupcsedu Unfortunately I have no access. |
@arupcsedu we all wait for approval. |
Hello all,
We were trying to deploy Cylon on Summit following this recipe: https://github.com/cylondata/cylon/tree/main/summit (README). We tried two modes of installation on Summit:
arrow
andbuild
paths. Yet we keep getting this error:(We ran a test from a compute node here using
jsrun
as recommended)and this
Any help or idea is appreciated it.
The text was updated successfully, but these errors were encountered: