Overview
To report a bug in BRAHMS, please click here to send a message to the developers. See below for what to include.

What to include

Option 1

If a bug is pretty obviously repeatable ("If you set X to Y, you get Z when you execute") it is probably enough to just send in a description of X, Y and Z, and identify your platform and release (e.g. Debian Linux 32-bit, version 0.7.0.1546).

Option 2

Please include the following items in a fuller bug report.

Environment Information

  • Details of your platform (e.g. Debian Linux 32-bit).
  • The output of the following three commands, executed either at the shell prompt or in Matlab.
OS Shell Prompt
$ brahms --version ... $ brahms --show-pars ... $ brahms --walk ...
  • If you are experiencing the bug whilst using Matlab, please include the output of the following command, executed at the Matlab prompt.
Matlab Console
>> ver ...

Files

  • All files necessary to reproduce the bug, in a zip file or similar. These will include the following.
    • Your system, either as a Matlab script or the System File.
    • Your execution, either as a Matlab script or the Execution File.
    • Any non-standard components used in the system (that is, any components not supplied with the BRAHMS release).
    • Where possible, a --detail-5 level debug report of an execution where the problem occurred.