run_time_info

mdtools.run_time_info.run_time_info()[source]

Generate some run time information.

Returns

  • script_name (string) – The name of the running script.

  • command_line (string) – The command line input used to start the script.

  • cwd (string) – The working directory the script was started from.

  • exe (string) – The exact call of the executable script.

  • mdt_version (string) – The version number of MDTools.

  • python_version (string) – The version number of Python.

See also

mdtools.run_time_info.run_time_info_str()

Create a string containing some run time information