Skip to content

YingzhouLi/dmhm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Memory Hierarchical Matrices (DMHM) can usually be configured and
built using:

    cd dmhm
    mkdir build
    cd build
    cmake ..
    make

If something other than the reference BLAS/LAPACK libs are desired for DMHM,
you should add them into the CMake command using a semi-colon delimited list
of the form:
    -DMATH_LIBS="/path/to/first/lib.a;/path/to/second/lib.a"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages