Skip to content

Set :: ScreenEcho

mrnucleation edited this page Dec 6, 2018 · 1 revision

Set :: ScreenEcho

This flag directs the root processor's screen input either to its corresponding screen file or directly to STDOUT. It is useful for if you are running the program either on a compute node or locally on a command line.

Setting this to true redirects the screen information to STDOUT while false will send it to the Screen Output File.

Format:

  set ScreenEcho (True/false)

Example:

  set ScreenEcho .false.
  set ScreenEcho .true.
Clone this wiki locally