Fix check source error parsing
[alexxy/gromacs.git] / docs / doxygen / cycle-suppressions.txt
1 # Order (or more generally, edge selection) is significant (see gmxtree.md);
2 # "moduleA -> moduleB" means that moduleA should not depend on moduleB, and is
3 # a problem to be addressed at some point.
4
5 domdec -> imd
6 domdec -> ewald
7 domdec -> mdlib
8 domdec -> pulling
9 fileio -> gmxlib
10 mdlib -> essentialdynamics
11 mdlib -> imd
12 mdlib -> ewald
13 mdlib -> pulling
14 mdlib -> awh
15 nbnxm -> domdec
16 nbnxm -> mdlib
17 simd -> hardware
18 gpu_utils -> hardware
19 listed_forces -> mdlib
20 utility -> math
21
22 # modular simulator uses shellfc from mdrun, but is later included in mdrun by simulator builder
23 modularsimulator -> mdrun
24
25 # Cycle counters in timing use comrec for the set up, which is in the mdtypes. This introduces
26 # cyclic dependencies if the cycle counting is used anywhere in mdtypes.
27 timing -> mdtypes