Info | Message |
---|---|
1) Message boards : Server programs : How to catch project reset?
Message 69816 Posted 30 May 2016 by SerVal |
you would probably first see the next request for work, with no application versions or tasks in progress. Thank you, I'll see what happens while dont_sent_work = 1 and project reset. |
2) Message boards : Server programs : How to catch project reset?
Message 69810 Posted 30 May 2016 by SerVal |
Thank.Do you want to detect if a host was reset by the user? I want to detect if project was reset by clicking "Reset project" on Boinc Manager. What do you want to achieve? UPDATE Results set exit_code = ERR_ABORTED_BY_USER, received_time = @now, .. where hostid=@host_reset The "remove project" is something you can't detect on the server because there is no communication from the client at this step. Ok. In that case server will wait report_deadline for results not received from host. :( |
3) Message boards : Server programs : How to catch project reset?
Message 69803 Posted 30 May 2016 by SerVal |
Parsing scheduler request:if ((d_boinc_used_project == 0) & (rpc_seqno > 0)) { Log.project_reset(hostid, user_name, platform_name); } That's right? *and would like also to catch "remove project". |
4) Message boards : Projects : Gerasim OpenCL app
Message 59547 Posted 11 Jan 2015 by SerVal |
1) It's a C++ AMP app? - yes. :) 2) Please, can you translate the scientific part/project's explanation of the gerasim site in english? - no. :( |
5) Message boards : Projects : Gerasim OpenCL app
Message 59465 Posted 9 Jan 2015 by SerVal |
@boboviz: Due to the fact that computing square roots on GPUs removed from the program. (replaced by multiplication). Note: The test program is not using OpenCL or CUDA. Requires Visual C ++ Redistributable Packages for Visual Studio 2013. Nothing else. |
6) Message boards : Server programs : How to sign executable under Win2003 Server ?
Message 8588 Posted 7 Mar 2007 by SerVal |
Problem solved by compiling crypt_prog.с under Windows. All done as recomended: http://boinc-wiki.ath.cx/index.php?title=Recommended_Code-Signing_Practice uppercase_5.10_windows_intelx86.exe , logo.lpg & Helvetica.txf signed. Boinc manager accept it: ---- gerasim@home [file_xfer] Started download of file uppercase_5.10_windows_intelx86.exe gerasim@home [file_xfer] Started download of file logo.jpg gerasim@home [file_xfer] Finished download of file logo.jpg gerasim@home [file_xfer] Throughput 338183 bytes/sec gerasim@home [file_xfer] Finished download of file uppercase_5.10_windows_intelx86.exe gerasim@home [file_xfer] Throughput 646471 bytes/sec .... ---- Thank's to all for answers. |
7) Message boards : Server programs : How to sign executable under Win2003 Server ?
Message 8545 Posted 5 Mar 2007 by SerVal |
My Boinc manager log: ---- my_project@home [file_xfer] Started download of file uppercase_5.10_windows_intelx86.exe my_project@home [file_xfer] Finished download of file uppercase_5.10_windows_intelx86.exe my_project@home [file_xfer] Throughput 417094 bytes/sec my_project@home [error] Application file uppercase_5.10_windows_intelx86.exe missing signature my_project@home [error] BOINC cannot accept this file my_project@home [error] Checksum or signature error for uppercase_5.10_windows_intelx86.exe ---- It's Ok. No signature, passed from server. Compiling sign_executable.c under Windows - impossible. (VS-2005). I don'have Linux or Unix. Is it possible ? Where I can read how to do this ? Or may be BOINC can accept file whithout signature ? So, how to do it ? |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.