Hello,
I use the precompiled wrapper and with this the project setup was very
simple.
But the wrapper deletes the checkpoint file which the legacy application
writes on restart.
I run a workunit and during this I finish Boinc.
The checkpoint file is still in the slot.
Than I restart Boinc and the workunit coninues but the checkpoint files
has vanished and the workunit starts from the beginning.
It seems that this source is responsible for it:
....
int TASK::run(int argct, char** argvt) {
string stdout_path, stdin_path, stderr_path;
char app_path[1024], buf[256];
if (checkpoint_filename.size()) {
*boinc_delete_file(checkpoint_filename.c_str());*
}
if (fraction_done_filename.size()) {
boinc_delete_file(fraction_done_filename.c_str());
...
yoyo
--
<http://boinc.ssl.berkeley.edu/help_vol.php?volid=29>Rechenkraft.net
e.V. <http://www.rechenkraft.net> - Verein zur Förderung von Bildung,
Forschung und Wissenschaft durch Einsatz vernetzter Computer
weitere interessante Projekte
<http://www.rechenkraft.net/wiki/index.php?title=Projekt%C3%BCbersicht>und
Hilfe <http://www.rechenkraft.net/phpBB/viewforum.php?f=19>auf unserer
Webseite www.Rechenkraft.net <http://www.rechenkraft.net> und im Chat
<irc://irc.euirc.net/rechenkraft>
------------------------------------------------------------------------
Rechenkraft.net e.V. <http://www.rechenkraft.net/> - Non-profit
association for the promotion of education, research and science through
the use of networked computers
other interesting projects
<http://www.rechenkraft.net/wiki/index.php?title=Projekt%C3%BCbersicht>and
help <http://www.rechenkraft.net/phpBB/viewforum.php?f=19> on our
website www.Rechenkraft.net <http://www.rechenkraft.net> and on IRC
<irc://irc.euirc.net/rechenkraft>
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.