You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .vscode | 2 years ago | |
| spack-env | 2 years ago | |
| .clang-format | 2 years ago | |
| .gitignore | 2 years ago | |
| CMakeLists.txt | 2 years ago | |
| README.md | 2 years ago | |
| main.c | 2 years ago | |
README.md
Arnoldi Iteration
Setup
Spack
$ spack env activate ./spack-env
$ spack install
$ spack load openblas openmpi petsc
CMake
To build main from main.c
$ rm -rf build
$ mkdir build
$ cd build
$ cmake ..
$ make
$ mpirun -n 2 ./main