Changed restart interval to 20000
This commit is contained in:
parent
4745496cc3
commit
5cf61c64e5
@ -146,7 +146,7 @@ int main(int argc, char **argv)
|
|||||||
nBlocks = 32;
|
nBlocks = 32;
|
||||||
nthreads = 128;
|
nthreads = 128;
|
||||||
|
|
||||||
int RESTART_INTERVAL=1000;
|
int RESTART_INTERVAL=20000;
|
||||||
|
|
||||||
if (rank==0){
|
if (rank==0){
|
||||||
//.............................................................
|
//.............................................................
|
||||||
|
Loading…
Reference in New Issue
Block a user