Progetto di Calcolo Scientifico, Metodo di Arnoldi per Autovalori distribuito utilizzando PETSc
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.
 
 
 
Go to file
Antonio De Lucreziis 0858036401 minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
.vscode minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
spack-env minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
.clang-format minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
.gitignore minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
CMakeLists.txt minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
README.md minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago
main.c minimal working spack+cmake+petsc+lapack+clangd setup 1 year ago

README.md

Arnoldi Iteration

Usage

To build main from main.c

$ rm -rf build
$ mkdir build
$ cd build
$ cmake ..
$ make
$ mpirun -n 2 ./main