From f823ebd15033ff018cd457b1ac05b7ecd67ea437 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 25 Mar 2025 01:12:16 +0100 Subject: [PATCH] snapshot --- .vscode/settings.json | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3332dac..340f1fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,6 +23,7 @@ "mpirun", "Mult", "nodecount", + "openmpi", "orthogonalize", "pagebreak", "Petsc", diff --git a/README.md b/README.md index e1ab8cd..a1c1cbf 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ $ spack env activate ./spack-env # 2. Compile and install the packages listed in the environment $ spack install -# optional?? it looks like cmake can still find the packages just by loding the environment using pkg-config -$ spack load openblas openmpi petsc +# 3. (optional, it looks like cmake can still find the packages just by loading the environment using pkg-config) +$ spack load lapack openmpi petsc ``` ### CMake