This repository is a deprecated subpackage from the Trilinos project and is no longer being supported. This subpackage was last supported in the Trilinos version 16.2.0 release branch.
Please see: https://github.com/trilinos/Trilinos
Although this subpackage is unsupported in Trilinos versions greather than 16.2.0, if you want to use this deprecated package with a newer version of Trilinos, you can do the following:
- Clone the Trilinos repository
git clone https://github.com/trilinos/Trilinos.git- Clone this deprecated subpackage repository to the
packagesdirectory in Trilinos
cd Trilinos
git clone https://github.com/trilinos/ShyLU_DDCore.git packages/shylu/shylu_dd/core
- Proceed to configure, build, and use Trilinos with the deprecated subpackage as previously known.