hypre
hypre copied to clipboard
hypre-multiprecision build
This PR updates various directories in hypre to support multiprecision build.
- The build system is modified to include the --enable-mixed-precision option to prescribe the multiprecision build
- New preprocessor macros have been added to facilitate automatic code transformation
- Updates to hypre directories to effect multiprecision build.
** This PR is currently defined for building hypre with configure. Cmake support will be added later. Also, GPU support is incomplete for now.