From 5cf61c64e5accc690e62085f131cf581f1135418 Mon Sep 17 00:00:00 2001 From: James McClure Date: Tue, 25 Mar 2014 00:10:31 -0400 Subject: [PATCH] Changed restart interval to 20000 --- tests/lb2_Color_wia_mpi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lb2_Color_wia_mpi.cpp b/tests/lb2_Color_wia_mpi.cpp index 2aa3315f..2b26dc8e 100644 --- a/tests/lb2_Color_wia_mpi.cpp +++ b/tests/lb2_Color_wia_mpi.cpp @@ -146,7 +146,7 @@ int main(int argc, char **argv) nBlocks = 32; nthreads = 128; - int RESTART_INTERVAL=1000; + int RESTART_INTERVAL=20000; if (rank==0){ //.............................................................