anishida / lis

Lis (Library of Iterative Solvers for linear systems, pronounced [lis]) is a scalable parallel software library for solving linear equations and eigenvalue problems that arise in the numerical solution of partial differential equations using iterative methods.
http://www.ssisc.org/lis/
Other
98 stars 39 forks source link

Performance #15

Closed Konstantin8105 closed 6 years ago

Konstantin8105 commented 6 years ago

Could you clarify? Have you research performance depending to input sparse format.

anishida commented 6 years ago

Hi,

Could you clarify? Have you research performance depending to input sparse format.

Yes. We appreciate it if you could check the following:

Hisashi Kotakemori, Hidehiko Hasegawa, Tamito Kajiyama, Akira Nukada, Reiji Suda, and Akira Nishida (2008). Performance Evaluation of Parallel Sparse Matrix-Vector Products on SGI Altix3700. OpenMP Shared Memory Parallel Programming. Lecture Notes in Computer Science 4315. Springer. pp. 153-163. doi:10.1007/978-3-540-68555-5_13. ISBN 3-540-68554-5.

Hisashi Kotakemori, Hidehiko Hasegawa, and Akira Nishida (2005). Performance Evaluation of a Parallel Iterative Method Library using OpenMP. Proceedings of the 8th International Conference on High Performance Computing in Asia Pacific Region (HPC Asia 2005). Beijing. IEEE. pp. 432-436. doi:10.1109/HPCASIA.2005.74. ISBN 0-7695-2486-9.

Sincerely, Akira Nishida

From: Konstantin [mailto:notifications@github.com] Sent: Friday, September 7, 2018 11:22 PM To: anishida/lis lis@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [anishida/lis] Performance (#15)

Could you clarify? Have you research performance depending to input sparse format. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Konstantin8105 commented 6 years ago

Thank you.