-./Barneshutp.bin ./inputs/BarnesHut.in
+time ./Barneshutp.bin ./inputs/BarnesHut.in
--- /dev/null
+time ./JGFCryptBenchp.bin
-./KMeansp.bin -m 40 -n 40 -t 0.00001 -i inputs/random-n65536-d32-c16.txt -nthreads 1
+time ./KMeansp.bin -m 40 -n 40 -t 0.00001 -i inputs/random-n65536-d32-c16.txt -nthreads 1
-#./Labyrinthp.bin -i ./inputs/random-x32-y32-z3-n64.txt
-#./Labyrinthp.bin -i ./inputs/random-x256-y256-z3-n256.txt
-./Labyrinthp.bin -w 24 -i ./inputs/random-x512-y512-z7-n512.txt
+#time ./Labyrinthp.bin -i ./inputs/random-x32-y32-z3-n64.txt
+#time ./Labyrinthp.bin -i ./inputs/random-x256-y256-z3-n256.txt
+time ./Labyrinthp.bin -w 24 -i ./inputs/random-x512-y512-z7-n512.txt
# -coreprof-enable cpe_taskstallmem
-USEOOO= -ooojava 24 2 -rcr#-ooodebug-disable-task-mem-pool #-ooodebug
+USEOOO= -ooojava 24 2 #-ooodebug #-rcr # -ooodebug-disable-task-mem-pool
+USERCR= -ooojava 24 2 -rcr
BSFLAGS= -64bit -mainclass $(PROGRAM) -heapsize-mb 8000 -garbagestats -joptimize -noloop -debug -nooptimize #src-after-pp #-debug
DRELEASEMODE=-disjoint-release-mode -disjoint-dvisit-stack-callees-on-top -disjoint-alias-file aliases.txt tabbed
ooo:
$(BUILDSCRIPT) $(BSFLAGS) $(USECOREPROF) $(USEOOO) $(DISJOINT) -o $(PROGRAM)p -builddir par $(SOURCE_FILES)
+rcr:
+ $(BUILDSCRIPT) $(BSFLAGS) $(USECOREPROF) $(USERCR) $(DISJOINT) -o $(PROGRAM)p -builddir par $(SOURCE_FILES)
+
clean:
rm -f $(PROGRAM)p.bin $(PROGRAM)s.bin
rm -fr par sing
USEOOO= -ooojava 24 2 #-ooodebug-disable-task-mem-pool #-ooodebug
-BSFLAGS= -64bit -mainclass $(PROGRAM) -heapsize-mb 2000 -garbagestats -joptimize -noloop -optimize -debug #src-after-pp
+BSFLAGS= -64bit -mainclass $(PROGRAM) -heapsize-mb 2000 -garbagestats -joptimize -noloop -debug #-debug-deque #-optimize src-after-pp
DRELEASEMODE=-disjoint-release-mode -disjoint-dvisit-stack-callees-on-top -disjoint-alias-file aliases.txt tabbed
DISJOINT= -disjoint -disjoint-k 1 -enable-assertions $(DRELEASEMODE) #-disjoint-desire-determinism
public static void main( String argv[] ) {
- long count = 5000;
+ long count = 500;
int numFoo = 1000;
if( argv.length > 0 ) {
public static void main( String argv[] ) {
- long count = 5000;
+ long count = 500;
int numFoo = 1000;
if( argv.length > 0 ) {
--- /dev/null
+time ./JGFMolDynBenchSizeBp.bin
--- /dev/null
+time ./JGFMonteCarloBenchp.bin
\ No newline at end of file
--- /dev/null
+time ./Powerp.bin
\ No newline at end of file
--- /dev/null
+time ./TrackingBenchp.bin
\ No newline at end of file