[llvm-commits] CVS: llvm-test/External/HMMER/Makefile
Evan Cheng
evan.cheng at apple.com
Wed Sep 20 23:58:36 PDT 2006
Changes in directory llvm-test/External/HMMER:
Makefile updated: 1.1 -> 1.2
---
Log message:
Set its random seed to a fixed number.
---
Diffs of the changes: (+2 -2)
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/External/HMMER/Makefile
diff -u llvm-test/External/HMMER/Makefile:1.1 llvm-test/External/HMMER/Makefile:1.2
--- llvm-test/External/HMMER/Makefile:1.1 Wed Sep 20 18:43:34 2006
+++ llvm-test/External/HMMER/Makefile Thu Sep 21 01:58:22 2006
@@ -8,9 +8,9 @@
CPPFLAGS = -DSSE2
ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS = --fixed 400 --cpu 1 --num 200000 $(HMMER_ROOT)/globin.hmm
+RUN_OPTIONS = --fixed 400 --cpu 1 --num 200000 --seed 1158818515 $(HMMER_ROOT)/globin.hmm
else
-RUN_OPTIONS = --fixed 400 --cpu 1 --num 80000 $(HMMER_ROOT)/globin.hmm
+RUN_OPTIONS = --fixed 400 --cpu 1 --num 80000 --seed 1158818515 $(HMMER_ROOT)/globin.hmm
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list