From 70802f4aa35fdfb09a9ec0ebaa88e5b3593011ff Mon Sep 17 00:00:00 2001 From: adash Date: Sun, 3 Aug 2008 19:47:33 +0000 Subject: [PATCH] makefile with transstats option enabled for finding number of remote reads --- Robust/src/Benchmarks/Prefetch/Em3d/dsm/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Robust/src/Benchmarks/Prefetch/Em3d/dsm/makefile b/Robust/src/Benchmarks/Prefetch/Em3d/dsm/makefile index 87b5a127..83a99ce0 100644 --- a/Robust/src/Benchmarks/Prefetch/Em3d/dsm/makefile +++ b/Robust/src/Benchmarks/Prefetch/Em3d/dsm/makefile @@ -8,12 +8,12 @@ SRC1=${MAINCLASS}Nold.java \ Node.java \ Barrier.java -FLAGS=-dsm -prefetch -profile -excprefetch Em3d.main -excprefetch BiGraph.create -excprefetch Node.Node -excprefetch Node.fillTable -excprefetch Node.makeUniqueNeighbors -excprefetch Node.makeFromNodes -excprefetch Node.updateFromNodes -nooptimize -debug -mainclass ${MAINCLASS} -trueprob 0.91 -FLAGS2=-dsm -nooptimize -debug -profile -mainclass ${MAINCLASS} +FLAGS=-dsm -prefetch -optimize -transstats -excprefetch Em3d.main -excprefetch BiGraph.create -excprefetch Node.Node -excprefetch Node.fillTable -excprefetch Node.makeUniqueNeighbors -excprefetch Node.makeFromNodes -excprefetch Node.updateFromNodes -nooptimize -debug -mainclass ${MAINCLASS} -trueprob 0.91 +FLAGS2=-dsm -optimize -transstats -mainclass ${MAINCLASS} default: - ../../../../buildscript ${FLAGS2} -o ${MAINCLASS}NP ${SRC} - ../../../../buildscript ${FLAGS} -o ${MAINCLASS} ${SRC} +# ../../../../buildscript ${FLAGS2} -o ${MAINCLASS}NP ${SRC} +# ../../../../buildscript ${FLAGS} -o ${MAINCLASS} ${SRC} ../../../../buildscript ${FLAGS2} -o ${MAINCLASS}NNP ${SRC1} ../../../../buildscript ${FLAGS} -o ${MAINCLASS}N ${SRC1} cp ${MAINCLASS}NNP.bin ${MAINCLASS}1NP.bin -- 2.34.1