Skip to content

Commit

Permalink
Update textcoll.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens authored Jun 24, 2024
1 parent 9847814 commit e1c4c19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/textcoll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ fi

# TEXTCOLL Stage 1: preparation to find solutions over Q7-Q24

# REDUCING MEMORY USAGE: If textcoll crashes due to out of memory then you can reduce memory usage by decreasing the exponent of the maxLUT constant:
# `static const size_t maxLUT = 1ULL<<29;` in src/md5textcoll/block1.cpp

if [ ! -f Q7Q24.bin.gz ]; then
( $TEXTCOLL $MDIFF $FIRSTBLOCKBYTES --prepare --pathfile textcoll_path.bin.gz --alphabet $ALPHABET --prefixfile ${prefixfile} | tee prepare.log ) || exit 1
echo "Solutions stored in Q7Q24.bin.gz."
Expand Down

0 comments on commit e1c4c19

Please sign in to comment.