Skip to content

Commit

Permalink
Update sanatize.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Jul 30, 2023
1 parent 18819d6 commit 7f51e78
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions scripts/sanatize.cmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
@echo off
REM --generate-coredump yes --kernel-regex kns=delaunay --launch-skip 6 --check-cache-control yes
::call compute-sanitizer --log-file sanitize_memcheck.log --tool memcheck --leak-check full ..\build\bin\Debug\RXMesh_test.exe --gtest_filter=RXMeshDynamic.RandomFlips
call compute-sanitizer --log-file sanitize_racecheck.log --tool racecheck --racecheck-report analysis ..\build\bin\Debug\RXMesh_test.exe --gtest_filter=RXMeshDynamic.RandomFlips
::call compute-sanitizer --log-file sanitize_initcheck.log --tool initcheck --track-unused-memory yes ..\build\bin\Debug\RXMesh_test.exe --gtest_filter=RXMeshDynamic.RandomFlips
REM call compute-sanitizer --log-file sanitize_synccheck.log --tool synccheck ..\build\bin\Debug\DelaunayEdgeFlip.exe

::call compute-sanitizer --log-file sanitize_memcheck.log --tool memcheck --leak-check full ..\build\bin\Debug\DelaunayEdgeFlip.exe
::call compute-sanitizer --log-file sanitize_racecheck.log --tool racecheck --racecheck-report analysis ..\build\bin\Debug\DelaunayEdgeFlip.exe
::call compute-sanitizer --log-file sanitize_initcheck.log --tool initcheck --track-unused-memory yes ..\build\bin\Debug\DelaunayEdgeFlip.exe
call compute-sanitizer --log-file sanitize_memcheck.log --tool memcheck --check-cache-control yes --leak-check full ..\build\bin\Debug\DelaunayEdgeFlip.exe -input ..\input\ear2.obj
::call compute-sanitizer --log-file sanitize_racecheck.log --tool racecheck --racecheck-report analysis ..\build\bin\Debug\RXMesh_test.exe --gtest_filter=RXMeshDynamic.RandomFlips
::call compute-sanitizer --log-file sanitize_initcheck.log --tool initcheck --track-unused-memory yes ..\build\bin\Debug\RXMesh_test.exe --gtest_filter=RXMeshDynamic.RandomFlips

0 comments on commit 7f51e78

Please sign in to comment.