Skip to content
/ hts Public

Trilinos/ShyLU's Hybrid Triangular Solver (HTS) as a standalone library. Solve triangular systems with OpenMP multithreading.

License

Notifications You must be signed in to change notification settings

ambrad/hts

Repository files navigation

Standalone version of Hybrid Triangular Solver, from
    https://github.com/trilinos/Trilinos/tree/master/packages/shylu/shylu_node/hts

Edit Makefile to include your system details. Run make. The output is
./hts_test, the unit tester. Run like this:
    OMP_NUM_THREADS=16 ./hts_test -v

The unit test code also serves as an example of how to interface with HTS.

See hts_decl.hpp for API documentation.

About

Trilinos/ShyLU's Hybrid Triangular Solver (HTS) as a standalone library. Solve triangular systems with OpenMP multithreading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages