pyamgx
pyamgx copied to clipboard
GPU accelerated multigrid library for Python
Currently, all pyamgx objects must be explicitly cleaned up by calling a `.destroy()` method, but it should be possible to automatically clean up objects when they go out of scope...
Hi there, I was wondering if there were any examples MPI based examples on pyamgx? Kind regards, Tony
- [x] Initialize - [x] Finalize - [x] Initialize Plugins - [x] Finalize Plugins - [x] Get API Version - [x] Get Error String - [ ] Get Build Info...
I run into the installation problem on Windows 10. I have successfully build AMGX, and set AMG_DIR by ``` setx AMGX_DIR "E:\Dev\AMGX" ``` When I run `pip install .`, I...