Go to the source code of this file.
|
| module | messages |
| | Numerical utilities related to giving output.
|
| |
|
| subroutine, public | messages::init_output () |
| | Initialize the variables for the module. More...
|
| |
| subroutine, public | messages::print_hello () |
| | Prints first message. More...
|
| |
| subroutine, public | messages::print_goodbye () |
| | Prints last messag. More...
|
| |
| subroutine, public | messages::init_time () |
| | Intialize the time passed to 0. More...
|
| |
| subroutine, public | messages::start_time () |
| | Start a timer. More...
|
| |
| subroutine, public | messages::stop_time () |
| | Stop a timer. More...
|
| |
| subroutine, public | messages::passed_time () |
| | Display the time that has passed between t1 and t2. More...
|
| |
| character(len=8) function | messages::get_clock () |
| | Returns the time. More...
|
| |
| subroutine, public | messages::print_err_msg (err_msg, routine_name) |
| | Prints an error message that is either user-provided, or the name of the calling routine. More...
|
| |
| subroutine, public | messages::lvl_ud (inc) |
| | Increases/decreases lvl of output. More...
|
| |
| subroutine, public | messages::writo (input_str, persistent, error, warning, alert) |
| | Write output to file identified by output_i. More...
|
| |
| subroutine, public | messages::print_ar_2 (arr) |
| | Print an array of dimension 2 on the screen. More...
|
| |
| subroutine, public | messages::print_ar_1 (arr) |
| | Print an array of dimension 1 on the screen. More...
|
| |
| integer function, public | messages::get_mem_usage () |
| | Returns the memory usage in kilobytes. More...
|
| |