Smoketest with pointcut=after produces pfw file with all E events
Smoketest_MT with pointcut=before produces pfw file with all B events
Smoketest_MT with pointcut=after produces no pfw file
Could be an issue with locks. Perhaps using the same lock causes problem with threads. Would adding another lock variable and using different ones solve the problem?
First reported by Henry on turing, but can also produce on lassen.
Running
Test notes:
Could be an issue with locks. Perhaps using the same lock causes problem with threads. Would adding another lock variable and using different ones solve the problem?