How to change path to fix error "./main: error while loading shared library libmkl_core.so?
问题 I have installed intel mkl library. contents have path /home/user/intel/..... . I have to run a C++ code using make file on which it is mentioned. CC = /home/user/intel/bin/icpc -g INCLUDE = -I/home/user/intel/mkl/include LIB = -L/home/user/intel/mkl/lib/intel64 -lmkl_core -lmkl_intel_lp64 -lmkl_intel_thread -liomp5 -lpthread -std=c++11 I have successfully installed parallel_studio_xe_2019_update5_cluster_edition . but still I'm getting an error message that ./main :error while loading shared