bug fix in gcollect prefetch cache flush
[IRC.git] / Robust / src / Runtime / DSTM / interface / dstm.h
index 9e80df5592f1362be9a7851bedea129824b30a89..c5288f88010ed8c7343a56ed601b3438cea373ea 100644 (file)
@@ -57,7 +57,7 @@
 //Prefetch tuning paramters
 //#define RETRYINTERVAL  20 //N (For Em3d, SOR, Moldyn benchmarks)
 //#define SHUTDOWNINTERVAL  3  //M
-#define RETRYINTERVAL  100 //N  (For MatrixMultiply, 2DFFT benchmarks)
+#define RETRYINTERVAL  75 //N  (For MatrixMultiply, 2DFFT benchmarks)
 #define SHUTDOWNINTERVAL 1  //M
 
 #include <stdlib.h>