anagainaru / HPC_IOpatterns

Extracting I/O patterns for different HPC application types.
1 stars 0 forks source link

Detect and deal with violations in TAU logs #74

Closed anagainaru closed 2 years ago

anagainaru commented 2 years ago

I/O violations considered: illegal path: X Dangling open: O R W Dangling open with existing close: C O R W Double open: O O I/O without an open: C R W where O - open, C - close, R - read, W - write, X -illegal path

Closes #73