-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy path.fortlsrc
More file actions
83 lines (83 loc) · 2.22 KB
/
.fortlsrc
File metadata and controls
83 lines (83 loc) · 2.22 KB
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
{
"source_dirs": [
"src/",
"src/common/",
"src/simulation/",
"src/pre_process/",
"src/post_process/"
],
"excl_paths": [
"benchmarks/",
"examples/",
"tests/",
"misc/",
"src/pre_process/include/2dHardcodedIC.fpp",
"src/pre_process/include/3dHardcodedIC.fpp",
"src/pre_process/include/ExtrusionHardcodedIC.fpp",
"**/m_nvtx*",
"**/syscheck.fpp"
],
"include_dirs": [
"src/common/include/",
"src/simulation/include/",
"src/pre_process/include/",
"src/post_process/include/"
],
"pp_suffixes": [".fpp"],
"pp_defs": {
"MFC": 1,
"MFC_SINGLE_PRECISION": 1,
"MFC_OPENACC": 1,
"MFC_MPI": 1
},
"lowercase_intrinsics": true,
"debug_log": false,
"disable_diagnostics": false,
"use_signature_help": true,
"variable_hover": true,
"hover_signature": true,
"enable_code_actions": true,
"mod_dirs": [
"build/pre_process/",
"build/simulation/",
"build/post_process/",
"build/common/"
],
"ext_mod_dirs": [
"/usr/include/",
"/usr/local/include/",
"/opt/homebrew/include/"
],
"implicit_external_mods": [
"mpi",
"m_thermochem",
"m_variables_conversion",
"hipfort",
"hipfort_check",
"hipfort_hipfft",
"cutensorex",
"silo_f9x",
"m_model"
],
"disable_diagnostics_for_external_modules": true,
"max_line_length": -1,
"max_comment_line_length": -1,
"disable_var_diagnostics": false,
"disable_fypp": false,
"fypp_strict": false,
"incremental_sync": false,
"debug_parser": true,
"skip_parse_errors": true,
"disable_parser": [
"src/post_process/m_data_output.fpp",
"src/pre_process/include/ExtrusionHardcodedIC.fpp",
"src/pre_process/m_checker.fpp",
"src/pre_process/include/2dHardcodedIC.fpp",
"src/pre_process/include/3dHardcodedIC.fpp",
"src/simulation/m_qbmm.fpp",
"src/common/m_variables_conversion.fpp",
"src/simulation/m_global_parameters.fpp",
"**/m_nvtx*",
"**/syscheck.fpp"
]
}