Skip to content
forked from ProbShin/mpiCG

Implement conjugate gradient with MPI

Notifications You must be signed in to change notification settings

ozturkosu/mpiCG

 
 

Repository files navigation

mpiCG

Implement conjugate gradient with MPI (with MKL/ without MKL) using CPP

Files

./  
| main.cpp                        //interface
| cg.cpp                          //algorithm
| all.h                           //head file

$source mc.defs $vim main.cpp $make clean $make $run.sh

About

Implement conjugate gradient with MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.4%
  • MATLAB 25.1%
  • C 5.8%
  • Shell 2.5%
  • Makefile 1.2%