You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rename files
* Fix license header #48
* add some docstrings
* Add further license fixes.
* Fix license header #48
* Clean stopping criterion since it is created in the solver
* start implementing #45
* moved HostMatrix to separate file #44
* Initial update on new structure
* FIX foldernames
* Add initial device persistent base implementation
* Add missing files
* Fix return type of get_db, add defineTemplate
* Add missing define macros
* Add further verbose output
* Add further verbose log output
* Add further verbose log messages, fix matrix size
* Add get_global_array
* Add further info to log
* Add further verbose log output
* Add further log info
* Add further debug output
* Create dense global vec only on master
* Add parallel csr matrix
* renm
* Add another gkomatrix getter
* Add globalIndex to CsrInitFunctor
* Fix CsrInitFunctor initialisation
* fix CsrInitFunctor constructor call
* Fix number of cells in HostMatrix since it is local
* do coo to csr conversion on master only
* clean up output
Co-authored-by: go <go@air.local>
At several places in the OGL code base the following pattern occurs.
This could be all wrapped into a base class and used for:
and probably other IO classes like the IOExecPtr. It should also address rank specific and global data for parallel runs.
The text was updated successfully, but these errors were encountered: