hypre-space / hypre

Parallel solvers for sparse linear systems featuring multigrid methods.
https://www.llnl.gov/casc/hypre/
Other
674 stars 185 forks source link

Add missing parcsr F90 sources to CMakelists #1087

Closed Yannicked closed 6 months ago

Yannicked commented 6 months ago

This pull request implements the inclusion of ILU and MGR parcsr Fortran interface sources into the CMake build files. Previously, these were exclusively present in the Makefile build setup.

victorapm commented 6 months ago

@Yannicked thank you for your contribution! I will merge your changes into a development branch and do some extra work before merging them into master.