Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 312 Bytes

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