#! /bin/sh
# Intel compile with debug options.
ifort -FR -check all -O0 -auto -WB -traceback -g -fpe0 -fltconsistency "$@"
