Paul Leopardi
Paul Leopardi
I am writing my question here as I think that the [mpip-help](https://sourceforge.net/p/mpip/mailman/mpip-help/) mailing list no longer exists. How do I use mpiP with an MIMD program set, as per (e.g.)...
The logical variable `write_a_restart` is used in many places to control whether a restart file is written, but there are three places where it is not used, and a restart...
Document the reproducibility flags that were used in testing https://github.com/penguian/1deg_jra55_ryf migration from NCI Raijin to Gadi. Using these flags with the Intel 2019.3.199 compilers produced identical output on Raijin and...
The Denman-Beavers matrix square root algorithm does not work for singular matrices. Try using the cyclic reduction algorithm of Beatrice Meini. Use this as an opportunity to overhaul the sqrt...
GluCat uses uBLAS for linear algebra, except for finding eigenvalues, where it uses Boost Bindings. The two different libraries use different matrix formats. Also, uBLAS is quite slow, especially for...
GluCat uses uBLAS for linear algebra, except for finding eigenvalues, where it uses Boost Bindings. The two different libraries use different matrix formats. Also, uBLAS is quite slow, especially for...
Following on from Issue #40 , remove the configuration options that are now deprecated, remove the associated tests, and remove the associated `#define` macro names and `#if defined` branches, to...
The current code is entirely written and documented in English. It needs an internationalization framework and translations if it is ever to be available in other languages.
The code has INSTALL, README and TODO files, as well as Doxygen documentation, programming examples, and Python help and tutorials. One thing that is still missing is a manual written...
GluCat uses uBLAS for linear algebra, except for finding eigenvalues, where it uses Boost Bindings. The two different libraries uses different matrix formats. Also, uBLAS is quite slow, especially for...