next up previous contents
Next: Fortran: Module Interface accFldsMod Up: Fortran: Module Interface abortutils Previous: Fortran: Module Interface abortutils   Contents

endrun


INTERFACE:

    subroutine endrun(msg)
DESCRIPTION:

Abort the model for abnormal termination

Author: CCM Core group

------------------------------------ use spmdMod, only: mpicom use shr_sys_mod, only: shr_sys_flush


ARGUMENTS:

    implicit none
    character(len=*), intent(in), optional :: msg    ! string to be printed
REVISION HISTORY:
   Author: CCM Core group



Erik Kluzek 2011-06-15