forked from su2code/SU2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
su2omp.syntax.json
43 lines (37 loc) · 1.59 KB
/
su2omp.syntax.json
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
{
"this file's header":
[
"\\file su2omp.syntax.json",
"\\brief Definitions for the OpDiLib syntax checker",
"\\author J. Blühdorn",
"\\version 7.4.0 \"Blackbird\"",
"SU2 Project Website: https://su2code.github.io",
"The SU2 Project is maintained by the SU2 Foundation ",
"(http://su2foundation.org)",
"Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)",
"SU2 is free software; you can redistribute it and/or",
"modify it under the terms of the GNU Lesser General Public",
"License as published by the Free Software Foundation; either",
"version 2.1 of the License, or (at your option) any later version.",
"SU2 is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU",
"Lesser General Public License for more details.",
"You should have received a copy of the GNU Lesser General Public",
"License along with SU2. If not, see <http://www.gnu.org/licenses/>."
],
"pairs":
{
"SU2_OMP_MASTER": "END_SU2_OMP_MASTER",
"SU2_OMP_CRITICAL": "END_SU2_OMP_CRITICAL",
"SU2_OMP_PARALLEL": "END_SU2_OMP_PARALLEL",
"SU2_OMP_PARALLEL_": "END_SU2_OMP_PARALLEL",
"SU2_OMP_PARALLEL_ON": "END_SU2_OMP_PARALLEL",
"SU2_OMP_FOR_": "END_SU2_OMP_FOR",
"SU2_OMP_FOR_DYN": "END_SU2_OMP_FOR",
"SU2_OMP_FOR_STAT": "END_SU2_OMP_FOR",
"CSYSVEC_PARFOR": "END_CSYSVEC_PARFOR",
"CNEWTON_PARFOR": "END_CNEWTON_PARFOR",
"BEGIN_SU2_OMP_SAFE_GLOBAL_ACCESS": "END_SU2_OMP_SAFE_GLOBAL_ACCESS"
}
}