-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I wondered why vsyscall_reverse_next-32 takes in CI kind of long. And suspect this has something to do with JULIA_CPU_THREADS=128 at a CPU supporting 64 threads? model name : AMD EPYC 7502 32-Core Processor nproc shows also 128 lscpu: failed to determine number of CPUs: /sys/devices/system/cpu/possible: No such file or directory
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
source `dirname $0`/util.sh | ||
if [ $TIMEOUT -lt 600 ]; then TIMEOUT=600; fi | ||
debug_test | ||
failed ": test" |