AMG
AMG copied to clipboard
Algebraic multigrid benchmark
I just wanted to give huge props and say thank you for how easy this was to build, and find examples for running [here](https://asc.llnl.gov/sites/asc/files/2020-09/AMG_Summary_v1_7.pdf)! I literally typed `make` in an...
Perhaps this is a strange question, and I am not sure if the project author is still actively involved in it, but I thought I would give it a try...
When compiling AMG, using recursive targets makes parallel compiles possible, which are necessary to compile it as quickly as possible, although the difference is only really noticeable on a system...
I ran AMG on Xeon, KNL and KNM platform, but when I was running on KNM/KNL I find that the numbers of iterations become much more than on Xeon(with same...
The missing declaration of HYPRE_BoomerAMGGetCumNnzAP is throwing a warning when building with gcc, fix this by including _hypre_parcsr_ls.h amg.c: In function 'main': amg.c:406:7: warning: implicit declaration of function 'HYPRE_BoomerAMGGetCumNnzAP'; did...