Skip to content

Commit 5b1888b

Browse files
authored
regression.py: Exchange checkpointing for parallelism (#15)
* regression.py: Exchange checkpointing for parallelism Since I have the vague feeling that regression has to be rewritten in the future anyway, all of these changes have been LLM generated. For now, my priority is understanding whether or not the 100 Great Theorems are broken or not. * Use two cores for standard regression testing * build-instructions.sh: python -> python3 Seems like Debian does not have this symlink by default.
1 parent bc9fdcf commit 5b1888b

3 files changed

Lines changed: 329 additions & 278 deletions

File tree

build-instructions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ make
2626
./cake --types < /dev/null > types.txt 2>&1
2727

2828
# Generate candle_insulate.ml
29-
python ../insulate.py types.txt insulate.ml
29+
python3 ../insulate.py types.txt insulate.ml
3030

3131
# The working directory of the binary will be CANDLE_ROOT/candle/build,
3232
# so it needs to change directory to CANDLE_ROOT after booting..

0 commit comments

Comments
 (0)