Add Power8 VSX SIMD support
[alexxy/gromacs.git] / docs / doxygen / suppressions.txt
1 # The script is currently a bit too eager
2 share/template/template.cpp: error: source file documentation appears outside full documentation
3 # The parser in the script is not clever enough
4 src/gromacs/version.h: warning: includes local file as <gromacs/version.h>
5
6 # These are OK
7 src/gromacs/math/vec.h: warning: installed header includes non-installed "config.h"
8 src/gromacs/linearalgebra/gmx_blas/*: warning: does not include "gmxpre.h" first
9 src/gromacs/linearalgebra/gmx_lapack/*: warning: does not include "gmxpre.h" first
10 src/gromacs/utility/baseversion-gen.c: warning: does not include "gmxpre.h" first
11
12 # This module name doesn't really fall into any currently used pattern; needs some thought
13 : error: no matching directory for module: module_mdrun_integration_tests
14
15 # These would be nice to fix, but can wait for later
16 src/gromacs/gmxlib/nonbonded/nb_kernel_*/*: warning: included file "gromacs/simd/math_x86_*.h" is not documented as exposed outside its module
17
18 # These are specific to Folding@Home, and easiest to suppress here
19 *: warning: includes non-local file as "corewrap.h"
20 src/gmxpre.h: warning: includes non-local file as "swindirect.h"