Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread yuesu jin
Hi,all I re-installed Deal.II-9.1.1, the message is listed below: *** Install the project... -- Install configuration: "DebugRelease" CMake Error at cmake/scripts/cmake_install.cmake:36 (file): file INSTALL cannot s

Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread Wolfgang Bangerth
On 8/11/19 3:49 PM, yuesu jin wrote: > > CMake Error at cmake/scripts/cmake_install.cmake:36 (file): >   file INSTALL cannot set permissions on >   "/path/to/install/dir/share/deal.II/scripts/normalize.pl > " What you call cmake initially, you need to replace the string "

Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread Daniel Arndt
> Thank you for your timely reply! > I changed the installation direction according to the README document and > redirected it to the deal.ii-9.0.1 source code. > It seems that you still set the installation directory to a non-existent path. If you want to install in your home directory cal

Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread yuesu jin
Hello Daniel, Thank you very much! I make a new folder to save the compile file for cmake, and I used the command *cmake -DCMAKE_INSTALL_PREFIX=${HOME}**/deal.II home/yjin6/Deal.II/dealii-9.0.1* (substituted with my directory), but cmake gave error warning. I substitute it with *cmake -DCMAKE_INS

Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread Daniel Arndt
Yuesu, Hello Daniel, > Thank you very much! I make a new folder to save the compile file for > cmake, and I used the command > *cmake -DCMAKE_INSTALL_PREFIX=${HOME}**/deal.II > home/yjin6/Deal.II/dealii-9.0.1* (substituted with my directory), > but cmake gave error warning. I substitute it wit

Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread yuesu jin
Hi Daniel, Thank you for your reply. I misunderstood build and install. I thought after I setup the build folder and make install, the program should be compiled in that build folder, because I installed the 9.0.1 version just run the command as those in README file. Now, I first input *cmake -DC

Re: [deal.II] undefined symbol: mkl_blas_dsyrk

2019-08-11 Thread yuesu jin
AH... I understand,* cmake -DCMAKE_INSTALL_PREFIX=[Directory you want to install] [Directory you build the program]* I have installed it again in a new folder, the folder now is 3.6GB, which means something has been installed in that. But the message is still there: