make install issues
Posted: Sun Oct 08, 2017 6:36 am
Hello,
I tried to install the shared and static library one after another and applied accidently 'sudo make install prefix=/usr/local/magma' a second time' applying "sudo" a second time causes an error and the installation fails.
The problem is, the error stays, I can't repeat the installation.
error:
How can I completely remove/uninstall magma to be able to start the installation from scratch?
Klaus
I tried to install the shared and static library one after another and applied accidently 'sudo make install prefix=/usr/local/magma' a second time' applying "sudo" a second time causes an error and the installation fails.
The problem is, the error stays, I can't repeat the installation.
error:
Code: Select all
sudo make install prefix=/usr/local/magma
[sudo] Passwort für klaus:
g++ -O3 -fPIC -fopenmp -DNDEBUG -DADD_ -Wall -Wshadow -DMAGMA_WITH_MKL -std=c++11 -DHAVE_CUBLAS -DMIN_CUDA_ARCH=300 -I/usr/local/cuda-9.0/include -I/opt/intel/mkl/include -I./include -I./control -I./magmablas -I./sparse/include -I./sparse/control -c -o sparse/blas/magma_z_blaswrapper.o sparse/blas/magma_z_blaswrapper.cpp
nvcc -O3 -DNDEBUG -DADD_ -Xcompiler "-fPIC -Wall -Wno-unused-function" -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -I/usr/local/cuda-9.0/include -I/opt/intel/mkl/include -I./include -I./control -I./magmablas -I./sparse/include -I./sparse/control -c -o sparse/blas/zbajac_csr.o sparse/blas/zbajac_csr.cu
/bin/sh: 1: nvcc: not found
Makefile:585: die Regel für Ziel „sparse/blas/zbajac_csr.o“ scheiterte
make: *** [sparse/blas/zbajac_csr.o] Fehler 127Klaus