Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Reporting a bug in "proper" way can greatly reduce response time. It also helps to understand the issue better and locate it faster. 
To make it easier (to locate the bug) consider providing following information:
  - IMAS version
  - Data Dictionary version
  - Location of application, source code, means of building and running the code
  - Source codes and Makefile
  - Link to any documentation that allows to get familiar with the code
  - Your environment settings (preferably, script that sets up the environment exactly the same way you have it set)
  - Your environment variable (> env > ~/my_environment_while_spotting_the_bug)
  - Your current module list  (> module list > ~/my_module_list_while_sporring_the_bug)

...