forked from mit-crpg/OpenMOC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
194 lines (159 loc) · 3.37 KB
/
.gitignore
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
180
181
182
183
184
185
186
187
188
189
190
191
192
# installation
*.o
*.cxx
*.h.gch
*.so
*.pyc
*/*.o
*/*.cxx
*/*.h.gch
*/*.so
*~
*/*~
*/*.pyc
build
build/*
dist
dist/*
openmoc/openmoc.py
openmoc/swig/openmoc_wrap.cpp
openmoc/mic/openmoc_mic.py
openmoc/mic/openmoc_mic_wrap.cpp
openmoc/intel/single/openmoc_intel_single_wrap.cpp
openmoc/intel/single/openmoc_intel_single.py
openmoc/intel/double/openmoc_intel_double_wrap.cpp
openmoc/intel/double/openmoc_intel_double.py
openmoc/gnu/single/openmoc_gnu_single_wrap.cpp
openmoc/gnu/single/openmoc_gnu_single.py
openmoc/gnu/double/openmoc_gnu_double_wrap.cpp
openmoc/gnu/double/openmoc_gnu_double.py
openmoc/bgq/single/openmoc_bgq_single_wrap.cpp
openmoc/bgq/single/openmoc_bgq_double.py
openmoc/bgq/double/openmoc_bgq_double_wrap.cpp
openmoc/bgq/double/openmoc_bgq_double.py
openmoc/cuda/openmoc_cuda.py
openmoc/cuda/openmoc_cuda_wrap.cpp
openmoc/cuda/single/openmoc_cuda_single_wrap.cpp
openmoc/cuda/single/openmoc_cuda_single.py
openmoc/cuda/double/openmoc_cuda_double_wrap.cpp
openmoc/cuda/double/openmoc_cuda_double.py
# TORQUE log files
*/*.pbs.e*
*/*.pbs.o*
*.pbs.e*
*.pbs.o*
# output files
log
log/*
*/log
*/log/*
tracks
tracks/*
*/tracks
*/tracks/*
plots
plots/*
*/plots
*/plots/*
fission-rates
fission-rates/*
*/fission-rates
*/fission-rates/*
simulation-state*
simulation-state/*
*/simulation-state*
*/simulation-state*/*
*.data
*/*.data
*.png
*.ppm
*/*.png
openmoc-*-.log
*/openmoc-*-.log
Openmp
*/penmp
penmoc
penmp-report
*/penmoc
*/penmp-report
*.egg-info/*
*/*.egg-info/
openmoc/intel/single/openmoc_intel_single.py
openmoc/intel/single/openmoc_intel_single_wrap.cpp
openmoc/intel/double/openmoc_intel_double.py
openmoc/intel/double/openmoc_intel_double_wrap.cpp
openmoc/gnu/single/openmoc_gnu_single.py
openmoc/gnu/single/openmoc_gnu_single_wrap.cpp
openmoc/gnu/double/openmoc_gnu_double.py
openmoc/gnu/doube/openmoc_gnu_double_wrap.cpp
openmoc/cuda/openmoc_cuda.py
openmoc/cuda/openmoc_cuda_wrap.cpp
openmoc/cuda/single/openmoc_cuda_single.py
openmoc/cuda/single/openmoc_cuda_single_wrap.cpp
openmoc/cuda/double/openmoc_cuda_double.py
openmoc/cuda/double/openmoc_cuda_double_wrap.cpp
# Tests generated files
results_error.dat
tests/test_geometry_dump/geometry_file.geo
tests/test_geometry_dump/geometry_file_second.geo
tests/test_geometry_load/geometry_file.geo
tests/test_geometry_print/geometry.txt
tests/*.coverage
.pytest_cache/
# Built C++ executables
profile/models/run_time_standard/run_time_standard
profile/models/c5g7/c5g7-3d-cmfd
profile/models/c5g7/c5g7-3d
profile/models/c5g7/c5g7-rodded-B-2x2
profile/models/c5g7/c5g7-rodded-B
profile/models/c5g7/c5g7-ws
profile/models/fixed-source/pin-cell-fixed-3d
profile/models/homogeneous/homogeneous
profile/models/pin-cell/pin-cell-3d
profile/models/simple-lattice/simple-lattice-3d
profile/models/single-assembly/quarter-c5g7-assembly
profile/models/single-assembly/single-c5g7-assembly
profile/models/Takeda/Takeda-unrodded
#Documentation
sphinx/
docs/build
docs/build/*
docs/doxygen/xml
docs/doxyge/xml/*
docs/*zip
# BGQ
*.lst
*.cobaltlog
*/*.cobaltlog
*.error
*/*.error
*.output
*/*.output
*core*
*/core*
build/*
*/build/
*/build/*
.idea*
.idea/*
.idea/*.xml
sphinx/
*.DS_Store
*/*.DS_Store
# Use wildcards as well
# *~
*.swp
# IPython Notebook
.ipynb_checkpoints/
# OpenMC input/output files
*.xml
statepoint*
summary*
# Test results error file
results_error.dat
results_test.dat
# Test build files
openmoc/
*.log
# Doxygen
docs/doxygen/html/*