next
parent a740f049d5
commit f823ebd150

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

@ -38,8 +38,8 @@ $ spack env activate ./spack-env
# 2. Compile and install the packages listed in the environment # 2. Compile and install the packages listed in the environment
$ spack install $ spack install
# optional?? it looks like cmake can still find the packages just by loding the environment using pkg-config # 3. (optional, it looks like cmake can still find the packages just by loading the environment using pkg-config)
$ spack load openblas openmpi petsc $ spack load lapack openmpi petsc
``` ```
### CMake ### CMake

Loading…
Cancel
Save