tbug-reporting.rst - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
(HTM) git clone git://src.adamsgaard.dk/pism
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
tbug-reporting.rst (1051B)
---
1 .. include:: ../global.txt
2
3 .. default-role:: literal
4
5 .. _sec-bug-reports:
6
7 Submitting bug reports
8 ======================
9
10 Please see the |pism-issues-url| to check if someone already found a similar bug. You can
11 post an issue there, and label it as a bug, if it is new. Alternatively, send a report by
12 e-mail to |pism-email|.
13
14 Please include the following information in **all** bug-reports and questions about
15 particular PISM's behavior:
16
17 - the PISM version (the output of `pismr -version`),
18 - the **full** command necessary to reproduce the bug,
19 - the input files used by the run reproducing the bug,
20 - a description of what PISM does wrong.
21
22 When sending a PISM standard output snippet or a compilation log, please attach it as a
23 text file instead of pasting it into the message body.
24
25 It is great if you can
26
27 - remove irrelevant command-line options from the command exhibiting the bug,
28 - find a quick run that exhibits the bug,
29 - reduce the size of files it requires, and
30 - provide a definitive way of checking if the bug in question is fixed.