Set the unit for the error file to use in this module, for example for mp_abort
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit |
An open file unit to use as the error file |
subroutine set_default_error_file_unit(unit)
!> An open file unit to use as the error file
integer, intent(in) :: unit
err_unit = unit
end subroutine set_default_error_file_unit