This provides a Fortran API and a source repackaging of the ParMETIS library originally developed by Karypis Lab
- Run tests in CI
- Make CI open a PR for changes if the repository is dirty
- Add Fortran API procedural and OOP interfaces
fpm build --compiler mpifort --c-compiler mpicc
To use parmetis
as a dependency in your fpm
project, add the following to your fpm.toml
file:
[dependencies]
parmetis = { git = "https://github.com/gnikit/parmetis-fpm.git" }
MIT License
parmetis-fpm is distributed under the MIT License. See LICENSE for more information. ParMETIS is distributed under the terms of the Apache License, Version 2.0