From c5cad9b1df248426871d003f4df0ad607640c94c Mon Sep 17 00:00:00 2001 From: cyk <57099728+cyk2018@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:55:51 +0800 Subject: [PATCH] Update user_manual.md update user_manual to fix runtime error --- docs/user_manual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_manual.md b/docs/user_manual.md index b5cd632f1..0e97744d5 100644 --- a/docs/user_manual.md +++ b/docs/user_manual.md @@ -86,6 +86,7 @@ void main() ``` gcc -o test_cblas_open test_cblas_dgemm.c -I /your_path/OpenBLAS/include/ -L/your_path/OpenBLAS/lib -lopenblas -lpthread -lgfortran ``` +With runtime error like "error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory", you can change the LD_LIBRARY_PATH like this link https://github.com/sermanet/OverFeat/issues/10#issuecomment-40912417. ### Call BLAS Fortran interface