Update user_manual.md

update user_manual to fix runtime error
This commit is contained in:
cyk 2024-04-06 13:55:51 +08:00 committed by GitHub
parent bebe5e5399
commit c5cad9b1df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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