Forum > Discussion Forum
When corrupted results get validated...
Jason G:
--- Quote from: Raistmer on 30 Dec 2010, 04:48:28 pm ---Hehe, second and, especially, third parts - definitely ;)
[
And I was "killed" by their idea to use mens as energy source, quite dumb idea IMHO. Why not read good books and take some ideas from where, Dan Simmons "Endymion" for example, AI used mens brains much more cleaver there IMHO :)
]
--- End quote ---
There's probably some element to my opinions that could be connected with scifi writing, more precisely some Asimov style 'anarchy' or 'fate' through statistical inevitability or chaos ( Hari Seldon style ). I still find Doc EE Smith's notions of overcoming the laws of nature appealing, allowing us to throw stars & planets about like billiard balls should the need arise (never know when one might need to throw a planet around), but I don't see the two ideas as completely mutually exclusive.
Jason
_heinz:
I think we should write a errorfile similar like this in our project app.
whit it's help we can count the errors and avoid misfunctionality
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#if undefined _maxerr
define _maxerr=20
#endif
if errorfile exists
{
read errorfile into errcount
add 1 to errcount
write errcount to errorfile
if errcount==_maxerr {
here can we do what we want todo
delete *.exe
resetting the project
resetting the machine
}
we counted errcount up, but it is smaller than maxerr
if a crash occured now, we have alredy counted it
} <--end file exists
else
{
(errorfile does not exist)
errcount=0
create file errorfile
write errcount to errorfile
}
....normal programm code
....
crash or no crash
....
no crash occured we come to label ende:
ende:
if errcount==0
{ no error occured, or no exit before normal end
delete errfile
}
exit(0) -->next job
heinz
Raistmer:
Heinz, the whole problem with old app and FERMI - app doesn't crash, it just produces trash result.
_heinz:
--- Quote from: Raistmer on 30 Dec 2010, 06:39:06 pm ---Heinz, the whole problem with old app and FERMI - app doesn't crash, it just produces trash result.
--- End quote ---
This is really some more complex task to sort it out.
isn't it this -9 result overflow ?
its a validate problem.
We must also ask how can we find misconfigured machines ? (by BOINC ? ) and reset the project on it.
Claggy:
--- Quote from: _heinz on 30 Dec 2010, 07:04:55 pm ---
--- Quote from: Raistmer on 30 Dec 2010, 06:39:06 pm ---Heinz, the whole problem with old app and FERMI - app doesn't crash, it just produces trash result.
--- End quote ---
This is really some more complex task to sort it out.
isn't it this -9 result overflow ?
its a validate problem.
We must also ask how can we find misconfigured machines ? (by BOINC ? ) and reset the project on it.
--- End quote ---
Resetting the project on such host won't help, app_info and optimised apps still kept in this situation, only a detach will get rid of optimised apps,
Can the project force hosts to detach?, i've had all my Wu's reported as detached, (when server under stress and issueing ghosts),
but apps and app_info still there,
Claggy
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version