Jeff Olivier
Jeff Olivier
For now, we have worked around this by setting CC=gcc during configure stage. But I have a suggestion when building with icc to consider using -static-intel flag. This causes Intel...
I worked on a similar tool (Intel's Inspector) and we had a mechanism for ignoring issues we've seen before (e.g. same callstack). Granted they are not exactly the same but...
xml output is useful for our Jenkins CI infrastructure as the plugin is able to read and display issues found. It would be useful if pmemcheck could support this feature
The -s was missing argument specifier in getopt Log message had extra word Required-githooks: true Signed-off-by: Jeff Olivier ### Before requesting gatekeeper: * [ ] Two review approvals and any...
Minor epoch writes can cause errors when inserting removal records. Modify the algorithm when finding records to remove to merge overlapping extents with the same minor epoch to avoid -DER_NO_PERM....
Allow one to propagate external environment with SCONS_ENV=user Required-githooks: true Signed-off-by: Jeff Olivier
While = may work, in the documentation, spaces are used so let's try this and see if it fixes build issues we've seen. ### Before requesting gatekeeper: * [ ]...
### Before requesting gatekeeper: * [ ] Two review approvals and any prior change requests have been resolved. * [ ] Testing is complete and all tests passed or there...
We should not pollute the VOS object cache when rebuilding on a new target. Add an ephemeral flag to the VOS object cache. We will keep one ephemeral entry at...
I'm using v1.1. To illustrate, I made this patch to the hello_world example. If I run with a large number of ULTs, the memory grows very fast. Since it is...