@@ -346,61 +346,62 @@ def _do_something(self):
346
346
# TODO: for trace in traces
347
347
for trace in self .traces :
348
348
pass
349
- module .check_misaligned (self .total_operations , self .total_mem_not_aligned , self .total_file_not_aligned ,
350
- self .modules , self .name_records , self .lustre_df , self .dxt_posix ,
351
- self .dxt_posix_read_data ) # posix alignment
349
+ # module.check_misaligned(self.total_operations, self.total_mem_not_aligned, self.total_file_not_aligned,
350
+ # self.modules, self.name_records, self.lustre_df, self.dxt_posix,
351
+ # self.dxt_posix_read_data) # posix alignment
352
352
353
- module .check_traffic (self .max_read_offset , self .total_read_size , self .max_write_offset , self .total_written_size ,
354
- self .dxt_posix , self .dxt_posix_read_data , self .dxt_posix_write_data ) # redundant reads
353
+ # module.check_traffic(self.max_read_offset, self.total_read_size, self.max_write_offset, self.total_written_size,
354
+ # self.dxt_posix, self.dxt_posix_read_data, self.dxt_posix_write_data) # redundant reads
355
355
356
- module .check_random_operation (self .read_consecutive , self .read_sequential , self .read_random , self .total_reads ,
357
- self .write_consecutive , self .write_sequential , self .write_random ,
358
- self .total_writes , self .dxt_posix ,
359
- self .dxt_posix_read_data , self .dxt_posix_write_data ) # random check
356
+ # module.check_random_operation(self.read_consecutive, self.read_sequential, self.read_random, self.total_reads,
357
+ # self.write_consecutive, self.write_sequential, self.write_random,
358
+ # self.total_writes, self.dxt_posix,
359
+ # self.dxt_posix_read_data, self.dxt_posix_write_data) # random check
360
360
361
- module .check_shared_small_operation (self .total_shared_reads , self .total_shared_reads_small ,
362
- self .total_shared_writes ,
363
- self .total_shared_writes_small , self .shared_files , self .report .name_records )
361
+ # module.check_shared_small_operation(self.total_shared_reads, self.total_shared_reads_small,
362
+ # self.total_shared_writes,
363
+ # self.total_shared_writes_small, self.shared_files, self.report.name_records)
364
364
365
365
module .check_long_metadata (self .count_long_metadata , self .modules )
366
366
367
- module .check_shared_data_imblance (self .posix_shared_data_imbalance_stragglers_count ,
368
- self .posix_data_straggler_files ,
369
- self .report .name_records , self .dxt_posix ,
370
- self .dxt_posix_read_data ,
371
- self .dxt_posix_write_data )
372
-
373
- module .check_shared_time_imbalance (self .posix_stragglers_shared_file_time_imbalance_count ,
374
- self .posix_shared_time_imbalance_detected_files1 , self .report .name_records )
375
-
376
- module .check_individual_write_imbalance (self .posix_data_imbalance_count ,
377
- self .posix_shared_time_imbalance_detected_files2 ,
378
- self .report .name_records , self .dxt_posix , self .dxt_posix_write_data )
367
+ # module.check_shared_data_imblance(self.posix_shared_data_imbalance_stragglers_count,
368
+ # self.posix_data_straggler_files,
369
+ # self.report.name_records, self.dxt_posix,
370
+ # self.dxt_posix_read_data,
371
+ # self.dxt_posix_write_data)
379
372
380
- module .check_mpi_collective_read_operation (self .mpiio_coll_reads , self .mpiio_indep_reads ,
381
- self .total_mpiio_read_operations ,
382
- self .detected_files_mpi_coll_reads , self .report .name_records ,
383
- self .dxt_mpiio )
373
+ # module.check_shared_time_imbalance(self.posix_stragglers_shared_file_time_imbalance_count,
374
+ # self.posix_shared_time_imbalance_detected_files1, self.report.name_records)
384
375
385
- module .check_mpi_collective_write_operation (self .mpiio_coll_writes , self . mpiio_indep_writes ,
386
- self .total_mpiio_write_operations ,
387
- self .detected_files_mpiio_coll_writes , self .report . name_records , self .dxt_mpiio )
376
+ # module.check_individual_write_imbalance (self.posix_data_imbalance_count ,
377
+ # self.posix_shared_time_imbalance_detected_files2 ,
378
+ # self.report.name_records , self.dxt_posix , self.dxt_posix_write_data )
388
379
389
- module .check_individual_read_imbalance (self .imbalance_count_posix_shared_time ,
390
- self .posix_shared_time_imbalance_detected_files3 ,
391
- self .report .name_records , self .dxt_posix , self .dxt_posix_read_data )
380
+ # module.check_mpi_collective_read_operation(self.mpiio_coll_reads, self.mpiio_indep_reads,
381
+ # self.total_mpiio_read_operations,
382
+ # self.detected_files_mpi_coll_reads, self.report.name_records,
383
+ # self.dxt_mpiio)
384
+
385
+ # module.check_mpi_collective_write_operation(self.mpiio_coll_writes, self.mpiio_indep_writes,
386
+ # self.total_mpiio_write_operations,
387
+ # self.detected_files_mpiio_coll_writes, self.report.name_records, self.dxt_mpiio)
388
+ #
389
+ # module.check_individual_read_imbalance(self.imbalance_count_posix_shared_time,
390
+ # self.posix_shared_time_imbalance_detected_files3,
391
+ # self.report.name_records, self.dxt_posix, self.dxt_posix_read_data)
392
392
393
393
module .check_mpi_none_block_operation (self .mpiio_nb_reads , self .mpiio_nb_writes , self .has_hdf5_extension ,
394
394
self .modules )
395
395
396
396
397
397
398
398
def _small_operation_insight (self ):
399
- module .check_small_operation (self .total_reads , self .total_reads_small , self .total_writes ,
400
- self .total_writes_small ,
401
- self .small_operation_detected_files ,
402
- self .modules , self .report .name_records , self .dxt_posix , self .dxt_posix_read_data ,
403
- self .dxt_posix_write_data )
399
+ pass
400
+ # module.check_small_operation(self.total_reads, self.total_reads_small, self.total_writes,
401
+ # self.total_writes_small,
402
+ # self.small_operation_detected_files,
403
+ # self.modules, self.report.name_records, self.dxt_posix, self.dxt_posix_read_data,
404
+ # self.dxt_posix_write_data)
404
405
405
406
406
407
0 commit comments