diff --git a/scripts/pvs-studio.sh b/scripts/pvs-studio.sh index 17c3e0784..17b680644 100755 --- a/scripts/pvs-studio.sh +++ b/scripts/pvs-studio.sh @@ -12,7 +12,7 @@ rm -rf build/ cmake --preset debug cmake --build build cd build || exit -pvs-studio-analyzer analyze -o pvsreport.log -j8 +pvs-studio-analyzer analyze -o pvsreport.log -e ../vcpkg_installed -j8 # Filter warning 521 pvs-studio-analyzer suppress -v521 pvsreport.log pvs-studio-analyzer filter-suppressed pvsreport.log diff --git a/scripts/slurm.sh b/scripts/slurm.sh index 65531de15..51139676b 100755 --- a/scripts/slurm.sh +++ b/scripts/slurm.sh @@ -4,7 +4,7 @@ # Or, interactively, # srun -p med2 -t 1-00 --mem=100G --ntasks 12 --pty /bin/bash -il module load spack/cmake -module load spack/gcc +module load gcc/13.2.0 module load spack/autoconf-archive cd .. rm -rf build/ diff --git a/tests/Ergodic_moves_3_test.cpp b/tests/Ergodic_moves_3_test.cpp index 1dab1a20e..7ca90aa36 100644 --- a/tests/Ergodic_moves_3_test.cpp +++ b/tests/Ergodic_moves_3_test.cpp @@ -516,7 +516,7 @@ SCENARIO("Test convenience functions needed for bistellar flip" * } SCENARIO("Perform bistellar flip on Delaunay triangulation" * - doctest::test_suite("ergodic") * doctest::skip()) + doctest::test_suite("ergodic")) { GIVEN("A triangulation setup for a bistellar flip") {