compute-sanitizerMemory check: compute-sanitizer –tool memcheck ./a.out
Shared memory race check: compute-sanitizer –tool racecheck ./a.out
Initialization check: compute-sanitizer –tool initcheck ./a.out
Synchronization check: compute-sanitizer –tool synccheck ./a.out