Atlas
Atlas copied to clipboard
Atlas: Programming for Persistent Memory
After spending the better part of 2 days trying to get this code to compile on modern systems without resorting to modifying it, discovering that modern versions of GCC cannot...
Hello, I was wondering if it was possible if HewlettPackard could create a separate repository for Mukalu? If not, would they allow for someone else to create a GitHub repo...
See: https://github.com/HewlettPackard/Atlas/tree/master/runtime/tests/data_structures_instrumented and https://github.com/HewlettPackard/Atlas/blob/master/runtime/tests/CMakeLists.txt
On a trivial program to read a string from a non-existent region, currently no error is returned: ``` 15 uint32_t readreg = NVM_FindRegion("writer", O_RDONLY); (gdb) 17 assert(readreg); (gdb) p readreg...