1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<html>
<body BGCOLOR="FFFFFF">
<table border="0" width="100%">
<tbody>
<tr>
<td width="60%">
<h1> Questions and Bug Reports</h1>
</td>
<td width="40%"><img src="../images/headbang.gif" border="0"
height="113" width="113"></td>
</tr>
</tbody>
</table>
<b>Debian users:</b> If you find a bug, please file a bug report in the
usual Debian way at http://bugs.debian.org , and I'll forward it
upstream, as discussed in the
<a href="../README.Debian.gz">README.Debian</a> file.<p>
The PETSc maintenance
e-mail, <a href="mailto:petsc-maint@mcs.anl.gov">petsc-maint@mcs.anl.gov</a>,
is
intended
for
users
to
<ul>
<li>report bugs, </li>
<li>ask for clarification, </li>
<li>ask for help in tracking down bugs, and </li>
<li>request new features within PETSc. </li>
</ul>
<p>We respond to almost all email the same day and many within
the hour. <em>Please do not send maintenance requests to the
individual PETSc authors; all e-mail to</em> <strong><a
href="mailto:petsc-maint@mcs.anl.gov">petsc-maint@mcs.anl.gov</a></strong>
<em>is automatically distributed to all of the PETSc authors, so
our response time using this address will be fastest. </em></p>
<ul>
</ul>
<p><!--webbot bot="PurpleText" PREVIEW="Do we want an archive of these available?
" -->Before
sending
a
bug
report,
please consult the <a href="faq.html"> FAQ</a> to
determine whether a fix or work-around to the problem
already exists. Also, see the chapter <a
href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/docs/manual.pdf#nameddest=ch_performance">Hints
for
Performance Tuning</a> in
the PETSc users manual for guidelines on achieving good efficiency
within PETSc codes. </p>
<p align="center"><strong><font size="4">Guidelines for Bug
Reports</font></strong></p>
<p>The more information that you convey about a bug, the easier
it will be for us to target the problem. We suggest providing the
following information: </p>
<ul type="disc">
<li> Please do NOT send winmail.dat Microsoft email
attachments; we cannot read them.</li>
<li> Please do NOT stick huge files like configure.log DIRECTLY
into the email message, make them attachments.</li>
<li>If the problem involves installation, send <u><strong>the
entire configure.log and make.log </strong></u> as attachments.</li>
<li>Machine type: (e.g., sun4) </li>
<li>OS Version: (run <em>uname -a</em> to get the version
number) </li>
<li>PETSc Version: (run PETSc program with -v, or look in <a
href="/usr/lib/petscdir/3.2/include/petscversion.h">include/petscversion.h</a>)
</li>
<li>MPI implementation: (e.g., MPICH, LAM, IBM, SGI) </li>
<li>Compiler: (e.g., Gnu C, Gnu g++, native C) </li>
<li>Probable PETSc component: (for example, <em>Mat, Vec,
Draw, KSP</em>, etc.) </li>
<li>Problem description: Also, please cut and paste error
messages from the compiler, program, etc.</li>
</ul>
</body>
</html>
|