FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Driver_abort.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Driver_abort (errorMessage)
 

Function/Subroutine Documentation

◆ Driver_abort()

subroutine Driver_abort ( character(len=*)  errorMessage)

Write an error message to the logfile and abort FLASH. Attempts to shut down all processes (using MPI_Abort()). If you wish to call Driver_abort from a 'c' routine use the API routine Driver_abortC

errorMessage : A string to write to the logfile (presumably indicating what went wrong).

NOTES

This function's implementation never returns control to the caller.

Definition at line 33 of file Driver_abort.F90.