Writing checkpoint files

Permabanned
Joined
12 Sep 2005
Posts
3,303
Location
England
Code:
[05:10:22] Completed 425000 out of 500000 steps  (85)
[05:21:04] Writing checkpoint files
[05:36:11] Writing checkpoint files
[05:40:06] Writing local files
[05:40:06] Completed 430000 out of 500000 steps  (86)
[05:51:15] Writing checkpoint files
[06:06:16] Writing checkpoint files
[06:08:53] Writing local files
[06:08:53] Completed 435000 out of 500000 steps  (87)
[06:21:25] Writing checkpoint files
[06:34:33] Writing local files
[06:34:33] Completed 440000 out of 500000 steps  (88)
[06:36:32] Writing checkpoint files
[06:51:35] Writing checkpoint files
[07:00:35] Writing local files
[07:00:35] Completed 445000 out of 500000 steps  (89)
[07:06:41] Writing checkpoint files
[07:21:45] Writing checkpoint files
[07:27:22] Writing local files
[07:27:22] Completed 450000 out of 500000 steps  (90)
[07:27:22] Writing checkpoint files

Has it always done this? or is it a new core feature?
 
well it's always written checkpoints though how often and where does depend on the core it's using

the Tinker core only writes checkpoints when it's completed a frame (hence large Tinker WUs having 400 frames) - the gromacs core changed that by allowing you to set a timered checkpointing interval of between 5-30 mins (looks like yours is set to 15 mins here)

so yep all normal - though I thought it was meant to reset the clock each frame and write 15mins after the "Writing local files" message - I'll have a looky at mine and see


what core is this unit using? :confused:

edit: you may not have seen the checkpointing messages before if you used not to have the "-verbosity 9" switch
 
I get 'Writing checkpoint files' all the time on the older machines in my office - nothing to worry about (could up the timer interval to 30 min via -configonly switch on a shortcut - see set up faq)

keep crunching

edit: Rich, does the -verbosity 9 switch switch this timer off then?
 
Last edited:
iBot said:
Amber core.
ahh that makes sense then - the Gromacs and DoubleGromacs both reset the clock when they finish a frame

[08:45:28] Completed 480000 out of 500000 steps (96)
[09:00:29] Timered checkpoint triggered.
[09:15:29] Timered checkpoint triggered.
[09:23:07] Writing local files
[09:23:08] Completed 485000 out of 500000 steps (97)
[09:38:08] Timered checkpoint triggered.
 
Back
Top Bottom