Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | str |
subroutine custom_psml_die(str)
character(len=*), intent(in) :: str
write(0,"(a,a)") "Custom psml_die:: ", str
write(6,"(a,a)") "Custom psml_die:: ", str
STOP
end subroutine custom_psml_die