-
Notifications
You must be signed in to change notification settings - Fork 24
/
compile_commands.json
442 lines (442 loc) · 28.5 KB
/
compile_commands.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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
[
{
"directory": "/home/schloi/devel/MARVEL_dev/corrector",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcorrect.dir/LAcorrect.c.o -c /home/schloi/devel/MARVEL_dev/corrector/LAcorrect.c",
"file": "/home/schloi/devel/MARVEL_dev/corrector/LAcorrect.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/corrector",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcorrect.dir/consensus.c.o -c /home/schloi/devel/MARVEL_dev/corrector/consensus.c",
"file": "/home/schloi/devel/MARVEL_dev/corrector/consensus.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cuda",
"command": "/usr/bin/nvcc -forward-unknown-to-host-compiler -isystem=/home/schloi/devel/MARVEL_dev/. -use_fast_math --default-stream per-thread -Xptxas=-v -O3 -DNDEBUG --generate-code=arch=compute_52,code=[compute_52,sm_52] --generate-code=arch=compute_60,code=[compute_60,sm_60] --generate-code=arch=compute_61,code=[compute_61,sm_61] --generate-code=arch=compute_70,code=[compute_70,sm_70] --generate-code=arch=compute_75,code=[compute_75,sm_75] -std=c++11 -x cu -c /home/schloi/devel/MARVEL_dev/cuda/tracepoints/stream-interface.cu -o CMakeFiles/cuda-tracepoints.dir/tracepoints/stream-interface.cu.o",
"file": "/home/schloi/devel/MARVEL_dev/cuda/tracepoints/stream-interface.cu"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cuda",
"command": "/usr/bin/nvcc -forward-unknown-to-host-compiler -isystem=/home/schloi/devel/MARVEL_dev/. -use_fast_math --default-stream per-thread -Xptxas=-v -O3 -DNDEBUG --generate-code=arch=compute_52,code=[compute_52,sm_52] --generate-code=arch=compute_60,code=[compute_60,sm_60] --generate-code=arch=compute_61,code=[compute_61,sm_61] --generate-code=arch=compute_70,code=[compute_70,sm_70] --generate-code=arch=compute_75,code=[compute_75,sm_75] -std=c++11 -x cu -c /home/schloi/devel/MARVEL_dev/cuda/tracepoints/tracepoints.cu -o CMakeFiles/cuda-tracepoints.dir/tracepoints/tracepoints.cu.o",
"file": "/home/schloi/devel/MARVEL_dev/cuda/tracepoints/tracepoints.cu"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/g++-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -fopenmp -O2 -DNDEBUG -std=gnu++11 -o CMakeFiles/cudaligner.dir/cuda-aligner.cpp.o -c /home/schloi/devel/MARVEL_dev/cudalign/cuda-aligner.cpp",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/cuda-aligner.cpp"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/g++-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -fopenmp -O2 -DNDEBUG -std=gnu++11 -o CMakeFiles/cudaligner.dir/debug.cpp.o -c /home/schloi/devel/MARVEL_dev/cudalign/debug.cpp",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/debug.cpp"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/g++-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -fopenmp -O2 -DNDEBUG -std=gnu++11 -o CMakeFiles/cudaligner.dir/cuda-match-filter.cpp.o -c /home/schloi/devel/MARVEL_dev/cudalign/cuda-match-filter.cpp",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/cuda-match-filter.cpp"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/nvcc -forward-unknown-to-host-compiler -I/home/schloi/devel/MARVEL_dev/src -isystem=/home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG --generate-code=arch=compute_52,code=[compute_52,sm_52] --generate-code=arch=compute_60,code=[compute_60,sm_60] --generate-code=arch=compute_61,code=[compute_61,sm_61] --generate-code=arch=compute_70,code=[compute_70,sm_70] --generate-code=arch=compute_75,code=[compute_75,sm_75] -std=c++11 -x cu -c /home/schloi/devel/MARVEL_dev/cuda/resource-manager.cu -o CMakeFiles/cudaligner.dir/__/cuda/resource-manager.cu.o",
"file": "/home/schloi/devel/MARVEL_dev/cuda/resource-manager.cu"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/filter.c.o -c /home/schloi/devel/MARVEL_dev/cudalign/filter.c",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/filter.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/align.c.o -c /home/schloi/devel/MARVEL_dev/cudalign/align.c",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/radix.c.o -c /home/schloi/devel/MARVEL_dev/cudalign/radix.c",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/radix.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/ovlbuffer.c.o -c /home/schloi/devel/MARVEL_dev/cudalign/ovlbuffer.c",
"file": "/home/schloi/devel/MARVEL_dev/cudalign/ovlbuffer.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/__/lib/tracks.c.o -c /home/schloi/devel/MARVEL_dev/lib/tracks.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/tracks.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/__/lib/compression.c.o -c /home/schloi/devel/MARVEL_dev/lib/compression.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/compression.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/cudalign",
"command": "/usr/bin/gcc-12 -I/home/schloi/devel/MARVEL_dev/src -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/cudaligner.dir/__/lib/read_loader.c.o -c /home/schloi/devel/MARVEL_dev/lib/read_loader.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/read_loader.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-align.dir/align.c.o -c /home/schloi/devel/MARVEL_dev/dalign/align.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner.dir/daligner.c.o -c /home/schloi/devel/MARVEL_dev/dalign/daligner.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign/daligner.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner.dir/filter.c.o -c /home/schloi/devel/MARVEL_dev/dalign/filter.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign/filter.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-align2.dir/align.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/align.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/daligner.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/daligner.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/daligner.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/filter.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/filter.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/filter.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/filter_reporter_cpu.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/filter_reporter_cpu.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/filter_reporter_cpu.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/ovlbuffer.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/ovlbuffer.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/ovlbuffer.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/align.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/align.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/radix.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/radix.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/radix.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/__/lib/pass.c.o -c /home/schloi/devel/MARVEL_dev/lib/pass.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/pass.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/__/lib/tracks.c.o -c /home/schloi/devel/MARVEL_dev/lib/tracks.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/tracks.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/daligner2.dir/__/lib/compression.c.o -c /home/schloi/devel/MARVEL_dev/lib/compression.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/compression.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/HPCdaligner.dir/HPCdaligner.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/HPCdaligner.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/HPCdaligner.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/HPCdaligner.dir/__/lib/tracks.c.o -c /home/schloi/devel/MARVEL_dev/lib/tracks.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/tracks.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/HPCdaligner.dir/__/lib/compression.c.o -c /home/schloi/devel/MARVEL_dev/lib/compression.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/compression.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcat.dir/LAcat.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/LAcat.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/LAcat.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAsort.dir/LAsort.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/LAsort.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/LAsort.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/dalign2",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAsplit.dir/LAsplit.c.o -c /home/schloi/devel/MARVEL_dev/dalign2/LAsplit.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign2/LAsplit.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-db.dir/DB.c.o -c /home/schloi/devel/MARVEL_dev/db/DB.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DB.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-db.dir/QV.c.o -c /home/schloi/devel/MARVEL_dev/db/QV.c",
"file": "/home/schloi/devel/MARVEL_dev/db/QV.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-db.dir/FA2x.c.o -c /home/schloi/devel/MARVEL_dev/db/FA2x.c",
"file": "/home/schloi/devel/MARVEL_dev/db/FA2x.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-db.dir/fileUtils.c.o -c /home/schloi/devel/MARVEL_dev/db/fileUtils.c",
"file": "/home/schloi/devel/MARVEL_dev/db/fileUtils.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/FA2db.dir/FA2db.c.o -c /home/schloi/devel/MARVEL_dev/db/FA2db.c",
"file": "/home/schloi/devel/MARVEL_dev/db/FA2db.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DB2fa.dir/DB2fa.c.o -c /home/schloi/devel/MARVEL_dev/db/DB2fa.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DB2fa.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DB2qv.dir/DB2qv.c.o -c /home/schloi/devel/MARVEL_dev/db/DB2qv.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DB2qv.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DBrm.dir/DBrm.c.o -c /home/schloi/devel/MARVEL_dev/db/DBrm.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DBrm.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DBsplit.dir/DBsplit.c.o -c /home/schloi/devel/MARVEL_dev/db/DBsplit.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DBsplit.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DBstats.dir/DBstats.c.o -c /home/schloi/devel/MARVEL_dev/db/DBstats.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DBstats.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DBstats.dir/__/lib/utils.c.o -c /home/schloi/devel/MARVEL_dev/lib/utils.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/utils.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DBshow.dir/DBshow.c.o -c /home/schloi/devel/MARVEL_dev/db/DBshow.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DBshow.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/db",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/DBdust.dir/DBdust.c.o -c /home/schloi/devel/MARVEL_dev/db/DBdust.c",
"file": "/home/schloi/devel/MARVEL_dev/db/DBdust.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/dmask.c.o -c /home/schloi/devel/MARVEL_dev/lib/dmask.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/dmask.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/oflags.c.o -c /home/schloi/devel/MARVEL_dev/lib/oflags.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/oflags.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/pass.c.o -c /home/schloi/devel/MARVEL_dev/lib/pass.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/pass.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/tracks.c.o -c /home/schloi/devel/MARVEL_dev/lib/tracks.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/tracks.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/compression.c.o -c /home/schloi/devel/MARVEL_dev/lib/compression.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/compression.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/read_loader.c.o -c /home/schloi/devel/MARVEL_dev/lib/read_loader.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/read_loader.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/trim.c.o -c /home/schloi/devel/MARVEL_dev/lib/trim.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/trim.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/utils.c.o -c /home/schloi/devel/MARVEL_dev/lib/utils.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/utils.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib.dir/iseparator.c.o -c /home/schloi/devel/MARVEL_dev/lib/iseparator.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/iseparator.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/lib.ext",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/marvl-lib-ext.dir/bitarr.c.o -c /home/schloi/devel/MARVEL_dev/lib.ext/bitarr.c",
"file": "/home/schloi/devel/MARVEL_dev/lib.ext/bitarr.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAstitch.dir/LAstitch.c.o -c /home/schloi/devel/MARVEL_dev/scrub/LAstitch.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/LAstitch.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LArepeat.dir/LArepeat.c.o -c /home/schloi/devel/MARVEL_dev/scrub/LArepeat.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/LArepeat.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAfilter.dir/LAfilter.c.o -c /home/schloi/devel/MARVEL_dev/scrub/LAfilter.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/LAfilter.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/TKhomogenize.dir/TKhomogenize.c.o -c /home/schloi/devel/MARVEL_dev/scrub/TKhomogenize.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/TKhomogenize.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAq.dir/LAq.c.o -c /home/schloi/devel/MARVEL_dev/scrub/LAq.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/LAq.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAgap.dir/LAgap.c.o -c /home/schloi/devel/MARVEL_dev/scrub/LAgap.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/LAgap.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/scrub",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAfix.dir/LAfix.c.o -c /home/schloi/devel/MARVEL_dev/scrub/LAfix.c",
"file": "/home/schloi/devel/MARVEL_dev/scrub/LAfix.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/sv",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAhaploscan.dir/LAhaploscan.c.o -c /home/schloi/devel/MARVEL_dev/sv/LAhaploscan.c",
"file": "/home/schloi/devel/MARVEL_dev/sv/LAhaploscan.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/sv",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAhaploval.dir/LAhaploval.c.o -c /home/schloi/devel/MARVEL_dev/sv/LAhaploval.c",
"file": "/home/schloi/devel/MARVEL_dev/sv/LAhaploval.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/touring",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/OGbuild.dir/OGbuild.c.o -c /home/schloi/devel/MARVEL_dev/touring/OGbuild.c",
"file": "/home/schloi/devel/MARVEL_dev/touring/OGbuild.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/touring",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/OGlayout.dir/OGlayout.c.o -c /home/schloi/devel/MARVEL_dev/touring/OGlayout.c",
"file": "/home/schloi/devel/MARVEL_dev/touring/OGlayout.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/FAsort.dir/__/lib/utils.c.o -c /home/schloi/devel/MARVEL_dev/lib/utils.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/utils.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/FAsort.dir/FAsort.c.o -c /home/schloi/devel/MARVEL_dev/utils/FAsort.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/FAsort.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcartoons.dir/LAcartoons.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAcartoons.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAcartoons.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAshow.dir/__/dalign/align.c.o -c /home/schloi/devel/MARVEL_dev/dalign/align.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAshow.dir/LAshow.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAshow.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAshow.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcheck.dir/__/dalign/align.c.o -c /home/schloi/devel/MARVEL_dev/dalign/align.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcheck.dir/LAcheck.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAcheck.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAcheck.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAmerge.dir/LAmerge.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAmerge.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAmerge.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAmerge.dir/__/dalign/align.c.o -c /home/schloi/devel/MARVEL_dev/dalign/align.c",
"file": "/home/schloi/devel/MARVEL_dev/dalign/align.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAmerge.dir/LAmergeUtils.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAmergeUtils.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAmergeUtils.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcount.dir/LAcount.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAcount.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAcount.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAcoverage.dir/LAcoverage.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAcoverage.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAcoverage.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAindex.dir/LAindex.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAindex.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAindex.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAindex.dir/__/lib/lasidx.c.o -c /home/schloi/devel/MARVEL_dev/lib/lasidx.c",
"file": "/home/schloi/devel/MARVEL_dev/lib/lasidx.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/LAstats.dir/LAstats.c.o -c /home/schloi/devel/MARVEL_dev/utils/LAstats.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/LAstats.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/TKadjust.dir/TKadjust.c.o -c /home/schloi/devel/MARVEL_dev/utils/TKadjust.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/TKadjust.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/TKcombine.dir/TKcombine.c.o -c /home/schloi/devel/MARVEL_dev/utils/TKcombine.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/TKcombine.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/TKmerge.dir/TKmerge.c.o -c /home/schloi/devel/MARVEL_dev/utils/TKmerge.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/TKmerge.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/TKshow.dir/TKshow.c.o -c /home/schloi/devel/MARVEL_dev/utils/TKshow.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/TKshow.c"
},
{
"directory": "/home/schloi/devel/MARVEL_dev/utils",
"command": "/usr/bin/gcc-12 -isystem /home/schloi/devel/MARVEL_dev/. -O3 -DNDEBUG -Wall -O2 -DNDEBUG -o CMakeFiles/txt2track.dir/txt2track.c.o -c /home/schloi/devel/MARVEL_dev/utils/txt2track.c",
"file": "/home/schloi/devel/MARVEL_dev/utils/txt2track.c"
}
]