Individual application

Message boards : Number crunching : Individual application
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
x3mEn

Send message
Joined: 16 Dec 17
Posts: 2
Credit: 10,091
RAC: 0
Message 352 - Posted: 5 Nov 2018, 12:53:14 UTC

As I understand there's enough to embed
#include "boinc_api.h"
...
boinc_init();
...
boinc_checkpoint_completed();
...
boinc_fraction_done((double)frac);
...
boinc_finish(EXIT_FAILURE);
...
boinc_finish(EXIT_SUCCESS);

to C/C++ source code... and that's all?
ID: 352 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Natalia Makarova
Project scientist
Avatar

Send message
Joined: 22 Oct 17
Posts: 3083
Credit: 0
RAC: 0
Message 353 - Posted: 5 Nov 2018, 16:37:43 UTC - in response to Message 352.  
Last modified: 5 Nov 2018, 16:38:55 UTC

As I understand there's enough to embed
#include "boinc_api.h"
...
boinc_init();
...
boinc_checkpoint_completed();
...
boinc_fraction_done((double)frac);
...
boinc_finish(EXIT_FAILURE);
...
boinc_finish(EXIT_SUCCESS);

to C/C++ source code... and that's all?

x3mEn
you should have a good understanding with ice00.

It seems to me that you understand correctly.

We really need to launch a new Application in the ODLK1 project.
We have ready C++ software. This software works fine outside of BOINC.
Remains integration into BOINC.
ID: 353 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Natalia Makarova
Project scientist
Avatar

Send message
Joined: 22 Oct 17
Posts: 3083
Credit: 0
RAC: 0
Message 757 - Posted: 9 May 2019, 11:27:32 UTC

Currently, Demis and XAVER have an individual experiment.

Report on the implementation of experiments, see here
https://boinc.progger.info/odlk/forum_thread.php?id=107

A new individual experiment is proposed
https://boinc.progger.info/odlk/forum_thread.php?id=118

Write me a private message.
ID: 757 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Natalia Makarova
Project scientist
Avatar

Send message
Joined: 22 Oct 17
Posts: 3083
Credit: 0
RAC: 0
Message 781 - Posted: 2 Jul 2019, 14:36:15 UTC

Individual task took Tomas Brada
https://boinc.tbrada.eu/

Join the project!
ID: 781 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2

Message boards : Number crunching : Individual application


©2024 Progger & Stefano Tognon (ice00)