skip instrumentation attempts on anonymous mmap()
Anonymous mmap() calls have no backing file and therefore won't match any Darshan characterization records, so we can skip the record lookup in this case. This also fixes a deadlock on Cray systems with hugepages enabled, see #210.
Please register or sign in to comment