Skip to content
/ HPC Public

High-performance calculations with some parallel algorithms based on openmp and mpi by C/C++

License

Notifications You must be signed in to change notification settings

StarlAllen/HPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPC

High-performance calculations with some parallel algorithms based on openmp and mpi by C/C++

openmp

there are basic parallel algorithms like scan algorithms,parallel for random methods,sort algorithms,independent sets and so on. the codes may not be the most efficient but right at least run on big data.

mpi

with usage of basic mpi,mainly included matrix multiplication algorithms and system of linear equations,they can run on Single-machine and multi-machine.

references

some articles and datum I've collected when studying and coding which maybe helpful to understand the algorithms.

About

High-performance calculations with some parallel algorithms based on openmp and mpi by C/C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published