1
- # installation
1
+ # Installation
2
2
* .o
3
3
* .cxx
4
4
* .h.gch
13
13
* /* .pyc
14
14
build
15
15
build /*
16
+ * /build
16
17
dist
17
18
dist /*
19
+ openmoc /__pycache__
18
20
openmoc /openmoc.py
19
21
openmoc /swig /openmoc_wrap.cpp
20
22
@@ -72,53 +74,34 @@ simulation-state/*
72
74
* /simulation-state * /*
73
75
pf_group_ * _iter_ * txt
74
76
k_negative_sources_iter *
75
-
76
77
* .data
77
78
* /* .data
78
79
* .png
79
80
* .ppm
80
81
* /* .png
81
82
83
+ # Log files
82
84
openmoc- * -.log
83
85
* /openmoc- * -.log
84
86
87
+ # Openmp info files
85
88
Openmp
86
- * /penmp
87
- penmoc
88
- penmp-report
89
- * /penmoc
90
- * /penmp-report
89
+ * /openmp
90
+ openmp-report
91
+ * /openmp-report
91
92
* .egg-info /*
92
93
* /* .egg-info /
93
94
94
- openmoc /intel /single /openmoc_intel_single.py
95
- openmoc /intel /single /openmoc_intel_single_wrap.cpp
96
- openmoc /intel /double /openmoc_intel_double.py
97
- openmoc /intel /double /openmoc_intel_double_wrap.cpp
98
-
99
- openmoc /gnu /single /openmoc_gnu_single.py
100
- openmoc /gnu /single /openmoc_gnu_single_wrap.cpp
101
- openmoc /gnu /double /openmoc_gnu_double.py
102
- openmoc /gnu /doube /openmoc_gnu_double_wrap.cpp
103
-
104
- openmoc /cuda /openmoc_cuda.py
105
- openmoc /cuda /openmoc_cuda_wrap.cpp
106
- openmoc /cuda /single /openmoc_cuda_single.py
107
- openmoc /cuda /single /openmoc_cuda_single_wrap.cpp
108
- openmoc /cuda /double /openmoc_cuda_double.py
109
- openmoc /cuda /double /openmoc_cuda_double_wrap.cpp
110
-
111
-
112
95
# Tests generated files
113
96
results_error.dat
97
+ results_test.dat
114
98
tests /test_geometry_dump /geometry_file.geo
115
99
tests /test_geometry_dump /geometry_file_second.geo
116
100
tests /test_geometry_load /geometry_file.geo
117
101
tests /test_geometry_print /geometry.txt
118
102
tests /* .coverage
119
103
.pytest_cache /
120
104
121
-
122
105
# Built C++ executables
123
106
profile /models /run_time_standard /run_time_standard
124
107
profile /models /c5g7 /c5g7-3d-cmfd
@@ -127,20 +110,24 @@ profile/models/c5g7/c5g7-rodded-B-2x2
127
110
profile /models /c5g7 /c5g7-rodded-B
128
111
profile /models /c5g7 /c5g7-ws
129
112
profile /models /fixed-source /pin-cell-fixed-3d
113
+ profile /models /gradients /one-directional /one-directional-gradient
114
+ profile /models /gradients /two-directional /two-directional-gradient
130
115
profile /models /homogeneous /homogeneous
116
+ profile /models /load-geometry /load-geometry
117
+ profile /models /load-geometry /load-single-assembly
131
118
profile /models /pin-cell /pin-cell-3d
132
119
profile /models /simple-lattice /simple-lattice-3d
133
120
profile /models /single-assembly /quarter-c5g7-assembly
134
121
profile /models /single-assembly /single-c5g7-assembly
135
122
profile /models /Takeda /Takeda-unrodded
136
123
137
-
138
- # Documentation
124
+ # Documentation
139
125
sphinx /
140
126
docs /build
141
127
docs /build /*
142
128
docs /doxygen /xml
143
- docs /doxyge /xml /*
129
+ docs /doxygen /xml /*
130
+ docs /doxygen /html /*
144
131
docs /* zip
145
132
146
133
# BGQ
@@ -153,24 +140,21 @@ docs/*zip
153
140
* .output
154
141
* /* .output
155
142
143
+ # core dumps for debugging seg faults
156
144
* core *
157
145
* /core *
158
146
159
- build /*
160
- * /build /
161
- * /build /*
162
-
147
+ # VCS files
163
148
.idea *
164
149
.idea /*
165
150
.idea /* .xml
166
151
167
- sphinx /
168
-
152
+ # macOS folder attributes
169
153
* .DS_Store
170
154
* /* .DS_Store
171
155
172
156
# Use wildcards as well
173
- # *~
157
+ * ~
174
158
* .swp
175
159
176
160
# IPython Notebook
@@ -180,16 +164,3 @@ sphinx/
180
164
* .xml
181
165
statepoint *
182
166
summary *
183
-
184
- # Test results error file
185
- results_error.dat
186
- results_test.dat
187
-
188
- # Test build files
189
- openmoc /
190
- * .log
191
-
192
- # Doxygen
193
- docs /doxygen /html /*
194
-
195
-
0 commit comments