psml_die Subroutine

subroutine psml_die(str)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: str

Contents

Source Code


Source Code

subroutine psml_die(str)
  character(len=*), intent(in) :: str

  write(0,"(a)") str
  stop

end subroutine psml_die