Skip to content

Commit

Permalink
Update HPC and PVS Studio scripts
Browse files Browse the repository at this point in the history
Also update version of vcpkg to c8696863d371ab7f46e213d8f5ca923c4aef2a00 in repo
  • Loading branch information
acgetchell committed Dec 13, 2023
1 parent de41ab3 commit 576b135
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/pvs-studio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion tests/Ergodic_moves_3_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit 576b135

Please sign in to comment.