File: directories.cpp

package info (click to toggle)
gromacs 2026.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 274,304 kB
  • sloc: xml: 3,831,921; cpp: 686,728; ansic: 75,300; python: 21,171; sh: 3,553; perl: 2,246; yacc: 644; fortran: 397; lisp: 265; makefile: 179; lex: 125; awk: 68; csh: 39
file content (179 lines) | stat: -rw-r--r-- 3,075 bytes parent folder | download | duplicates (2)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
/*!
\internal \file
\brief
Doxygen documentation file for directories in the source tree.

\author Teemu Murtola <teemu.murtola@gmail.com>
*/

/*! \libinternal
\dir docs
\brief Build system and source code for various documentation items.
 */
/*! \libinternal
\dir docs/doxygen
\brief Doxygen build system and general documentation content.
 */

/*!
\dir src
\brief Main source code directory.
 */

/*!
\dir src/gromacs
\brief Source code for building the `libgromacs` library.
 */

/*!
\dir src/gromacs/analysisdata
\brief \ref module_analysisdata

\ingroup module_analysisdata
 */
/*! \libinternal
\dir src/gromacs/analysisdata/tests
\brief Unit tests for \ref module_analysisdata

\ingroup module_analysisdata
 */

/*!
\dir src/gromacs/commandline
\brief \ref module_commandline

\ingroup module_commandline
 */
/*! \libinternal
\dir src/gromacs/commandline/tests
\brief Unit tests for \ref module_commandline

\ingroup module_commandline
 */

/*! \libinternal
\dir src/gromacs/compat
\brief \ref group_compatibility

\ingroup group_compatibility
 */

/*! \internal
\dir src/gromacs/compat/tests
\brief Tests for \ref group_compatibility

\ingroup group_compatibility
 */

/*! \libinternal
\dir src/gromacs/onlinehelp
\brief \ref module_onlinehelp

\ingroup module_onlinehelp
 */
/*! \libinternal
\dir src/gromacs/onlinehelp/tests
\brief Unit tests for \ref module_onlinehelp

\ingroup module_onlinehelp
 */

/*!
\dir src/gromacs/options
\brief \ref module_options

\ingroup module_options
 */
/*! \libinternal
\dir src/gromacs/options/tests
\brief Unit tests for \ref module_options

\ingroup module_options
 */

/*!
\dir src/gromacs/selection
\brief \ref module_selection

\ingroup module_selection
 */
/*! \libinternal
\dir src/gromacs/selection/tests
\brief Unit tests for \ref module_selection

\ingroup module_selection
 */

/*! \libinternal
\dir src/gromacs/simd
\brief \ref module_simd

\ingroup module_simd
 */
/*! \libinternal
\dir src/gromacs/simd/tests
\brief Unit tests for \ref module_simd

\ingroup module_simd
 */

/*!
\dir src/gromacs/trajectoryanalysis
\brief \ref module_trajectoryanalysis

\ingroup module_trajectoryanalysis
 */
/*! \libinternal
\dir src/gromacs/trajectoryanalysis/tests
\brief Unit tests for \ref module_trajectoryanalysis

\ingroup module_trajectoryanalysis
 */

/*!
\dir src/gromacs/utility
\brief \ref module_utility

\ingroup module_utility
 */
/*! \libinternal
\dir src/gromacs/utility/tests
\brief Unit tests for \ref module_utility

\ingroup module_utility
 */

/*!
\libinternal
\dir src/programs
\brief Source code for building executables, see \ref page_wrapperbinary.
 */
/*!
\libinternal
\dir src/programs/mdrun
\brief Source code specific to `mdrun`.
 */

/*!
\libinternal
\dir src/testutils
\brief \ref module_testutils

\ingroup module_testutils
 */
/*!
\libinternal
\dir src/testutils/tests
\brief Unit tests for \ref module_testutils

\ingroup module_testutils
 */

/*!
\dir share
\brief Directory that contains installed data files.
 */
/*!
\dir share/template
\brief Template code for writing analysis programs.
 */