qmcpack
qmcpack copied to clipboard
mmap failure in tests/scripts/check_deriv.py
Describe the bug It seems that it choked Permutter https://github.com/QMCPACK/qmcpack/issues/4937#issuecomment-2007240632
@Paul-St-Young is mmap really needed?
I wonder if this is the root cause? Are other mmaps done successfully in other test scripts?
I wonder if this is the root cause? Are other mmaps done successfully in other test scripts?
The two failing tests both include a line of mmap.
@ye-luo mmap is not strictly necessary. It just has some nice utilities for text parsing. It would be totally fine to rewrite the script to parse ascii text.