Giter Site home page Giter Site logo

Comments (9)

ck37 avatar ck37 commented on August 23, 2024

Confirmed on another cluster as well (XSEDE bridges), this time with a more recent MKL and slightly different .so files displayed. Looks like libmkl_core.so might be the best one to look for, or just "libmkl".

[ck37@br005 3-analysis]$ lsof -p 17013 | grep libmkl
R       17013 ck37  mem    REG   0,42  28137653   54600213 /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64_lin/libmkl_core.so (br001.opa.bridges.psc.edu:/nfs/opt/intel)
R       17013 ck37  mem    REG   0,42  28634975   54600196 /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64_lin/libmkl_intel_thread.so (br001.opa.bridges.psc.edu:/nfs/opt/intel)
R       17013 ck37  mem    REG   0,42   9734508   54600205 /opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64_lin/libmkl_intel_lp64.so (br001.opa.bridges.psc.edu:/nfs/opt/intel)

from benchmarkme.

csgillespie avatar csgillespie commented on August 23, 2024

Thanks for the report. So in the above code, what should be returned for blas & lapack?

Thanks

from benchmarkme.

ck37 avatar ck37 commented on August 23, 2024

I think "mkl" would be reasonable - that is what R shows in ./configure when building from source.

from benchmarkme.

csgillespie avatar csgillespie commented on August 23, 2024

Do you mkl for both blas & lapack?

I just noticed, but does the lp in libmkl_intel_lp64.so stand for lapack?

from benchmarkme.

ck37 avatar ck37 commented on August 23, 2024

from benchmarkme.

csgillespie avatar csgillespie commented on August 23, 2024

Would you try https://gist.github.com/csgillespie/b0ddf5b54d806e8b3c02d236ebf5ecdf

from benchmarkme.

ck37 avatar ck37 commented on August 23, 2024

Trying it on another system it looks like there is a different lapack path, so that current proposed grep search would need to be modified a bit:

/global/software/sl-6.x86_64/modules/langs/intel/2015.6.233/mkl/lib/intel64/libmkl_gf_lp64.so

from benchmarkme.

csgillespie avatar csgillespie commented on August 23, 2024

Thanks. I've updated the blas detection in the latest GitHub version. It should pick up your configuration. Would you check when you have a minute?

from benchmarkme.

csgillespie avatar csgillespie commented on August 23, 2024

Using sessionInfo should return the correct lib

from benchmarkme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.