next
parent a740f049d5
commit f823ebd150

@ -23,6 +23,7 @@
"mpirun",
"Mult",
"nodecount",
"openmpi",
"orthogonalize",
"pagebreak",
"Petsc",

@ -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

Loading…
Cancel
Save