This document summarizes parallel numerical methods for solving ordinary differential equations (ODEs). It discusses two types of parallelism: across the system (space) and across the method (time). Predictor-corrector and Runge-Kutta methods are described that can exploit parallelism across time by parallelizing stages. Optimal Runge-Kutta methods use the minimum number of stages for a given order. Block methods solve ODE systems in parallel. Extrapolation and multiple shooting methods are also mentioned for parallelizing ODE solutions.