mpifileutils icon indicating copy to clipboard operation
mpifileutils copied to clipboard

dsync: refactor dsync and dcmp

Open dsikich opened this issue 6 years ago • 3 comments

There are lots of common comparison functions used across dsync and dcmp. We need to move them to the common library.

dsikich avatar Jul 18 '18 01:07 dsikich

#127

dsikich avatar Jul 18 '18 01:07 dsikich

Was this completed by #127?

gonsie avatar Jan 30 '19 21:01 gonsie

@gonsie No, dsync and dcmp still need refactoring. #127 only extracted the sync functionality from dcmp into a separate tool. There is code duplicated in both that should really be moved to the common library. It is non-trivial as a good chunk of the code will have to be rewritten and/or moved.

dsikich avatar Jan 31 '19 00:01 dsikich