Skip to content

Commit

Permalink
Set the number of threads in test_all.sh to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
junkawahara committed Jan 4, 2025
1 parent 58660e4 commit 9cf65d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python -m unittest discover -s graphillion/test -p "*.py" $@
OMP_NUM_THREADS=1 python -m unittest discover -s graphillion/test -p "*.py" $@

0 comments on commit 9cf65d1

Please sign in to comment.