if(argv.length != 0 ) {
nthreads = Integer.parseInt(argv[0]);
} else {
- System.out.println("The no of threads has not been specified, defaulting to 1");
- System.out.println(" ");
+ System.printString("The no of threads has not been specified, defaulting to 1\n");
+ System.printString(" \n");
nthreads = 1;
}
retval = sor.JGFvalidate();
}
if(retval!=0) {
- System.printString("Validation failed");
+ System.printString("Validation failed\n");
}
int jacobi;
JGFInstrumentor.java \
JGFTimer.java \
SORRunner.java
-FLAGS=-dsm -prefetch -nooptimize -debug -profile -excprefetch JGFSORBench.RandomMatrix -excprefetch JGFSORBench.init_sync -excprefetch JGFSORBench.JGFkernel -mainclass ${MAINCLASS} -trueprob 0.80
+FLAGS=-dsm -prefetch -nooptimize -debug -profile -excprefetch JGFSORBench.RandomMatrix -excprefetch JGFSORBench.init_sync -excprefetch JGFSORBench.JGFkernel -mainclass ${MAINCLASS} -trueprob 0.88
FLAGS2=-dsm -nooptimize -debug -profile -mainclass ${MAINCLASS}
default:
../../../../buildscript ${FLAGS} -o ${MAINCLASS}1 ${SRC}
cp ${MAINCLASS}1NP.bin ${MAINCLASS}2NP.bin
cp ${MAINCLASS}1.bin ${MAINCLASS}2.bin
+ cp ${MAINCLASS}1NP.bin ${MAINCLASS}3NP.bin
+ cp ${MAINCLASS}1.bin ${MAINCLASS}3.bin
cp ${MAINCLASS}1NP.bin ${MAINCLASS}4NP.bin
cp ${MAINCLASS}1.bin ${MAINCLASS}4.bin