datawarp I/O being filtered out due to its location in /var
I/O activity targeted at files residing in DataWarp is being filtered out of the Darshan log. DataWarp currently mounts its partitions in
/var/opt/cray/dws/mounts/batch/XXXX/ss
where XXXX is the Slurm jobid, but commit 07ff011f excluded everything under /var
from being tracked.
Do we
- create a whitelist that overrides the blacklist
- undo 07ff011f (probably not...it was added for a reason)
- something else