-
Notifications
You must be signed in to change notification settings - Fork 201
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
Installation issue #1132
Comments
This looks like an incompatibility of CUDA and GCC. |
Installed are the newest versions of the cuda driver and the cuda toolkit cuda-repo-ubuntu2204-12-5-local_12.5.0-555.42.02-1_amd64 |
But this says 11.5. Aren't you building RELION within a conda environment? |
agreed, just discovered that also. It's like the install is not over writing the resident 11.5 version. |
Your |
BTW, I do NOT activate the conda environment for the make and build steps, the instructions say not to do that. I'm doing the installation with conda deactivate. |
Great. Then the old CUDA is coming from somewhere else. Check |
Thanks. which nvcc returns /usr/bin/nvcc. /usr/bin is already in the path. |
What installed the old CUDA? You wrote
and you did
but clearly something else has installed the old CUDA. This is not a RELION issue but your system issue so I cannot help further. |
Affirm.
Neal Waxham, Ph.D.
Professor of Neurobiology and Anatomy
McGovern Medical School
Houston, TX 77030
https://sites.google.com/uth.edu/waxham-lab/home
From: biochem_fan ***@***.***>
Date: Friday, May 24, 2024 at 7:07 PM
To: 3dem/relion ***@***.***>
Cc: Waxham, M Neal ***@***.***>, Author ***@***.***>
Subject: Re: [3dem/relion] Installation issue (Issue #1132)
External: Increase caution when handling links and attachments.
What installed the old CUDA?
You wrote
This attempt at installing relion is the first package I'm attempting to install.
and you did
sudo apt-get -y install cuda-toolkit-12-5
but clearly something else has installed the old CUDA.
This is not a RELION issue but your system issue so I cannot help further.
Please sort it out yourself.
—
Reply to this email directly, view it on GitHub<#1132 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BIWV6O2X75YRNCKWFC2LVQ3ZD7I5VAVCNFSM6AAAAABIIJHTE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZQGUZTIMZUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Some progress. Cuda problem corrected. This is on Ubuntu 22.04. A question about the GUI that requires FLTK. It is not clear if FLTK is installed with the command: sudo apt install cmake git build-essential mpi-default-bin mpi-default-dev libfftw3-dev libtiff-dev libpng-dev ghostscript libxft-dev |
No. RELION will download and build FLTK itself. |
Describe your problem
Installation failing. There is nothing else installed on this workstation other than the ubuntu os. This attempt at installing relion is the first package I'm attempting to install.
Environment:
Running into a persistent problem installing relion v5 (or v4) on a fresh install of ubuntu 22.04.04 during the make -j command.
The call works, but each time hits the same error and exits.
Seems GPU related
nvcc --version returns:
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
Specific error, copied from terminal (original appears in red):
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
CMake Error at relion_gpu_util_generated_cuda_projector_plan.cu.o.Release.cmake:280 (message):
Error generating file
/home/neal/relion/build/src/apps/CMakeFiles/relion_gpu_util.dir/__/acc/cuda/./relion_gpu_util_generated_cuda_projector_plan.cu.o
make[2]: *** [src/apps/CMakeFiles/relion_gpu_util.dir/build.make:4698: src/apps/CMakeFiles/relion_gpu_util.dir/__/acc/cuda/relion_gpu_util_generated_cuda_projector_plan.cu.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:381: src/apps/CMakeFiles/relion_gpu_util.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Any insights would be welcomed.
Thanks. Neal.
The text was updated successfully, but these errors were encountered: