87 lines
2.5 KiB
BibTeX
Executable File
87 lines
2.5 KiB
BibTeX
Executable File
@book{saad2003iterative,
|
|
title={Iterative Methods for Sparse Linear Systems},
|
|
author={Saad, Yousef},
|
|
year={2003},
|
|
publisher={SIAM}
|
|
}
|
|
|
|
@book{golub2013matrix,
|
|
title={Matrix Computations},
|
|
author={Golub, Gene H. and Van Loan, Charles F.},
|
|
edition={4},
|
|
year={2013},
|
|
publisher={Johns Hopkins University Press}
|
|
}
|
|
|
|
@article{dongarra2003linpack,
|
|
title={The LINPACK Benchmark: Past, Present and Future},
|
|
author={Dongarra, Jack and Luszczek, Piotr and Petitet, Antoine},
|
|
journal={Concurrency and Computation: Practice and Experience},
|
|
year={2003},
|
|
volume={15},
|
|
number={9},
|
|
pages={803--820}
|
|
}
|
|
|
|
@misc{hpl2018netlib,
|
|
title={HPL: A Portable Implementation of the High Performance Linpack Benchmark},
|
|
author={Dongarra, Jack and others},
|
|
year={2018},
|
|
howpublished={Netlib},
|
|
url={https://netlib.org/benchmark/hpl/}
|
|
}
|
|
|
|
@book{barrett1994templates,
|
|
title={Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods},
|
|
author={Barrett, Richard and Berry, Michael and Chan, Tony and Demmel, James and Donato, June and Dongarra, Jack and Eijkhout, Victor and Pozo, Roldan and Romine, Charles and Van der Vorst, Henk},
|
|
year={1994},
|
|
publisher={SIAM}
|
|
}
|
|
|
|
@misc{jacobiMathWorld,
|
|
title={Jacobi Method},
|
|
author={Weisstein, Eric W.},
|
|
year={2024},
|
|
howpublished={Wolfram MathWorld},
|
|
url={https://mathworld.wolfram.com/JacobiMethod.html}
|
|
}
|
|
|
|
@book{pacheco2011mpi,
|
|
title={An Introduction to Parallel Programming},
|
|
author={Pacheco, Peter},
|
|
year={2011},
|
|
publisher={Morgan Kaufmann}
|
|
}
|
|
|
|
@book{gropp2014mpi,
|
|
title={Using MPI: Portable Parallel Programming with the Message-Passing Interface},
|
|
author={Gropp, William and Lusk, Ewing and Skjellum, Anthony},
|
|
edition={3},
|
|
year={2014},
|
|
publisher={MIT Press}
|
|
}
|
|
|
|
@book{kirk2016cuda,
|
|
title={Programming Massively Parallel Processors: A Hands-on Approach},
|
|
author={Kirk, David B. and Hwu, Wen-mei W.},
|
|
edition={3},
|
|
year={2016},
|
|
publisher={Morgan Kaufmann}
|
|
}
|
|
|
|
@article{chalmers2023rocHPL,
|
|
title={Optimizing High-Performance Linpack for Exascale Accelerated Architectures},
|
|
author={Chalmers, Noel and Kurzak, Jakub and McDougall, Damon and Bauman, Paul},
|
|
journal={arXiv preprint arXiv:2304.10397},
|
|
year={2023}
|
|
}
|
|
|
|
@article{lee1961algorithm,
|
|
title={An Algorithm for Path Connections and Its Applications},
|
|
author={Lee, C. Y.},
|
|
journal={IRE Transactions on Electronic Computers},
|
|
volume={EC-10},
|
|
number={3},
|
|
pages={346--365},
|
|
year={1961}
|
|
} |