This repository is a deprecated package from the Trilinos project and is no longer being supported. This package was last supported in the Trilinos version 16.2.0 release branch.
Please see: https://github.com/trilinos/Trilinos
Although this package 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 package repository to the
packagesdirectory in Trilinos
cd Trilinos
git clone https://github.com/trilinos/ML.git packages/ml
- Proceed to configure, build, and use Trilinos with the deprecated package as previously known.