forked from ornladios/ADIOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
173 lines (161 loc) · 4.5 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
# Object files
*.o
# Libraries
*.lib
*.a
*.la
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.pyc
#Makefiles
Makefile
!examples/coupling/Makefile
!examples/staging/stage_write/Makefile
# ADIOS generated files
config.h
adios_config
adios_config.flags
adios_git_status
libtool
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/depcomp
/install-sh
/missing
config.log
config.status
config/depcomp
stamp-h1
# all crap
*.~
.~*
*.*~
*.fh
*.ch
*.pyc
\#*
# exceptions from all crap
!examples/Fortran/*/*.fh
!examples/C/*/*.ch
#compiled files
TAGS
examples/C/arrays/arrays_read
examples/C/arrays/arrays_write
examples/C/attributes/attributes_read
examples/C/attributes/attributes_write
examples/C/global-array-time/adios_globaltime
examples/C/global-array-time/adios_globaltime_no_xml
examples/C/global-array-time/adios_read_globaltime
examples/C/global-array-time/adios_read_globaltime_streaming
examples/C/global-array/TAGS
examples/C/global-array/adios_global
examples/C/global-array/adios_global_2files
examples/C/global-array/adios_global_no_xml
examples/C/global-array/adios_read_chunk
examples/C/global-array/adios_read_global
examples/C/global-array/adios_read_global_no_xml
examples/C/global-array/adios_read_gpp
examples/C/global-array/adios_read_writeblock
examples/C/global-array/no_xml_write_byid
examples/C/global-array/read_no_xml_write_byid
examples/C/manual/1_nonadios_example
examples/C/manual/2_adios_write
examples/C/manual/3_adios_read
examples/C/manual/4_adios_nfiles
examples/C/read_all/read_all
examples/C/scalars/scalars_read
examples/C/scalars/scalars_write
examples/C/scalars/scalars_write_step
examples/C/schema/rectilinear2d
examples/C/schema/structured2d
examples/C/schema/uniform2d
examples/C/schema/tri2d
examples/C/schema/triangle2d
examples/C/stat/stat_read
examples/C/stat/stat_write
examples/C/compression_test/adios_global
examples/C/compression_test/adios_read_box
examples/C/compression_test/adios_read_points
examples/C/compression_test/genarray3D
examples/C/transforms/adios_global
examples/C/transforms/adios_read_all_3D
examples/C/transforms/adios_read_points
examples/C/transforms/adios_read_subv
examples/C/transforms/adios_read_wb_subpg
examples/C/transforms/adios_write_all_3D
examples/Fortran/arrays/arrays_read
examples/Fortran/arrays/arrays_write
examples/Fortran/global-array-time/adios_globaltime
examples/Fortran/global-array/adios_global
examples/Fortran/global-array/adios_global_no_xml
examples/Fortran/global-array/no_xml_write_byid
examples/Fortran/scalars/scalars_read
examples/Fortran/scalars/scalars_write
examples/Fortran/schema/rectilinear2d_f_noxml
examples/Fortran/schema/structured2d_f_noxml
examples/Fortran/schema/uniform2d_f_noxml
examples/staging/stage_write/genarray_stream
examples/staging/stage_write/genarray_stream_comm.mod
examples/staging/stage_write/stage_write
src/adios_defs_mod.mod
src/adios_read_mod.mod
src/adios_write_mod.mod
src/adios_query_mod.mod
tests/C/adios_test_c
tests/Fortran/adios_test_f
tests/bp_read/bp_read_c
tests/bp_read/bp_read_f
tests/bp_read/bp_read_f_v1
tests/bp_read/genbp
tests/genarray/copyarray
tests/genarray/copyarray2D
tests/genarray/genarray
tests/genarray/genarray2D
tests/genarray/genarray2d_comm.mod
tests/genarray/genarray_comm.mod
tests/suite/programs/.deps/
tests/suite/programs/adios_transforms_read_write
tests/suite/programs/copy_subvolume
tests/suite/programs/set_path
tests/suite/programs/set_path_var
tests/suite/programs/transforms_specparse
tests/C/flexpath_tests/1D_arr_global/reader_global
tests/C/flexpath_tests/1D_arr_global/writer_global
tests/C/flexpath_tests/1D_arr_global_noxml/reader_global_noxml
tests/C/flexpath_tests/1D_arr_global_noxml/writer_global_noxml
tests/C/flexpath_tests/maya_append/reader_maya
tests/C/flexpath_tests/maya_append/writer_maya
tests/C/flexpath_tests/maya_noxml/reader_maya_noxml
tests/C/flexpath_tests/maya_noxml/writer_maya_noxml
tests/C/flexpath_tests/scalar/reader_scalar
tests/C/flexpath_tests/scalar/writer_scalar
tests/C/flexpath_tests/global_range_select/arrays_read
tests/C/flexpath_tests/global_range_select/arrays_write
utils/adios_lint/adios_lint
utils/bp2ascii/bp2ascii
utils/bp2bp/bp2bp
utils/bp2h5/bp2h5
utils/bp2ncd/bp2ncd
utils/bpdump/bpdump
utils/bpls/bpls
utils/bpdiff/bpdiff
utils/bpsplit/bpappend
utils/bpsplit/bpgettime
utils/bpsplit/bpsplit
utils/skel/etc/compiler_fragment.mk
utils/skel/lib/skel_have_adios_timing.py
utils/skeldump/skeldump
utils/query/index_fastbit
# NCSU ALACRITY-ADIOS - Some extra files we added
/myrunconf
/.cproject
/.project