Message boards : Graphics cards (GPUs) : Progress or state file refresh time?
Author | Message |
---|---|
How often does it write to disk that current status of WU? | |
ID: 3901 | Rating: 0 | rate: / Reply Quote | |
any ideas? | |
ID: 4006 | Rating: 0 | rate: / Reply Quote | |
Sorry, no. I guess most people try to avoid frequent system crashes, so they don't observe what you're seeing. | |
ID: 4008 | Rating: 0 | rate: / Reply Quote | |
any ideas? Put this flag in your cc_config file, it will tell you how often an app checkpoints. I assume it writes to disk every checkpoint. Then reread cc_config file in manager's advanced menu. Messages will appear in managers message tab. <cc_config> <flags> <checkpoint_debug>1</checkpoint_debug> </flags> </cc_config> Remove or change the 1 to a zero to stop. | |
ID: 4010 | Rating: 0 | rate: / Reply Quote | |
Put this flag in your cc_config file, it will tell you how often an app checkpoints. I assume it writes to disk every checkpoint. Then reread cc_config file in manager's advanced menu. Messages will appear in managers message tab. it says: Unrecognized tag in cc_config.xml: <checkpoint_debug> and btw, what's the meaning of this error: MDIO ERROR: read error for file "restart.vel", byte number 4: number of atoms (0) != (29042) expected | |
ID: 4020 | Rating: 0 | rate: / Reply Quote | |
Sounds like the checkpoint file (or what has been read in as such) is completely garbage. | |
ID: 4023 | Rating: 0 | rate: / Reply Quote | |
Hmmm, that's just a guess, but maybe problems with the HDD? Maybe check your HDD with checkdisk? | |
ID: 4032 | Rating: 0 | rate: / Reply Quote | |
Put this flag in your cc_config file, it will tell you how often an app checkpoints. I assume it writes to disk every checkpoint. Then reread cc_config file in manager's advanced menu. Messages will appear in managers message tab. Oops, Sorry, I was in a hurry in typing that, should be log_flags not flags Correct is: <cc_config> <log_flags> <checkpoint_debug>1</checkpoint_debug> </log_flags> </cc_config>
| |
ID: 4033 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : Progress or state file refresh time?