Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/boincadm/prj/html/inc/boinc_db.inc on line 147
Posts by Sergey Kovalchuk

Posts by Sergey Kovalchuk

1) Message boards : Code and Servers : Server Hardware
Deprecated: Creation of dynamic property BoincUser::$prefs is deprecated in /var/boincadm/prj/html/inc/forum_db.inc on line 164
(Message 4308)
Posted 5 Oct 2020 by Sergey Kovalchuk
Post:
what is Zirkon & Parlon?
2) Message boards : Code and Servers : Lua Interpreter (Message 4178)
Posted 12 Jul 2020 by Sergey Kovalchuk
Post:
Looking at the latest batch of tasks, they are designed for hosts configured to build BOINC applications.
It would be nice to get instructions from experts on such a host preparation with the features / differences of various Linux distros.

And also limit the distribution of such tasks to non-configured hosts.
“run test” is too banal and not quite appropriate - only for new experimental versions.
Since in order to be suitable, additional host configuration is required, then the sign of host readiness must be set individually and consciously.
For example, this can be the definition of the virtual coprocessor BOINC_API in the config and the corresponding plan_class for the application.

<cc_config>
  <options>
    <coproc>
      <type>boinc_api</type>
      <count>1</count>
      <non_gpu/>
    </coproc>
  </options>
</cc_config>

<app_version>
    <app_name>lua8</app_name>
    <avg_ncpus>1.00000</avg_ncpus>
    <plan_class>boinc_api</plan_class>
    <coproc>
        <type>boinc_api</type>
        <count>1.000000</count>
    </coproc>
</app_version>


And another question: will such an application be developed for Windows hosts?
After all, there are PCs on which applications are developed. And I saw LUA for windows

PS. I would like more of these tasks. While people were searching and finding a working solution, the tasks managed to end :(
3) Message boards : Code and Servers : Lua Interpreter (Message 4156)
Posted 10 Jul 2020 by Sergey Kovalchuk
Post:
ubuntu 18.04, 20.04

kanon_app.cpp:16:10: fatal error: boinc/boinc_api.h: No such file or directory
 #include "boinc/boinc_api.h"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated

/usr/share/boinc-dev/api/boinc_api.h -> ../../../include/boinc/boinc_api.h

/usr/include/boinc/boinc_api.h


update
21:32:29 (3763): Driver script: ../../projects/boinc.tbrada.eu/d31722c5e8aa227346be7c80111c0574
21:32:29 (3763):l g++ -std=c++11 -o compile_test.o -Wall -c  compile_test.cpp
21:32:29 (3763):l DEP: cxx
21:32:29 (3763):l DEP: boincapi
21:32:29 (3763):l DEP: pthread
21:32:29 (3763):l g++ -std=c++11 -o main.exe -Wall -O3  -lboinc_api -lboinc -lpthread -I. kanon_app.cpp
/tmp/cciiOHVb.o: In function `EBoincApi::EBoincApi(int, char const*)':
kanon_app.cpp:(.text._ZN9EBoincApiC2EiPKc[_ZN9EBoincApiC5EiPKc]+0x236): undefined reference to `boincerror(int)'
/tmp/cciiOHVb.o: In function `main':
kanon_app.cpp:(.text.startup+0x25): undefined reference to `boinc_init'
kanon_app.cpp:(.text.startup+0x74): undefined reference to `boinc_resolve_filename_s(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
kanon_app.cpp:(.text.startup+0x8d): undefined reference to `boinc_resolve_filename_s(char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)'
kanon_app.cpp:(.text.startup+0x263): undefined reference to `boinc_finish'
collect2: error: ld returned 1 exit status
21:32:32 (3763):l Compiler failed. exit 1
21:32:32 (3763):L Error compile, (CXX -o main.exe)
21:32:32 (3763): called boinc_finish(2)
4) Message boards : News : Badges (Message 3716)
Posted 23 Oct 2019 by Sergey Kovalchuk
Post:
https://boinc.berkeley.edu/trac/wiki/PerAppCredit
5) Message boards : Code and Servers : Lua Interpreter (Message 3606)
Posted 18 Sep 2019 by Sergey Kovalchuk
Post:
Do I need any additional packages installed for the new application? For example, boinc-dev
Or will you provide everything you need along with the task (like boinc2docker projects)?
6) Message boards : Code and Servers : Project future (Message 3248)
Posted 27 Mar 2019 by Sergey Kovalchuk
Post:
WTF, you want us to host anime images? That is NOT what BOINC is about.

"BOINC: A System for Public-Resource Computing and Storage" (David P. Anderson)

https://boinc.berkeley.edu/trac/wiki/VolunteerStorage
https://boinc.berkeley.edu/grid_paper_04.pdf
7) Message boards : Number crunching : Exporting stats? (Message 3168)
Posted 27 Feb 2019 by Sergey Kovalchuk
Post:
you have lost a few more files during the installation - broken links in the menu
files can be found in the distribution of your version of the server

it is desirable to allow viewing the contents in the statistics folder.
the robot for collecting statistics will take away all the content, not just the files by individual links.
files may be more, incl. description and format of the data set (db_dump.xml, tables.xml)
8) Message boards : Number crunching : Exporting stats? (Message 3165)
Posted 27 Feb 2019 by Sergey Kovalchuk
Post:
+1

https://boinc.tbrada.eu/stats.php - 404 not found (links to top_users, top_hosts, ...)
https://boinc.tbrada.eu/stats/ - 403 forbidden (folder for exported data)
9) Message boards : Code and Servers : New generators (Message 3149)
Posted 26 Feb 2019 by Sergey Kovalchuk
Post:
first tasks (padls3_24973586) - quorum 12(130), credits 13.68
all subsequent tasks - quorum 1, credits 0

Are they really so irrelevant to the project?




©2024 Tomáš Brada