From: adash Date: Sun, 3 Aug 2008 19:47:33 +0000 (+0000) Subject: makefile with transstats option enabled for finding number of remote reads X-Git-Tag: preEdgeChange~38 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=70802f4aa35fdfb09a9ec0ebaa88e5b3593011ff;p=IRC.git makefile with transstats option enabled for finding number of remote reads --- 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