Mike Heroux
Mike Heroux
I think mini-drivers (the Mantevo term for this kind of proxy, a mini-driver is a main program that mimics an application's use of a library) are essential for long-term sustainability....
Also, it would be worth producing a LaTeX document that describes the APIs and assumptions. We have done this a couple of times with other projects and, while it seems...
Yes, sans MPI is important. Even in a Exascale environment, it is reasonable to ask for solvers to work underneath a single MPI process.
@bartlettroscoe , @jhux2: Thanks for your comments. While there are obvious mistakes with the initial placement of packages, what I am trying to accomplish is: - Make it clear what...
I think there is value to identifying packages like the core Epetra stack that are production quality vs those that never made it to broad use. We still hear of...
Agreed. However, I think we want at least three categories. I don't think we want to combine Epetra with packages like Optika, which never made it out of the gate.
@mawi2017 Thank you for reporting this issue. If you have a proposed fix, please feel free to submit a pull-request for review. We would appreciate your assistance in this way....
The basic makefile is here: https://github.com/Mantevo/miniFE/blob/master/ref/basic/makefile There are others in the same directory
There is a makefile in kokkos/src/Makefile but I don’t know if it is up to date
Hi Rolf, C++ long is usually 32 bits. C++ long long is guaranteed to be at least 64 bits. Try setting MINIFE_GLOBAL_ORDINAL to long long and see if it helps.