You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am playing with shared libraries in Amanzi. This revealed one interesting feature. CrunchFlow uses Lapack routines but this library is not added to the list of CrunchFlow libraries. Appending variable ALQUIMIA_TPLS solves the problem for me.
Error happens during linking C executable test_alquimia_c_utils_exe:
/usr/bin/ld: /ASCEM/TPLs-gcc-0.94.10-shared/lib/libcrunchchem.a(equilib_co2.F90.o): undefined reference to symbol 'dgetrf_'
//usr/lib64/liblapack.so.3: error adding symbols: DSO missing from command line
The text was updated successfully, but these errors were encountered:
I am playing with shared libraries in Amanzi. This revealed one interesting feature. CrunchFlow uses Lapack routines but this library is not added to the list of CrunchFlow libraries. Appending variable ALQUIMIA_TPLS solves the problem for me.
Error happens during linking C executable test_alquimia_c_utils_exe:
/usr/bin/ld: /ASCEM/TPLs-gcc-0.94.10-shared/lib/libcrunchchem.a(equilib_co2.F90.o): undefined reference to symbol 'dgetrf_'
//usr/lib64/liblapack.so.3: error adding symbols: DSO missing from command line
The text was updated successfully, but these errors were encountered: