Skip to content

Commit

Permalink
Added note to inform the problem with high memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leocalm committed Apr 17, 2014
1 parent 9e373a5 commit e5ff907
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Lyra2/src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ default:
@echo "windows-x86-64 Windows x86-64, Cygwin"
@echo "win-cygwin-x86-64-sse2 Windows x86-64, Cygwin, with SSE2 (beta version, needs improvement)"
@echo " "
@echo "Note:"
@echo "Notes:"
@echo "Lyra2 was tested with nCols=16, nCols=32, nCols=64, nCols=96, and nCols=128 "
@echo "This implementation is known to have issues for large memory usage. The maximum tested memory usage was 1.6 GB "
@echo " "


Expand Down Expand Up @@ -70,6 +71,6 @@ win-cygwin-x86-64-sse2: $(SSEDIR)Lyra2.c $(SSEDIR)Sponge.c Main.c $(SSEDIR)Lyra2
@echo "Build completed, binaries in $(BIN)"

clean:
rm -rf *.o $(BIN) $(BINCUDA)
rm -rf *.o $(BIN) $(BINCUDA) $(BINDIR)


0 comments on commit e5ff907

Please sign in to comment.