dm_system_uname Subroutine

public subroutine dm_system_uname(uname, error)

Returns uname information (operating system, hostname, …).

Arguments

Type IntentOptional Attributes Name
type(uname_type), intent(out) :: uname

Uname type.

integer, intent(out), optional :: error

Error code.


Calls

proc~~dm_system_uname~~CallsGraph proc~dm_system_uname dm_system_uname c_f_str_chars c_f_str_chars proc~dm_system_uname->c_f_str_chars c_uname c_uname proc~dm_system_uname->c_uname

Called by

proc~~dm_system_uname~~CalledByGraph proc~dm_system_uname dm_system_uname proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_system_uname