Menu

#982 Missing ATL_ symbols

Developer_(v3.11.x)
closed-fixed
None
5
2015-02-28
2015-01-30
No

Compiling from the basefiles I get undefined references to a few key symbols:
/usr/local/atlas/lib/libtatlas.so: undefined reference to ATL_sGetNB' /usr/local/atlas/lib/libtatlas.so: undefined reference toATL_cGetNB'
/usr/local/atlas/lib/libtatlas.so: undefined reference to ATL_dGetNB' /usr/local/atlas/lib/libtatlas.so: undefined reference toATL_zGetNB'

[melrobin@scorpion caffe]$ nm /usr/local/atlas/lib/libtatlas.so | grep ATL_sG
000000000118c980 T ATL_sGemmWillThread
0000000000788e60 T ATL_sGetAmmmInfo
000000000118c810 T ATL_sGetAmmmNthr
U ATL_sGetNB
000000000078a390 T ATL_sGetRankKInfo

The build works just fine.

Discussion

  • R. Clint Whaley

    R. Clint Whaley - 2015-02-27
    • status: open --> closed-fixed
    • assigned_to: R. Clint Whaley
     
  • R. Clint Whaley

    R. Clint Whaley - 2015-02-27

    This should be fixed in 3.11.32, reopen if not (open new support tracker if error is different, or if this tracker won't let you reopen).

     
  • Robinson, Melvin D.

    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

     

Log in to post a comment.