README updates

kinsol-stop
Salvatore Filippone 6 months ago
parent 7d110a88d0
commit 2bde1beda2

@ -88,10 +88,10 @@ cd build
cmake -DPSBLAS_INSTALL_DIR=</path/to/psblas/installation> .. cmake -DPSBLAS_INSTALL_DIR=</path/to/psblas/installation> ..
``` ```
During this step, CMake will: During this step, CMake will:
Search for the PSBLAS package in the provided path. - Search for the PSBLAS package in the provided path.
Detect and configure MPI (required for C, C++, and Fortran). - Detect and configure MPI (required for C, C++, and Fortran).
Set up include and module directories based on the PSBLAS configuration. - Set up include and module directories based on the PSBLAS configuration.
Configure integer sizes (IPK and LPK) to match the PSBLAS installation. - Configure integer sizes (IPK and LPK) to match the PSBLAS installation.
### 2.1. Customizing the Installation Path ### 2.1. Customizing the Installation Path
By default, the library will be installed in standard system locations. To install amg4psblas in a custom directory, use the CMAKE_INSTALL_PREFIX variable: By default, the library will be installed in standard system locations. To install amg4psblas in a custom directory, use the CMAKE_INSTALL_PREFIX variable:
``` ```

Loading…
Cancel
Save