Skip to content

Solves symmetric matrices using Cholesky decomposition. Can be run with mpi

Notifications You must be signed in to change notification settings

qblays/matrix_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix_solver

Solves symmetric matrices using Cholesky decomposition.

Features

  • MPI support
  • AVX support

Build from sources

Run gen_build.sh or

git clone https://github.com/qblays/matrix_solver
mkdir build; cd build  # Create a build directory.
cmake ..               # Configure the project.
cmake --build .        # Build all default targets.

Examples

mpirun -np 2 xterm -hold -e gdb -ex run --args ./test_mat 10 7 # Debug run
mpirun -np 2 xterm -hold -e ./test_mat 10 7
mpirun -np 4 konsole --hide-menubar --hold -e ./test_mat 30 15
mpirun -np 2 ./test_mat 1000 48

About

Solves symmetric matrices using Cholesky decomposition. Can be run with mpi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published