Missing ATL_ symbols
Brought to you by:
rwhaley,
tonyc040457
As of 3.11.32 the problem with the missing ATL_ symbols (*982) is still there:
The nm output shows that the symbols are undefined:
[melrobin@scorpion build]$ nm lib/libtatlas.so | grep ATL_sG
0000000001ccbf90 T ATL_sGemmWillThread
0000000000bec3e0 T ATL_sGetAmmmInfo
0000000001ccbe20 T ATL_sGetAmmmNthr
U ATL_sGetNB
0000000000bed940 T ATL_sGetRankKInfo
Symbol is coming from liblapack & libtlapack:
corei24>nm -A *.a | fgrep GetNB
liblapack.a:clapack_dgetri.o: U ATL_dGetNB
liblapack.a:clapack_sgetri.o: U ATL_sGetNB
liblapack.a:clapack_zgetri.o: U ATL_zGetNB
liblapack.a:clapack_cgetri.o: U ATL_cGetNB
liblapack.a:ATL_f77wrap_dgetnb.o: U ATL_dGetNB
liblapack.a:ATL_f77wrap_sgetnb.o: U ATL_sGetNB
liblapack.a:ATL_f77wrap_zgetnb.o: U ATL_zGetNB
liblapack.a:ATL_f77wrap_cgetnb.o: U ATL_cGetNB
libptlapack.a:clapack_dgetri.o: U ATL_dGetNB
libptlapack.a:clapack_sgetri.o: U ATL_sGetNB
libptlapack.a:clapack_zgetri.o: U ATL_zGetNB
libptlapack.a:clapack_cgetri.o: U ATL_cGetNB
libptlapack.a:ATL_f77wrap_dgetnb.o: U ATL_dGetNB
libptlapack.a:ATL_f77wrap_sgetnb.o: U ATL_sGetNB
libptlapack.a:ATL_f77wrap_zgetnb.o: U ATL_zGetNB
libptlapack.a:ATL_f77wrap_cgetnb.o: U ATL_cGetNB
Ticket moved from /p/math-atlas/support-requests/987/
This is fixed in the basefiles for 3.11.33. Is it blocking you from working, or do you have a workaround?
I'm using bleeding edge for production work, so this is good. Thanks!
Building from the basefiles GetNB is still not there.
Has this been fixed?
I cannot link numpy
Hi,
I have the same problem trying to compile Suitesparse:
/sw/rhel6-x64/numerics/atlas_lapack-3.11.32-gcc48/lib/liblapack.so: undefined reference to
ATL_zGetNB' /sw/rhel6-x64/numerics/atlas_lapack-3.11.32-gcc48/lib/liblapack.so: undefined reference toATL_dGetNB'/sw/rhel6-x64/numerics/atlas_lapack-3.11.32-gcc48/lib/liblapack.so: undefined reference to
ATL_cGetNB' /sw/rhel6-x64/numerics/atlas_lapack-3.11.32-gcc48/lib/liblapack.so: undefined reference toATL_sGetNB'If this is "fixed in the basefiles for 3.11.33", where would I get these (I do not see 3.11.33 on "http://sourceforge.net/projects/math-atlas/files/Developer (unstable)/").
Cheers, Olaf
Last edit: Olaf Gellert 2015-03-30
The update to ATLAS has fixed this and this bug can be closed.