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