ded9087b8cf18da7.tex
1: \begin{abstract}
2: Additive Runge-Kutta methods designed for preserving highly accurate solutions in 
3: mixed-precision computation were proposed and analyzed in \cite{zack}. 
4: These specially designed methods use reduced precision for the implicit  computations
5: and full precision for the explicit computations.
6: We develop a FORTRAN code to solve a nonlinear system of ordinary differential equations using 
7: the mixed precision additive Runge-Kutta (MP-ARK) methods on IBM POWER9 and Intel x86\_64 chips.
8: The convergence, accuracy, runtime, and energy consumption of these methods is explored.
9: We show that these MP-ARK methods efficiently produce accurate solutions with 
10: significant reductions in runtime (and by extension energy consumption).
11: \end{abstract}
12: