From 2bde1beda2f8eb0ce447bb7b5941d72b736c0ff5 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 22 Dec 2025 10:50:22 +0100 Subject: [PATCH] README updates --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43b4a2d3..bd51bc67 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,10 @@ cd build cmake -DPSBLAS_INSTALL_DIR= .. ``` During this step, CMake will: -• Search for the PSBLAS package in the provided path. -• Detect and configure MPI (required for C, C++, and Fortran). -• Set up include and module directories based on the PSBLAS configuration. -• Configure integer sizes (IPK and LPK) to match the PSBLAS installation. +- Search for the PSBLAS package in the provided path. +- Detect and configure MPI (required for C, C++, and Fortran). +- Set up include and module directories based on the PSBLAS configuration. +- Configure integer sizes (IPK and LPK) to match the PSBLAS installation. ### 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: ```