I am working with two library files on Mac OS. Here are how they look like when I use ls
libmkl_rt.1.dylib*
libmkl_rt.dylib@
i have three questions on the file names:
I am not sure what the .1
means, but I believe *
means executable, and @
means symbolic link, given a thread found on the Unix StackExchange, see: https://unix.stackexchange.com/a/96132