write_message Subroutine

public subroutine write_message(message, advance)

write message in the core with rank = 0

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: message
character(len=*), intent(in), optional :: advance

the message to write, to trim


Contents

None